Lines Matching refs:lba_device
117 (struct lba_device *)__pdata; })
192 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present()
340 lba_rd_cfg(struct lba_device *d, u32 tok, u8 reg, u32 size) in lba_rd_cfg()
368 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_read()
408 lba_wr_cfg(struct lba_device *d, u32 tok, u8 reg, u32 data, u32 size) in lba_wr_cfg()
435 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in elroy_cfg_write()
485 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_read()
517 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_write()
722 struct lba_device *ldev = LBA_DEV(parisc_walk_tree(bus->bridge)); in lba_fixup_bus()
1021 lba_pat_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev) in lba_pat_resources()
1175 lba_legacy_resources(struct parisc_device *pa_dev, struct lba_device *lba_dev) in lba_legacy_resources()
1358 lba_hw_init(struct lba_device *d) in lba_hw_init()
1475 struct lba_device *lba_dev; in lba_driver_probe()
1547 lba_dev = kzalloc(sizeof(struct lba_device), GFP_KERNEL); in lba_driver_probe()