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

/freebsd-11.0-release/sys/dev/ex/
H A Dif_ex.c500 CSR_WRITE_2(sc, IO_PORT_REG, Transmit_CMD);
501 CSR_WRITE_2(sc, IO_PORT_REG, 0);
502 CSR_WRITE_2(sc, IO_PORT_REG, next);
503 CSR_WRITE_2(sc, IO_PORT_REG, data_len);
514 CSR_WRITE_MULTI_2(sc, IO_PORT_REG,
517 CSR_WRITE_MULTI_2(sc, IO_PORT_REG,
526 CSR_WRITE_MULTI_2(sc, IO_PORT_REG,
536 CSR_WRITE_2(sc, IO_PORT_REG, dest);
540 i = CSR_READ_2(sc, IO_PORT_REG);
543 CSR_WRITE_2(sc, IO_PORT_REG,
[all...]
H A Dif_exreg.h106 #define IO_PORT_REG 14 /* 16-bit register */ macro

Completed in 111 milliseconds