Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dnatsemi.c191 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000, enumerator
774 txd.cmdsts = cpu_to_le32(DescOwn | length); in natsemi_send()
787 (*res = le32_to_cpu(txd.cmdsts)) & DescOwn; in natsemi_send()
829 if (!(rx_status & (u32) DescOwn)) in natsemi_poll()
Dns8382x.c171 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000, enumerator
751 txd.cmdsts = cpu_to_le32(DescOwn | length); in ns8382x_send()
765 for (i = 0; (tx_stat = le32_to_cpu(txd.cmdsts)) & DescOwn; i++) { in ns8382x_send()
802 if (!(rx_status & (u32) DescOwn)) in ns8382x_poll()