Searched refs:IOBASE (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/maps/ |
H A D | l440gx.c | 23 #define IOBASE iobase macro 24 #define TRIBUF_PORT (IOBASE+0x37) 25 #define VPP_PORT (IOBASE+0x28)
|
/linux/drivers/net/ethernet/8390/ |
H A D | apne.c | 88 #define IOBASE 0x300 macro 171 if (!request_region(IOBASE, 0x20, DRV_NAME)) { in apne_probe() 176 err = apne_probe1(dev, IOBASE); in apne_probe() 178 release_region(IOBASE, 0x20); in apne_probe() 189 release_region(IOBASE, 0x20); in apne_probe() 564 release_region(IOBASE, 0x20); in apne_module_exit()
|
/linux/drivers/scsi/qla2xxx/ |
H A 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()
|