Home
last modified time | relevance | path

Searched full:switch_reset (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.c1041 struct reset_control *switch_reset; in lan966x_reset_switch() local
1045 switch_reset = devm_reset_control_get_optional_shared(lan966x->dev, in lan966x_reset_switch()
1047 if (IS_ERR(switch_reset)) in lan966x_reset_switch()
1048 return dev_err_probe(lan966x->dev, PTR_ERR(switch_reset), in lan966x_reset_switch()
1051 reset_control_reset(switch_reset); in lan966x_reset_switch()
/linux/Documentation/devicetree/bindings/net/
H A Dmicrochip,lan966x-switch.yaml148 resets = <&switch_reset 0>;
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c200 u32 switch_reset = BIT(20); in sja1110_reset_cmd() local
207 return sja1105_xfer_u32(priv, SPI_WRITE, regs->rgu, &switch_reset, NULL); in sja1110_reset_cmd()
/linux/drivers/net/dsa/microchip/
H A Dksz9477_reg.h39 #define SWITCH_RESET 0x01 macro