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