HomeSort by relevance Sort by last modified time
    Searched refs:DescOwn (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/net/
natsemi.c 191 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000,
774 txd.cmdsts = cpu_to_le32(DescOwn | length);
787 (*res = le32_to_cpu(txd.cmdsts)) & DescOwn;
829 if (!(rx_status & (u32) DescOwn))
ns8382x.c 171 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000,
751 txd.cmdsts = cpu_to_le32(DescOwn | length);
765 for (i = 0; (tx_stat = le32_to_cpu(txd.cmdsts)) & DescOwn; i++) {
802 if (!(rx_status & (u32) DescOwn))

Completed in 350 milliseconds