SW_RST            734 drivers/net/dsa/b53/b53_common.c 		reg |= SW_RST | EN_SW_RST | EN_CH_RST;
SW_RST            739 drivers/net/dsa/b53/b53_common.c 			if (!(reg & SW_RST))
SW_RST            101 drivers/net/ethernet/moxa/moxart_ether.c 	writel(SW_RST, priv->base + REG_MAC_CTRL);
SW_RST            102 drivers/net/ethernet/moxa/moxart_ether.c 	while (readl(priv->base + REG_MAC_CTRL) & SW_RST)
SW_RST             90 drivers/thermal/qcom/tsens-8960.c 	ret = regmap_update_bits(map, CNTL_ADDR, SW_RST, SW_RST);
SW_RST            125 drivers/thermal/qcom/tsens-8960.c 	ret = regmap_write(priv->tm_map, CNTL_ADDR, reg | SW_RST);
SW_RST            186 drivers/thermal/qcom/tsens-8960.c 	reg_cntl = SW_RST;
SW_RST            187 drivers/thermal/qcom/tsens-8960.c 	ret = regmap_update_bits(priv->tm_map, CNTL_ADDR, SW_RST, reg_cntl);
SW_RST            193 drivers/thermal/qcom/tsens-8960.c 		reg_cntl &= ~SW_RST;