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

/freebsd-12-stable/sys/dev/smc/
H A Dif_smcreg.h187 #define PTR_RCV 0x8000 /* Read/write to/from RX/TX */ macro
H A Dif_smc.c708 smc_write_2(sc, PTR, 0 | PTR_READ | PTR_RCV | PTR_AUTO_INCR);
744 smc_write_2(sc, PTR, 4 | PTR_READ | PTR_RCV | PTR_AUTO_INCR);
/freebsd-12-stable/sys/dev/sn/
H A Dif_snreg.h270 * PTR_RCV bit is tricky. When PTR_RCV==1, the packet number
272 * When PTR_RCV==0, the packet number to be written is found
278 #define PTR_RCV 0x8000 /* FIFO_RX is packet, otherwise PNR is packet */ macro
H A Dif_sn.c1029 * Start reading from the start of the packet. Since PTR_RCV is set,
1032 CSR_WRITE_2(sc, POINTER_REG_W, PTR_READ | PTR_RCV | PTR_AUTOINC | 0x0000);

Completed in 111 milliseconds