Searched refs:rx_cmd (Results 1 – 1 of 1) sorted by relevance
68 u16 rx_cmd; in mclink_send() local90 rx_cmd = (rx_cmd_status >> 12) & 0x03; in mclink_send()91 if (rx_cmd != 0) in mclink_send()92 printf("mclink_send: received cmd %d, expected %d\n", rx_cmd, in mclink_send()101 u16 rx_cmd; in mclink_receive() local129 rx_cmd = (rx_cmd_status >> 12) & 0x03; in mclink_receive()130 if (rx_cmd != 1) { in mclink_receive()132 rx_cmd, 1); in mclink_receive()
Completed in 2 milliseconds