Lines Matching refs:P2
145 // 08-0B 3-byte commands: ==== P1 ==== ==== P2 ====
151 // 0C-0D 4-byte commands. P1 = extended cmd and P2,P3 = params
155 // P2 = extended cmd, P3..Pn = parameters.
167 // P2 = Parameter
171 // or may not use parameter P2.
235 // P2 = Bit mask as follows:
256 // P2 = Bit mask as follows:
291 // P2 = 0x11
304 // P2 = 0x13
325 // P2 = Sequence number
330 // P2 = Request Sequence number
348 // 08-0B 3-byte status: ==== P1 ==== ==== P2 ====
354 // 0C-0D 4-byte status. P1 = extended status code and P2,P3 = params
358 // P2 = extended status, P3..Pn = parameters.
399 // P2 is errored character read from
402 #define IOSP_EXT_STATUS 0x09 // P1 is status/response code, param in P2.
407 #define IOSP_EXT_STATUS_CHASE_RSP 0 // Reply to CHASE_PORT cmd. P2 is outcome:
408 #define IOSP_EXT_STATUS_CHASE_PASS 0 // P2 = 0: All Tx data drained successfully
409 #define IOSP_EXT_STATUS_CHASE_FAIL 1 // P2 = 1: Timed out (stuck due to flow
413 #define IOSP_EXT_STATUS_RX_CHECK_RSP 1 // Reply to RX_CHECK cmd. P2 is sequence number
419 // P2 is encoded TxBuffer Size:
420 // TxBufferSize = (P2 + 1) * 64
424 #define GET_TX_BUFFER_SIZE(P2) (((P2) + 1) * 64)
435 // Params in P2, P3