Searched refs:binit (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/video/nexell/soc/
H A Ds5pxx18_soc_disptop.c19 static int binit; local
22 if (binit == 0) {
25 binit = 1;
H A Ds5pxx18_soc_disptop_clk.c22 static int binit; local
25 if (binit == 0) {
28 binit = 1;
H A Ds5pxx18_soc_lvds.c28 static int binit; local
31 if (binit == 0) {
34 binit = 1;
H A Ds5pxx18_soc_dpc.c19 static int binit; local
22 if (binit == 0) {
25 binit = 1;
H A Ds5pxx18_soc_mlc.c19 static int binit; local
22 if (binit == 0) {
25 binit = 1;
/u-boot/arch/arm/mach-nexell/
H A Dnx_gpio.c62 static int binit; local
65 binit = 0;
67 if (binit == 0) {
70 binit = true;

Completed in 116 milliseconds