Home
last modified time | relevance | path

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

/linux/drivers/parisc/
H A Dlba_pci.c366 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_read() local
367 u32 tok = LBA_CFG_TOK(local_bus, devfn); in elroy_cfg_read()
433 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in elroy_cfg_write() local
434 u32 tok = LBA_CFG_TOK(local_bus,devfn); in elroy_cfg_write()
483 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_read() local
484 u32 tok = LBA_CFG_TOK(local_bus, devfn); in mercury_cfg_read()
516 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in mercury_cfg_write() local
517 u32 tok = LBA_CFG_TOK(local_bus,devfn); in mercury_cfg_write()
H A Ddino.c175 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_read() local
176 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_read()
210 u32 local_bus = (bus->parent == NULL) ? 0 : bus->busn_res.start; in dino_cfg_write() local
211 u32 v = DINO_CFG_TOK(local_bus, devfn, where & ~3); in dino_cfg_write()
/linux/include/uapi/linux/
H A Di2o-dev.h185 i2o_local_bus local_bus; member