Home
last modified time | relevance | path

Searched refs:local_bus (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/parisc/
Dlba_pci.c369 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_read() local
370 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read()
436 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_write() local
437 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write()
486 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_read() local
487 u32 tok = LBA_CFG_TOK(local_bus, devfn); in mercury_cfg_read()
519 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_write() local
520 u32 tok = LBA_CFG_TOK(local_bus,devfn); in mercury_cfg_write()
Ddino.c179 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_read() local
180 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_read()
214 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_write() local
215 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_write()
/linux-4.19.296/include/uapi/linux/
Di2o-dev.h185 i2o_local_bus local_bus; member