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

/freebsd-current/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-current/usr.sbin/fstyp/
H A Dhammer2.c71 hammer2_off_t io_off, io_base; local
85 io_base = io_off & ~(hammer2_off_t)(HAMMER2_MINIOSIZE - 1);
86 boff = io_off - io_base;
97 if (fseek(fp, io_base, SEEK_SET) == -1) {
101 media = read_buf(fp, io_base, io_bytes);
/freebsd-current/sys/dev/e1000/
H A De1000_osdep.h219 (hw)->io_base, reg); \
222 (hw)->io_base + 4, value); } while (0)
H A De1000_vf.h266 unsigned long io_base; member in struct:e1000_hw
H A De1000_hw.h1042 unsigned long io_base; member in struct:e1000_hw
H A Dif_em.c2048 sc->hw.io_base = 0;
/freebsd-current/sys/arm/mv/
H A Dmv_pci.c771 bus_addr_t io_base, mem_base; local
775 io_base = sc->sc_io_base;
776 io_limit = io_base + sc->sc_io_size - 1;
782 io_base >> 8, 1);
784 io_base >> 16, 2);
/freebsd-current/sys/dev/igc/
H A Digc_hw.h517 unsigned long io_base; member in struct:igc_hw

Completed in 185 milliseconds