Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dtsec.h173 #define TXBD_WRAP 0x2000 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dgianfar.h451 #define TXBD_WRAP 0x2000 macro
1271 lstatus &= BD_LFLAG(TXBD_WRAP); in gfar_clear_txbd_status()
H A Dgianfar.c1345 TXBD_WRAP); in gfar_init_bds()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c511 out_be16(&priv->txbd[TX_BUF_CNT - 1].status, status | TXBD_WRAP); in startup_tsec()