Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtlv320adcx140.c829 u32 gpo_outputs[ADCX140_NUM_GPOS]; in adcx140_configure_gpo() local
837 gpo_outputs, in adcx140_configure_gpo()
842 if (gpo_outputs[0] > ADCX140_GPO_CFG_MAX) { in adcx140_configure_gpo()
847 if (gpo_outputs[1] > ADCX140_GPO_DRV_MAX) { in adcx140_configure_gpo()
852 gpo_output_val = gpo_outputs[0] << ADCX140_GPO_SHIFT | in adcx140_configure_gpo()
853 gpo_outputs[1]; in adcx140_configure_gpo()