Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtlv320adcx140.c883 u32 gpo_outputs[ADCX140_NUM_GPOS]; in adcx140_configure_gpo() local
891 gpo_outputs, in adcx140_configure_gpo()
896 if (gpo_outputs[0] > ADCX140_GPO_CFG_MAX) { in adcx140_configure_gpo()
901 if (gpo_outputs[1] > ADCX140_GPO_DRV_MAX) { in adcx140_configure_gpo()
906 gpo_output_val = gpo_outputs[0] << ADCX140_GPO_SHIFT | in adcx140_configure_gpo()
907 gpo_outputs[1]; in adcx140_configure_gpo()