Home
last modified time | relevance | path

Searched refs:SW_RESET_TX (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dcassini.c3738 writel((SW_RESET_TX | SW_RESET_RX | SW_RESET_BLOCK_PCS_SLINK), in cas_global_reset()
3741 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET); in cas_global_reset()
3750 if ((val & (SW_RESET_TX | SW_RESET_RX)) == 0) in cas_global_reset()
H A Dcassini.h204 /* writing to SW_RESET_TX and SW_RESET_RX will issue a global
208 #define SW_RESET_TX 0x00000001 /* reset TX DMA engine. poll until macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dcassini.c3703 writel((SW_RESET_TX | SW_RESET_RX | SW_RESET_BLOCK_PCS_SLINK), in cas_global_reset()
3706 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET); in cas_global_reset()
3715 if ((val & (SW_RESET_TX | SW_RESET_RX)) == 0) in cas_global_reset()
H A Dcassini.h204 /* writing to SW_RESET_TX and SW_RESET_RX will issue a global
208 #define SW_RESET_TX 0x00000001 /* reset TX DMA engine. poll until macro

Completed in 28 milliseconds