Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h76 PIN_REG_COUNT = 4, enumerator
87 uint pin_output_enb[PIN_REG_COUNT];
90 uint pin_output_polarity[PIN_REG_COUNT];
93 uint pin_output_data[PIN_REG_COUNT];
96 uint pin_input_enb[PIN_REG_COUNT];
/openbmc/u-boot/drivers/video/
H A Dtegra.c174 static const u32 rgb_enb_tab[PIN_REG_COUNT] = {
181 static const u32 rgb_polarity_tab[PIN_REG_COUNT] = {
188 static const u32 rgb_data_tab[PIN_REG_COUNT] = {
209 for (i = 0; i < PIN_REG_COUNT; i++) { in rgb_enable()