Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/parisc/
Dlba_pci.c114 #define LBA_DEV(d) ((struct lba_device *) (d)) macro
366 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_read()
433 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_write()
483 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_read()
515 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_write()
684 struct lba_device *ldev = LBA_DEV(parisc_walk_tree(bus->bridge)); in lba_fixup_bus()
896 if (LBA_DEV(d)->hw_rev < 3) \
937 t = READ_REG##size(PIOP_TO_GMMIO(LBA_DEV(l), addr)); \
951 void __iomem *where = PIOP_TO_GMMIO(LBA_DEV(l), addr); \