Home
last modified time | relevance | path

Searched refs:R592_STATUS_RECV_ERR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/memstick/host/
H A Dr592.h43 #define R592_STATUS_RECV_ERR (1 << 25) /* Receive failed */ macro
H A Dr592.c120 if (reg & (R592_STATUS_SEND_ERR | R592_STATUS_RECV_ERR)) in r592_wait_status()
200 (R592_STATUS_SEND_ERR | R592_STATUS_RECV_ERR))) in r592_test_io_error()