Searched refs:AVE_STS_OWN (Results 1 – 1 of 1) sorted by relevance
116 #define AVE_STS_OWN BIT(31) /* Descriptor ownership */ macro553 } 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