Home
last modified time | relevance | path

Searched refs:__g_module_variables (Results 1 – 5 of 5) sorted by relevance

/u-boot/arch/arm/mach-nexell/
A Dnx_gpio.c20 } __g_module_variables[NUMBER_OF_GPIO_MODULE] = { variable
69 __g_module_variables[i].pregister = NULL; in nx_gpio_initialize()
90 __g_module_variables[module_index].pregister = in nx_gpio_set_base_address()
103 pregister = __g_module_variables[module_index].pregister; in nx_gpio_open_module()
121 pregister = __g_module_variables[module_index].pregister; in nx_gpio_set_pad_function()
130 pregister = __g_module_variables[module_index].pregister; in nx_gpio_set_pad_function32()
139 pregister = __g_module_variables[module_index].pregister; in nx_gpio_get_pad_function()
150 pregister = __g_module_variables[module_index].pregister; in nx_gpio_set_output_enable()
256 nx_gpio_set_bit(&__g_module_variables[module_index] in nx_gpio_set_pull_select()
284 nx_gpio_set_bit(&__g_module_variables[module_index] in nx_gpio_set_pull_mode()
[all …]
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_disptop.c15 } __g_module_variables = { NULL, }; variable
24 __g_module_variables.pregister = NULL; in nx_disp_top_initialize()
49 __g_module_variables.pregister = in nx_disp_top_set_base_address()
63 pregister = __g_module_variables.pregister; in nx_disp_top_set_resconvmux()
73 pregister = __g_module_variables.pregister; in nx_disp_top_set_hdmimux()
83 pregister = __g_module_variables.pregister; in nx_disp_top_set_mipimux()
93 pregister = __g_module_variables.pregister; in nx_disp_top_set_lvdsmux()
102 pregister = __g_module_variables.pregister; in nx_disp_top_set_primary_mux()
110 pregister = __g_module_variables.pregister; in nx_disp_top_hdmi_set_vsync_start()
118 pregister = __g_module_variables.pregister; in nx_disp_top_hdmi_set_vsync_hsstart_end()
[all …]
A Ds5pxx18_soc_disptop_clk.c16 } __g_module_variables[NUMBER_OF_DISPTOP_CLKGEN_MODULE] = { variable
27 __g_module_variables[i].__g_pregister = NULL; in nx_disp_top_clkgen_initialize()
53 __g_module_variables[module_index].__g_pregister = in nx_disp_top_clkgen_set_base_address()
59 return (void *)__g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_get_base_address()
69 pregister = __g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_set_clock_bclk_mode()
95 pregister = __g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_get_clock_bclk_mode()
119 pregister = __g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_set_clock_pclk_mode()
143 pregister = __g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_get_clock_pclk_mode()
160 pregister = __g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_set_clock_source()
175 pregister = __g_module_variables[module_index].__g_pregister; in nx_disp_top_clkgen_get_clock_source()
[all …]
A Ds5pxx18_soc_dpc.c15 } __g_module_variables[NUMBER_OF_DPC_MODULE] = { { NULL,},}; variable
24 __g_module_variables[i].pregister = NULL; in nx_dpc_initialize()
44 __g_module_variables[module_index].pregister = in nx_dpc_set_base_address()
50 return (void *)__g_module_variables[module_index].pregister; in nx_dpc_get_base_address()
63 pregister = __g_module_variables[module_index].pregister; in nx_dpc_set_interrupt_enable()
90 pregister = __g_module_variables[module_index].pregister; in nx_dpc_set_interrupt_enable32()
130 pregister = __g_module_variables[module_index].pregister; in nx_dpc_clear_interrupt_pending()
144 pregister = __g_module_variables[module_index].pregister; in nx_dpc_clear_interrupt_pending32()
272 return (__g_module_variables[module_index] in nx_dpc_get_clock_source()
297 return ((__g_module_variables[module_index] in nx_dpc_get_clock_divisor()
[all …]
A Ds5pxx18_soc_mlc.c15 } __g_module_variables[NUMBER_OF_MLC_MODULE] = { { NULL, },}; variable
24 __g_module_variables[i].pregister = NULL; in nx_mlc_initialize()
39 __g_module_variables[module_index].pregister = in nx_mlc_set_base_address()
56 pregister = __g_module_variables[module_index].pregister; in nx_mlc_set_clock_pclk_mode()
91 pregister = __g_module_variables[module_index].pregister; in nx_mlc_set_clock_bclk_mode()
331 return (int)((__g_module_variables[module_index] in nx_mlc_get_dirty_flag()
335 return (int)((__g_module_variables[module_index] in nx_mlc_get_dirty_flag()
339 return (int)((__g_module_variables[module_index] in nx_mlc_get_dirty_flag()
377 return (int)((__g_module_variables[module_index] in nx_mlc_get_layer_enable()
381 return (int)((__g_module_variables[module_index] in nx_mlc_get_layer_enable()
[all …]

Completed in 17 milliseconds