Searched refs:PTR_RCV (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/smc/
H A Dif_smcreg.h185 #define PTR_RCV 0x8000 /* Read/write to/from RX/TX */ macro
H A Dif_smc.c706 smc_write_2(sc, PTR, 0 | PTR_READ | PTR_RCV | PTR_AUTO_INCR);
742 smc_write_2(sc, PTR, 4 | PTR_READ | PTR_RCV | PTR_AUTO_INCR);
/freebsd-11.0-release/sys/dev/sn/
H A Dif_snreg.h268 * PTR_RCV bit is tricky. When PTR_RCV==1, the packet number
270 * When PTR_RCV==0, the packet number to be written is found
276 #define PTR_RCV 0x8000 /* FIFO_RX is packet, otherwise PNR is packet */ macro
H A Dif_sn.c1024 * Start reading from the start of the packet. Since PTR_RCV is set,
1027 CSR_WRITE_2(sc, POINTER_REG_W, PTR_READ | PTR_RCV | PTR_AUTOINC | 0x0000);

Completed in 67 milliseconds