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

/freebsd-10.0-release/sys/dev/ex/
H A Dif_ex.c499 CSR_WRITE_2(sc, IO_PORT_REG, Transmit_CMD);
500 CSR_WRITE_2(sc, IO_PORT_REG, 0);
501 CSR_WRITE_2(sc, IO_PORT_REG, next);
502 CSR_WRITE_2(sc, IO_PORT_REG, data_len);
513 CSR_WRITE_MULTI_2(sc, IO_PORT_REG,
516 CSR_WRITE_MULTI_2(sc, IO_PORT_REG,
525 CSR_WRITE_MULTI_2(sc, IO_PORT_REG,
535 CSR_WRITE_2(sc, IO_PORT_REG, dest);
539 i = CSR_READ_2(sc, IO_PORT_REG);
542 CSR_WRITE_2(sc, IO_PORT_REG,
[all...]
H A Dif_exreg.h106 #define IO_PORT_REG 14 /* 16-bit register */ macro

Completed in 61 milliseconds