Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Ddc2114x.c56 #define T_OWN 0x80000000 /* Own Bit */ macro
389 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in dc21x4x_send()
398 tx_ring[tx_new].status = cpu_to_le32(T_OWN); in dc21x4x_send()
402 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in dc21x4x_send()
496 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in send_setup_frame()
505 tx_ring[tx_new].status = cpu_to_le32(T_OWN); in send_setup_frame()
509 for(i = 0; tx_ring[tx_new].status & cpu_to_le32(T_OWN); i++) { in send_setup_frame()