Home
last modified time | relevance | path

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

/external/coreboot/src/soc/rockchip/common/include/soc/
Drk808.h6 void rk808_configure_switch(int sw, int enabled);
/external/coreboot/src/mainboard/google/veyron_mickey/
Dmainboard.c53 rk808_configure_switch(1, 1); /* VCC33_LCD */ in configure_vop()
/external/coreboot/src/mainboard/google/veyron/
Dmainboard.c76 rk808_configure_switch(1, 1); /* VCC33_LCD */ in configure_vop()
/external/coreboot/src/soc/rockchip/common/
Drk808.c60 void rk808_configure_switch(int sw, int enabled) in rk808_configure_switch() function