Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/
Dfman_memac.c84 #define CMD_CFG_SW_RESET 0x00001000 /* 19 S/W Reset, self clearing bit */ macro
380 tmp |= CMD_CFG_SW_RESET; in reset()
387 } while ((ioread32be(&regs->command_config) & CMD_CFG_SW_RESET) && in reset()