Home
last modified time | relevance | path

Searched refs:io_base (Results 1 – 8 of 8) sorted by relevance

/src/sys/dev/sound/isa/
H A Dsb.h52 #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 Dhammer2.c73 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 De1000_osdep.h241 (hw)->io_base, reg); \
244 (hw)->io_base + 4, value); } while (0)
H A De1000_vf.h266 unsigned long io_base; member
H A De1000_hw.h1042 unsigned long io_base; member
H A Dif_em.c2442 sc->hw.io_base = 0; in em_allocate_pci_resources()
/src/sys/arm/mv/
H A Dmv_pci.c772 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 Digc_hw.h517 unsigned long io_base; member