Lines Matching full:receive
67 #define USS820_RXDAT 0x05 /* Receive FIFO data */
69 #define USS820_RXCNTL 0x06 /* Receive FIFO byte count low */
72 #define USS820_RXCNTH 0x07 /* Receive FIFO byte count high */
76 #define USS820_RXCON 0x08 /* Receive FIFO control */
79 #define USS820_RXCON_ARM 0x04 /* Auto Receive Management */
80 #define USS820_RXCON_RXISO 0x08 /* Receive Isochronous Data */
86 #define USS820_RXCON_RXCLR 0x80 /* Receive FIFO clear */
88 #define USS820_RXFLG 0x09 /* Receive FIFO flag (Read Only) */
105 #define USS820_EPCON_RXEPEN 0x04 /* Receive Endpoint Enable */
106 #define USS820_EPCON_RXIE 0x08 /* Receive Input Enable */
107 #define USS820_EPCON_RXSPM 0x10 /* Receive Single-Packet Mode */
110 #define USS820_EPCON_RXSTL 0x80 /* Stall Receive Endpoint */
123 #define USS820_RXSTAT 0x0d /* Receive status */
124 #define USS820_RXSTAT_RXACK 0x01 /* Receive Acknowledge */
125 #define USS820_RXSTAT_RXERR 0x02 /* Receive Error */
126 #define USS820_RXSTAT_RXVOID 0x04 /* Receive Void */
127 #define USS820_RXSTAT_RXSOVW 0x08 /* Receive Data Sequence Overwrite Bit */
172 #define USS820_SBI_FRXD0 0x02 /* Function Receive Done, EP 0 */