Lines Matching defs:_ch
25 #define PMC_ADC_CMD_READ_VOLTAGE(_ch) (0x10 | (_ch))
26 #define PMC_ADC_CMD_READ_CURRENT(_ch) (0x20 | (_ch))
28 #define PMC_ADC_VOLTAGE_CHANNEL(_ch, _ds_name) { \
31 .channel = (_ch), \
32 .address = PMC_ADC_CMD_READ_VOLTAGE(_ch), \
37 #define PMC_ADC_CURRENT_CHANNEL(_ch, _ds_name) { \
40 .channel = (_ch), \
41 .address = PMC_ADC_CMD_READ_CURRENT(_ch), \