Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/codecs/
Dtlv320adcx140.c884 u32 gpo_outputs[ADCX140_NUM_GPOS]; in adcx140_configure_gpo() local
892 gpo_outputs, in adcx140_configure_gpo()
897 if (gpo_outputs[0] > ADCX140_GPO_CFG_MAX) { in adcx140_configure_gpo()
902 if (gpo_outputs[1] > ADCX140_GPO_DRV_MAX) { in adcx140_configure_gpo()
907 gpo_output_val = gpo_outputs[0] << ADCX140_GPO_SHIFT | in adcx140_configure_gpo()
908 gpo_outputs[1]; in adcx140_configure_gpo()