Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/parisc/
Dlba_pci.c367 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_read() local
368 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read()
434 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_write() local
435 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write()
484 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_read() local
485 u32 tok = LBA_CFG_TOK(local_bus, devfn); in mercury_cfg_read()
517 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_write() local
518 u32 tok = LBA_CFG_TOK(local_bus,devfn); in mercury_cfg_write()
Ddino.c177 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_read() local
178 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_read()
212 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_write() local
213 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_write()
/linux-4.4.14/include/uapi/linux/
Di2o-dev.h184 i2o_local_bus local_bus; member