Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dtsens-8960.c25 #define SW_RST BIT(1) macro
86 ret = regmap_update_bits(map, CNTL_ADDR, SW_RST, SW_RST); in resume_8960()
136 ret = regmap_write(priv->tm_map, CNTL_ADDR, reg | SW_RST); in enable_8960()
/linux/drivers/clk/imx/
H A Dclk-composite-7ulp.c27 #define SW_RST BIT(28) macro
49 val |= SW_RST; in pcc_gate_enable()
/linux/drivers/net/ethernet/moxa/
H A Dmoxart_ether.h185 #define SW_RST BIT(2) /* software reset, last 64 AHB clocks */ macro
/linux/drivers/net/dsa/b53/
H A Db53_regs.h162 #define SW_RST BIT(7) macro
H A Db53_common.c1004 reg |= SW_RST | EN_SW_RST | EN_CH_RST; in b53_switch_reset()
1009 if (!(reg & SW_RST)) in b53_switch_reset()