Searched refs:io_base (Results 1 – 7 of 7) sorted by relevance
52 #define OPL3_LEFT (io_base + 0x0)53 #define OPL3_RIGHT (io_base + 0x2)54 #define OPL3_BOTH (io_base + 0x8)
71 hammer2_off_t io_off, io_base; in read_media() local 85 io_base = io_off & ~(hammer2_off_t)(HAMMER2_MINIOSIZE - 1); in read_media() 86 boff = io_off - io_base; in read_media() 97 if (fseek(fp, io_base, SEEK_SET) == -1) { in read_media() 101 media = read_buf(fp, io_base, io_bytes); in read_media()
221 (hw)->io_base, reg); \224 (hw)->io_base + 4, value); } while (0)
266 unsigned long io_base; member
1042 unsigned long io_base; member
2299 sc->hw.io_base = 0; in em_allocate_pci_resources()
517 unsigned long io_base; member