Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Dsni_ave.c116 #define AVE_STS_OWN BIT(31) /* Descriptor ownership */ macro
553 } while ((val & AVE_STS_OWN) && --count); in ave_send()
560 val = AVE_STS_OWN | AVE_STS_1ST | AVE_STS_LAST | in ave_send()
568 } while ((val & AVE_STS_OWN) && --count); in ave_send()
589 if (!(cmdsts & AVE_STS_OWN)) in ave_recv()

Completed in 4 milliseconds