Searched refs:io_base (Results 1 – 8 of 8) sorted by relevance
| /src/sys/dev/sound/isa/ |
| H A D | sb.h | 52 #define OPL3_LEFT (io_base + 0x0) 53 #define OPL3_RIGHT (io_base + 0x2) 54 #define OPL3_BOTH (io_base + 0x8)
|
| /src/usr.sbin/fstyp/ |
| H A D | hammer2.c | 73 hammer2_off_t io_off, io_base; in read_media() local 87 io_base = io_off & ~(hammer2_off_t)(HAMMER2_MINIOSIZE - 1); in read_media() 88 boff = io_off - io_base; in read_media() 99 if (fseek(fp, io_base, SEEK_SET) == -1) { in read_media() 103 media = read_buf(fp, io_base, io_bytes); in read_media()
|
| /src/sys/dev/e1000/ |
| H A D | e1000_osdep.h | 241 (hw)->io_base, reg); \ 244 (hw)->io_base + 4, value); } while (0)
|
| H A D | e1000_vf.h | 266 unsigned long io_base; member
|
| H A D | e1000_hw.h | 1042 unsigned long io_base; member
|
| H A D | if_em.c | 2442 sc->hw.io_base = 0; in em_allocate_pci_resources()
|
| /src/sys/arm/mv/ |
| H A D | mv_pci.c | 772 bus_addr_t io_base, mem_base; in mv_pcib_init_bridge() local 776 io_base = sc->sc_io_base; in mv_pcib_init_bridge() 777 io_limit = io_base + sc->sc_io_size - 1; in mv_pcib_init_bridge() 783 io_base >> 8, 1); in mv_pcib_init_bridge() 785 io_base >> 16, 2); in mv_pcib_init_bridge()
|
| /src/sys/dev/igc/ |
| H A D | igc_hw.h | 517 unsigned long io_base; member
|