Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A 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()
A Dns8382x.c172 DescOwn = 0x80000000, DescMore = 0x40000000, DescIntr = 0x20000000, enumerator
752 txd.cmdsts = cpu_to_le32(DescOwn | length); in ns8382x_send()
766 for (i = 0; (tx_stat = le32_to_cpu(txd.cmdsts)) & DescOwn; i++) { in ns8382x_send()
803 if (!(rx_status & (u32) DescOwn)) in ns8382x_poll()

Completed in 6 milliseconds