Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Daltera_tse.h154 #define ALTERA_TSE_CMD_SW_RESET_MSK BIT(13) macro
Daltera_tse.c230 writel(ALTERA_TSE_CMD_SW_RESET_MSK, &mac_dev->command_config); in altera_tse_stop_mac()
234 if (!(status & ALTERA_TSE_CMD_SW_RESET_MSK)) in altera_tse_stop_mac()