Home
last modified time | relevance | path

Searched refs:hw_sel (Results 1 – 2 of 2) sorted by relevance

/drivers/phy/hisilicon/
Dphy-histb-combphy.c82 u32 hw_sel; in histb_combphy_set_mode() local
89 hw_sel = COMBPHY_MODE_SATA; in histb_combphy_set_mode()
92 hw_sel = COMBPHY_MODE_PCIE; in histb_combphy_set_mode()
95 hw_sel = COMBPHY_MODE_USB3; in histb_combphy_set_mode()
102 hw_sel << mode->shift); in histb_combphy_set_mode()
/drivers/regulator/
Dqcom_spmi-regulator.c695 static int spmi_hw_selector_to_sw(struct spmi_regulator *vreg, u8 hw_sel, in spmi_hw_selector_to_sw() argument
713 if (hw_sel < offset) in spmi_hw_selector_to_sw()
718 if (hw_sel > max_hw_sel) in spmi_hw_selector_to_sw()
721 return sw_sel + hw_sel - offset; in spmi_hw_selector_to_sw()