Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/parisc/
Dlba_pci.c111 static inline struct lba_device *LBA_DEV(struct pci_hba_data *hba) in LBA_DEV()
113 return container_of(hba, struct lba_device, hba); in LBA_DEV()
189 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present()
337 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
365 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_read()
405 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
432 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_write()
482 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_read()
514 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_write()
719 struct lba_device *ldev = LBA_DEV(parisc_walk_tree(bus->bridge)); in lba_fixup_bus()
[all …]
/linux-6.1.9/arch/parisc/include/asm/
Dropes.h207 struct lba_device { struct
/linux-6.1.9/drivers/char/agp/
Dparisc-agp.c388 struct lba_device *lbadev = NULL; in parisc_agp_init()