Searched refs:lba_device (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/parisc/ |
D | lba_pci.c | 114 #define LBA_DEV(d) ((struct lba_device *) (d)) 190 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present() 338 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg() 366 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_read() 406 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg() 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() 981 lba_pat_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev) in lba_pat_resources() [all …]
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | ropes.h | 206 struct lba_device { struct
|
/linux-4.4.14/drivers/char/agp/ |
D | parisc-agp.c | 392 struct lba_device *lbadev = NULL; in parisc_agp_init()
|