Searched refs:sw_rst (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/ata/
H A Dahci_st.c38 struct reset_control *sw_rst; member in struct:st_ahci_drv_data
71 if (drv_data->sw_rst) { st_ahci_deassert_resets()
72 err = reset_control_deassert(drv_data->sw_rst); st_ahci_deassert_resets()
117 drv_data->sw_rst = devm_reset_control_get(dev, "sw-rst"); st_ahci_probe_resets()
118 if (IS_ERR(drv_data->sw_rst)) { st_ahci_probe_resets()
120 drv_data->sw_rst = NULL; st_ahci_probe_resets()
/linux-4.4.14/arch/arm/mach-davinci/
H A Dboard-da850-evm.c566 [DA850_EVM_BB_EXP_SW_RST] = "sw_rst",

Completed in 136 milliseconds