hw_sel             82 drivers/phy/hisilicon/phy-histb-combphy.c 	u32 hw_sel;
hw_sel             89 drivers/phy/hisilicon/phy-histb-combphy.c 		hw_sel = COMBPHY_MODE_SATA;
hw_sel             92 drivers/phy/hisilicon/phy-histb-combphy.c 		hw_sel = COMBPHY_MODE_PCIE;
hw_sel             95 drivers/phy/hisilicon/phy-histb-combphy.c 		hw_sel = COMBPHY_MODE_USB3;
hw_sel            102 drivers/phy/hisilicon/phy-histb-combphy.c 				  hw_sel << mode->shift);
hw_sel            658 drivers/regulator/qcom_spmi-regulator.c static int spmi_hw_selector_to_sw(struct spmi_regulator *vreg, u8 hw_sel,
hw_sel            676 drivers/regulator/qcom_spmi-regulator.c 			if (hw_sel < offset)
hw_sel            681 drivers/regulator/qcom_spmi-regulator.c 			if (hw_sel > max_hw_sel)
hw_sel            684 drivers/regulator/qcom_spmi-regulator.c 			return sw_sel + hw_sel - offset;