Searched refs:SYS_RESET_CFG_CORE_ENA (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_regs.h | 1630 #define SYS_RESET_CFG_CORE_ENA BIT(0) macro 1632 FIELD_PREP(SYS_RESET_CFG_CORE_ENA, x) 1634 FIELD_GET(SYS_RESET_CFG_CORE_ENA, x)
|
H A D | lan966x_main.c | 1060 if (lan_rd(lan966x, SYS_RESET_CFG) & SYS_RESET_CFG_CORE_ENA) in lan966x_reset_switch()
|
/linux/drivers/net/ethernet/mscc/ |
H A D | vsc7514_regs.c | 51 [SYS_RESET_CFG_CORE_ENA] = REG_FIELD(SYS_RESET_CFG, 2, 2),
|
H A D | ocelot.c | 3152 return regmap_field_write(ocelot->regfields[SYS_RESET_CFG_CORE_ENA], 1); in ocelot_reset()
|
/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 592 [SYS_RESET_CFG_CORE_ENA] = REG_FIELD(SYS_RESET_CFG, 0, 0), 921 ocelot_field_write(ocelot, SYS_RESET_CFG_CORE_ENA, 1); in vsc9959_reset()
|
/linux/include/soc/mscc/ |
H A D | ocelot.h | 598 SYS_RESET_CFG_CORE_ENA, enumerator
|