Searched refs:IOBASE (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/mtd/maps/ |
D | l440gx.c | 23 #define IOBASE iobase macro 24 #define TRIBUF_PORT (IOBASE+0x37) 25 #define VPP_PORT (IOBASE+0x28)
|
/Linux-v6.1/drivers/net/ethernet/8390/ |
D | apne.c | 93 #define IOBASE 0x300 macro 176 if (!request_region(IOBASE, 0x20, DRV_NAME)) { in apne_probe() 181 err = apne_probe1(dev, IOBASE); in apne_probe() 183 release_region(IOBASE, 0x20); in apne_probe() 194 release_region(IOBASE, 0x20); in apne_probe() 569 release_region(IOBASE, 0x20); in apne_module_exit()
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_tmpl.c | 11 #define IOBASE(vha) IOBAR(ISPREG(vha)) macro 184 qla27xx_write_reg(ISPREG(vha), IOBASE(vha), addr, buf); in qla27xx_fwdt_entry_t257() 221 qla27xx_write_reg(ISPREG(vha), IOBASE(vha), addr, buf); in qla27xx_fwdt_entry_t259() 579 qla27xx_write_reg(ISPREG(vha), IOBASE(vha), 0x40, buf); in qla27xx_fwdt_entry_t271()
|