amux_input        133 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	unsigned int	amux_input;
amux_input        379 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 		arg = pad->amux_input;
amux_input        462 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 			pad->amux_input = arg;
amux_input        490 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	val = pad->amux_input & PMIC_MPP_REG_AIN_ROUTE_MASK;
amux_input        775 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	pad->amux_input = val >> PMIC_MPP_REG_AIN_ROUTE_SHIFT;
amux_input        776 drivers/pinctrl/qcom/pinctrl-spmi-mpp.c 	pad->amux_input &= PMIC_MPP_REG_AIN_ROUTE_MASK;