Home
last modified time | relevance | path

Searched refs:SW_RESET (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/clk/qcom/
Dgdsc.h56 #define SW_RESET BIT(3) macro
Dgdsc.c219 if (sc->flags & SW_RESET) { in gdsc_enable()
/Linux-v4.19/drivers/watchdog/
Dasm9260_wdt.c51 SW_RESET, enumerator
267 priv->mode = SW_RESET; in asm9260_wdt_get_dt_mode()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-qmp.c28 #define SW_RESET BIT(0) macro
1011 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], SW_RESET); in qcom_qmp_phy_com_init()
1060 SW_RESET); in qcom_qmp_phy_com_exit()
1136 qphy_clrbits(pcs, cfg->regs[QPHY_SW_RESET], SW_RESET); in qcom_qmp_phy_init()
1138 qphy_clrbits(dp_com, QPHY_V3_DP_COM_SW_RESET, SW_RESET); in qcom_qmp_phy_init()
1176 qphy_setbits(qphy->pcs, cfg->regs[QPHY_SW_RESET], SW_RESET); in qcom_qmp_phy_exit()
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/
Dipw2100.h315 SW_RESET, enumerator
/Linux-v4.19/drivers/net/dsa/microchip/
Dksz_9477_reg.h179 #define SW_RESET BIT(1) macro
Dksz_common.c275 ksz_cfg(dev, REG_SW_OPERATION, SW_RESET, true); in ksz_reset_switch()