Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/adc/
H A Dadc-uclass.c28 static int check_channel(struct udevice *dev, int value, bool number_or_mask, in check_channel() argument
32 unsigned mask = number_or_mask ? (1 << value) : value; in check_channel()