Searched refs:ICH_D0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ichsmb/
H A Dichsmb_reg.h86 #define ICH_D0 0x05 /* host data 0 */ macro
H A Dichsmb.c237 *byte = bus_read_1(sc->io_res, ICH_D0);
258 bus_write_1(sc->io_res, ICH_D0, byte);
282 bus_write_1(sc->io_res, ICH_D0, word & 0xff);
309 *byte = bus_read_1(sc->io_res, ICH_D0);
333 ICH_D0) & 0xff)
357 bus_write_1(sc->io_res, ICH_D0, sdata & 0xff);
363 ICH_D0) & 0xff)
408 bus_write_1(sc->io_res, ICH_D0, count);
439 bus_write_1(sc->io_res, ICH_D0, *count); /* XXX? */
579 sc->io_res, ICH_D0);
[all...]

Completed in 60 milliseconds