Searched refs:SW_RST (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/qcom/ |
H A D | tsens-8960.c | 28 #define SW_RST BIT(1) macro 90 ret = regmap_update_bits(map, CNTL_ADDR, SW_RST, SW_RST); in resume_8960() 125 ret = regmap_write(priv->tm_map, CNTL_ADDR, reg | SW_RST); in enable_8960() 186 reg_cntl = SW_RST; in init_8960() 187 ret = regmap_update_bits(priv->tm_map, CNTL_ADDR, SW_RST, reg_cntl); in init_8960() 193 reg_cntl &= ~SW_RST; in init_8960()
|
/kernel/linux/linux-6.6/drivers/thermal/qcom/ |
H A D | tsens-8960.c | 25 #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()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-composite-7ulp.c | 25 #define SW_RST BIT(28) macro 44 val |= SW_RST; in pcc_gate_enable()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/moxa/ |
H A D | moxart_ether.h | 185 #define SW_RST BIT(2) /* software reset, last 64 AHB clocks */ macro
|
H A D | moxart_ether.c | 96 writel(SW_RST, priv->base + REG_MAC_CTRL); in moxart_mac_reset() 97 while (readl(priv->base + REG_MAC_CTRL) & SW_RST) in moxart_mac_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/moxa/ |
H A D | moxart_ether.h | 185 #define SW_RST BIT(2) /* software reset, last 64 AHB clocks */ macro
|
H A D | moxart_ether.c | 93 writel(SW_RST, priv->base + REG_MAC_CTRL); in moxart_mac_reset() 94 while (readl(priv->base + REG_MAC_CTRL) & SW_RST) in moxart_mac_reset()
|
/kernel/linux/linux-5.10/drivers/net/dsa/b53/ |
H A D | b53_regs.h | 149 #define SW_RST BIT(7) macro
|
H A D | b53_common.c | 772 reg |= SW_RST | EN_SW_RST | EN_CH_RST; in b53_switch_reset() 777 if (!(reg & SW_RST)) in b53_switch_reset() 785 "Timeout waiting for SW_RST to clear!\n"); in b53_switch_reset()
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_regs.h | 150 #define SW_RST BIT(7) macro
|
H A D | b53_common.c | 828 reg |= SW_RST | EN_SW_RST | EN_CH_RST; in b53_switch_reset() 833 if (!(reg & SW_RST)) in b53_switch_reset() 841 "Timeout waiting for SW_RST to clear!\n"); in b53_switch_reset()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-mtk-snfi.c | 189 #define SW_RST BIT(28) macro 418 nfi_rmw32(snf, SNF_MISC_CTL, 0, SW_RST); in mtk_snand_mac_reset()
|
Completed in 17 milliseconds