Home
last modified time | relevance | path

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

/freebsd/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)
/freebsd/usr.sbin/fstyp/
H A Dhammer2.c71 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()
/freebsd/sys/dev/e1000/
H A De1000_osdep.h221 (hw)->io_base, reg); \
224 (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.c2299 sc->hw.io_base = 0; in em_allocate_pci_resources()
/freebsd/sys/dev/igc/
H A Digc_hw.h517 unsigned long io_base; member