Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/mainboard/google/trogdor/
H A Dboardid.c14 id = gpio_binary_first_base3_value(pins, ARRAY_SIZE(pins)); in board_id()
49 return gpio_binary_first_base3_value(pins, ARRAY_SIZE(pins)); in panel_id()
61 id = gpio_binary_first_base3_value(old_pins, ARRAY_SIZE(old_pins)); in sku_id()
63 id = gpio_binary_first_base3_value(pins, ARRAY_SIZE(pins)); in sku_id()
/aosp_15_r20/external/coreboot/src/mainboard/google/gale/
H A Dboardid.c19 bid = gpio_binary_first_base3_value(hw_rev_gpios, in get_board_id()
/aosp_15_r20/external/coreboot/src/mainboard/google/veyron_mickey/
H A Dboardid.c27 code = gpio_binary_first_base3_value(pins, ARRAY_SIZE(pins)); in ram_code()
/aosp_15_r20/external/coreboot/src/mainboard/google/veyron_rialto/
H A Dboardid.c27 code = gpio_binary_first_base3_value(pins, ARRAY_SIZE(pins)); in ram_code()
/aosp_15_r20/external/coreboot/src/mainboard/google/veyron/
H A Dboardid.c30 code = gpio_binary_first_base3_value(pins, ARRAY_SIZE(pins)); in ram_code()
/aosp_15_r20/external/coreboot/src/include/
H A Dgpio.h97 static inline uint32_t gpio_binary_first_base3_value(const gpio_t gpio[], in gpio_binary_first_base3_value() function