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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tl.c983 CMD_PUT(sc, cmd | (TL_CMD_LDTHR | TX_THR));
984 CMD_PUT(sc, cmd | (TL_CMD_LDTMR | 0x00000003));
1492 CMD_PUT(sc, TL_CMD_ACK | r | (type & ~(0x00100000)));
1576 CMD_PUT(sc, TL_CMD_ACK | 0x00000001 | type);
1584 CMD_PUT(sc, cmd);
1659 CMD_PUT(sc, type);
1695 CMD_PUT(sc, TL_CMD_ACK | r | type);
1949 CMD_PUT(sc, cmd);
H A Dif_tlreg.h475 #define CMD_PUT(sc, x) CSR_WRITE_4(sc, TL_HOSTCMD, x) macro

Completed in 68 milliseconds