Searched refs:PP_RER_RxOK (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ | ||
| H A D | cs8900.h | 172 #define PP_RER_RxOK 0x0100 /* Frame received with no errors */ macro |
| H A D | cs8900.c | 183 if ((status & PP_RER_RxOK) == 0) in cs8900_recv() |