Home
last modified time | relevance | path

Searched refs:soft_reset (Results 1 – 25 of 140) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-histb.c41 struct reset_control *soft_reset; member
143 reset_control_deassert(histb->soft_reset); in xhci_histb_host_enable()
159 reset_control_assert(histb->soft_reset); in xhci_histb_host_disable()
230 histb->soft_reset = devm_reset_control_get(dev, "soft"); in xhci_histb_probe()
231 if (IS_ERR(histb->soft_reset)) { in xhci_histb_probe()
233 return PTR_ERR(histb->soft_reset); in xhci_histb_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/
H A Dpm.c76 static unsigned int soft_reset; in cns3xxx_pwr_soft_rst() local
78 if (soft_reset & block) { in cns3xxx_pwr_soft_rst()
82 soft_reset |= block; in cns3xxx_pwr_soft_rst()
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-histb.c59 struct reset_control *soft_reset; member
216 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_disable()
275 reset_control_assert(hipcie->soft_reset); in histb_pcie_host_enable()
276 reset_control_deassert(hipcie->soft_reset); in histb_pcie_host_enable()
385 hipcie->soft_reset = devm_reset_control_get(dev, "soft"); in histb_pcie_probe()
386 if (IS_ERR(hipcie->soft_reset)) { in histb_pcie_probe()
388 return PTR_ERR(hipcie->soft_reset); in histb_pcie_probe()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsmsc.c318 .soft_reset = smsc_phy_reset,
337 .soft_reset = smsc_phy_reset,
365 .soft_reset = smsc_phy_reset,
413 .soft_reset = smsc_phy_reset,
440 .soft_reset = smsc_phy_reset,
H A Dmeson-gxl.c231 .soft_reset = genphy_soft_reset,
243 .soft_reset = genphy_soft_reset,
H A Dnxp-tja11xx.c700 .soft_reset = tja11xx_soft_reset,
718 .soft_reset = tja11xx_soft_reset,
736 .soft_reset = tja11xx_soft_reset,
759 .soft_reset = tja11xx_soft_reset,
H A Dax88796b.c47 .soft_reset = asix_soft_reset,
H A Ddp83848.c99 .soft_reset = genphy_soft_reset, \
H A Drockchip.c181 .soft_reset = genphy_soft_reset,
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dtda8290.c169 static unsigned char soft_reset[] = { 0x00, 0x00 }; in tda8290_set_params() local
197 tuner_i2c_xfer_send(&priv->i2c_props, soft_reset, 2); in tda8290_set_params()
827 static unsigned char soft_reset[] = { 0x00, 0x00 }; in tda829x_probe() local
839 soft_reset, 1, buf, PROBE_BUFFER_SIZE); in tda829x_probe()
855 tuner_i2c_xfer_send(&i2c_props, soft_reset, 2); in tda829x_probe()
859 tuner_i2c_xfer_send(&i2c_props, soft_reset, 2); in tda829x_probe()
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_main.c2219 .soft_reset = &genphy_soft_reset,
2243 .soft_reset = &genphy_soft_reset,
2268 .soft_reset = &genphy_soft_reset,
2292 .soft_reset = &genphy_soft_reset,
2316 .soft_reset = &genphy_soft_reset,
2340 .soft_reset = &genphy_soft_reset,
2364 .soft_reset = &genphy_soft_reset,
2388 .soft_reset = &genphy_soft_reset,
2413 .soft_reset = &genphy_soft_reset,
2436 .soft_reset = &genphy_soft_reset,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/
H A DMSS_Ingress_registers.h17 unsigned int soft_reset : 1; member
H A DMSS_Egress_registers.h19 unsigned int soft_reset : 1; member
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-hdmi.c77 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_RESET); in lpass_hdmi_daiops_hw_params()
81 ret = regmap_field_write(drvdata->tx_ctl->soft_reset, LPASS_TX_CTL_CLEAR); in lpass_hdmi_daiops_hw_params()
H A Dlpass-hdmi.h84 struct regmap_field *soft_reset; member
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbmips_vec.S91 beqz k0, soft_reset
130 soft_reset: label
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dgp_device_local.h141 int soft_reset; member
H A Dgp_device.c106 state->soft_reset = gp_device_reg_load(ID, in gp_device_get_state()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dsh_eth.c538 .soft_reset = sh_eth_soft_reset_gether,
589 .soft_reset = sh_eth_soft_reset_gether,
650 .soft_reset = sh_eth_soft_reset,
681 .soft_reset = sh_eth_soft_reset,
717 .soft_reset = sh_eth_soft_reset_gether,
761 .soft_reset = sh_eth_soft_reset,
813 .soft_reset = sh_eth_soft_reset,
857 .soft_reset = sh_eth_soft_reset,
934 .soft_reset = sh_eth_soft_reset_gether,
978 .soft_reset = sh_eth_soft_reset_gether,
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H A Dcpsw_priv.h143 u32 soft_reset; member
164 u32 soft_reset; member
452 void soft_reset(const char *module, void __iomem *reg);
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dcs5535-mfgpt.c263 static void soft_reset(void) in soft_reset() function
299 soft_reset(); in scan_timers()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmvtwsi.c60 u32 soft_reset; member
75 u32 soft_reset; member
428 writel(0, &twsi->soft_reset); in twsi_reset()
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_init.c795 int soft_reset = 1; in qla4xxx_start_firmware() local
826 soft_reset = 0; in qla4xxx_start_firmware()
850 soft_reset = 0; in qla4xxx_start_firmware()
868 ha->host_no, __func__, soft_reset, config_chip)); in qla4xxx_start_firmware()
869 if (soft_reset) { in qla4xxx_start_firmware()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-mv64xxx.c115 u8 soft_reset; member
159 .soft_reset = 0x1c,
169 .soft_reset = 0x18,
214 writel(0, drv_data->reg_base + drv_data->reg_offsets.soft_reset); in mv64xxx_i2c_hw_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Damd_shared.h277 int (*soft_reset)(void *handle); member

123456