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/tegra20/
A Dtegra-dc.c187 static const u32 rgb_enb_tab[PIN_REG_COUNT] = {
194 static const u32 rgb_polarity_tab[PIN_REG_COUNT] = {
201 static const u32 rgb_data_tab[PIN_REG_COUNT] = {
222 for (i = 0; i < PIN_REG_COUNT; i++) { in rgb_enable()

Completed in 10 milliseconds