Lines Matching defs:d
109 #define LBA_SKIP_PROBE(d) ((d)->flags & LBA_FLAG_SKIP_PROBE) argument
159 lba_dump_res(struct resource *r, int d) in lba_dump_res()
189 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present()
205 #define LBA_CFG_SETUP(d, tok) { \ argument
232 #define LBA_CFG_PROBE(d, tok) { \ argument
283 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
306 #define LBA_CFG_TR4_ADDR_SETUP(d, addr) \ argument
309 #define LBA_CFG_ADDR_SETUP(d, addr) { \ argument
319 #define LBA_CFG_RESTORE(d, base) { \ argument
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() local
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() local
482 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_read() local
514 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_write() local
1351 lba_hw_init(struct lba_device *d) in lba_hw_init()