Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/arch-tegra/
A Ddc.h80 PIN_REG_COUNT = 4, enumerator
91 uint pin_output_enb[PIN_REG_COUNT];
94 uint pin_output_polarity[PIN_REG_COUNT];
97 uint pin_output_data[PIN_REG_COUNT];
100 uint pin_input_enb[PIN_REG_COUNT];
/u-boot/drivers/video/
A Dtegra.c178 static const u32 rgb_enb_tab[PIN_REG_COUNT] = {
185 static const u32 rgb_polarity_tab[PIN_REG_COUNT] = {
192 static const u32 rgb_data_tab[PIN_REG_COUNT] = {
213 for (i = 0; i < PIN_REG_COUNT; i++) { in rgb_enable()

Completed in 6 milliseconds