Lines Matching defs:d
110 #define LBA_SKIP_PROBE(d) ((d)->flags & LBA_FLAG_SKIP_PROBE) argument
114 #define LBA_DEV(d) ((struct lba_device *) (d)) argument
160 lba_dump_res(struct resource *r, int d) in lba_dump_res()
190 static int lba_device_present(u8 bus, u8 dfn, struct lba_device *d) in lba_device_present()
206 #define LBA_CFG_SETUP(d, tok) { \ argument
233 #define LBA_CFG_PROBE(d, tok) { \ argument
284 #define LBA_CFG_MASTER_ABORT_CHECK(d, base, tok, error) { \ argument
307 #define LBA_CFG_TR4_ADDR_SETUP(d, addr) \ argument
310 #define LBA_CFG_ADDR_SETUP(d, addr) { \ argument
320 #define LBA_CFG_RESTORE(d, base) { \ argument
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() local
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() local
483 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_read() local
515 struct lba_device *d = LBA_DEV(parisc_walk_tree(bus->bridge)); in mercury_cfg_write() local
1318 lba_hw_init(struct lba_device *d) in lba_hw_init()