Lines Matching refs:OWN
1379 return !XGMAC_GET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN);
1404 * Reset all other control bits (OWN, CTXT, FD, LD, CPC, CIC, etc)
1470 * set control bits OWN and INTE
1482 * is written to the descriptor(s) before setting the OWN bit
1487 XGMAC_SET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN, 1);
1805 /* Set OWN bit if not the first descriptor */
1807 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1852 /* Set OWN bit */
1853 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1879 * is written to the descriptor(s) before setting the OWN bit
1884 /* Set OWN bit for the first descriptor */
1887 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, OWN, 1);
1927 if (XGMAC_GET_BITS_LE(rdesc->desc3, RX_NORMAL_DESC3, OWN))
1930 /* Make sure descriptor fields are read after reading the OWN bit */