Home
last modified time | relevance | path

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

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

Completed in 35 milliseconds