Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/psensor/
H A Dps_stk3171.c47 #define SW_RESET 0X80 macro
135 result = sensor_write_reg(client, SW_RESET, 0); in sensor_init()
/OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/
H A Dls_stk3171.c47 #define SW_RESET 0X80 macro
136 result = sensor_write_reg(client, SW_RESET, 0); in sensor_init()
H A Dls_em3071x.c35 #define SW_RESET 0X0E macro
116 result = sensor_write_reg(client, SW_RESET, 0); in sensor_init()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dmv88e6352.c30 #define SW_RESET 0x8000 macro
215 reg = SW_RESET | PPU_ENABLE | 0x0400; in mv88e_sw_reset()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dasm9260_wdt.c50 SW_RESET, enumerator
277 priv->mode = SW_RESET; in asm9260_wdt_get_dt_mode()
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dgdsc.h55 #define SW_RESET BIT(3) macro
H A Dgpucc-msm8998.c265 .flags = CLAMP_IO | SW_RESET | AON_RESET | NO_RET_PERIPH,
H A Dgdsc.c248 if (sc->flags & SW_RESET) { in gdsc_enable()
/OK3568_Linux_fs/kernel/sound/soc/tegra/
H A Dtegra210_admaif.h67 #define SW_RESET 1 macro
H A Dtegra210_admaif.c384 regmap_update_bits(admaif->regmap, reset_reg, SW_RESET_MASK, SW_RESET); in tegra_admaif_stop()
388 !(val & SW_RESET_MASK & SW_RESET), in tegra_admaif_stop()
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Ddmard10.c140 #define SW_RESET 1 macro
/OK3568_Linux_fs/kernel/drivers/phy/qualcomm/
H A Dphy-qcom-qmp.c28 #define SW_RESET BIT(0) macro
2666 qphy_clrbits(serdes, cfg->regs[QPHY_COM_SW_RESET], SW_RESET); in qcom_qmp_phy_serdes_init()
2976 qphy_clrbits(dp_com, QPHY_V3_DP_COM_SW_RESET, SW_RESET); in qcom_qmp_phy_com_init()
3025 SW_RESET); in qcom_qmp_phy_com_exit()
3162 qphy_clrbits(pcs, cfg->regs[QPHY_SW_RESET], SW_RESET); in qcom_qmp_phy_power_on()
3207 qphy_setbits(qphy->pcs, cfg->regs[QPHY_SW_RESET], SW_RESET); in qcom_qmp_phy_power_off()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h301 SW_RESET, enumerator
/OK3568_Linux_fs/kernel/drivers/net/dsa/microchip/
H A Dksz9477_reg.h168 #define SW_RESET BIT(1) macro
H A Dksz9477.c202 ksz_cfg(dev, REG_SW_OPERATION, SW_RESET, true); in ksz9477_reset_switch()