Home
last modified time | relevance | path

Searched refs:physical_addr (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_hdmi.c47 const u32 physical_addr[] = PHY_BASEADDR_HDMI_LIST; in nx_hdmi_get_physical_address() local
49 return physical_addr[module_index]; in nx_hdmi_get_physical_address()
A Ds5pxx18_soc_disptop.c37 static const u32 physical_addr[] = PHY_BASEADDR_DISPTOP_LIST; in nx_disp_top_get_physical_address() local
39 return (u32)(physical_addr[0] + PHY_BASEADDR_DISPLAYTOP_MODULE_OFFSET); in nx_disp_top_get_physical_address()
A Ds5pxx18_soc_lvds.c63 const u32 physical_addr[] = PHY_BASEADDR_LVDS_LIST; in nx_lvds_get_physical_address() local
65 return physical_addr[module_index]; in nx_lvds_get_physical_address()
A Ds5pxx18_soc_disptop_clk.c40 static const u32 physical_addr[] = in nx_disp_top_clkgen_get_physical_address() local
43 return (u32)physical_addr[module_index]; in nx_disp_top_clkgen_get_physical_address()
A Ds5pxx18_soc_mipi.c57 const u32 physical_addr[] = PHY_BASEADDR_MIPI_LIST; in nx_mipi_get_physical_address() local
59 return physical_addr[module_index]; in nx_mipi_get_physical_address()
A Ds5pxx18_soc_dpc.c37 const u32 physical_addr[] = PHY_BASEADDR_DPC_LIST; in nx_dpc_get_physical_address() local
39 return physical_addr[module_index]; in nx_dpc_get_physical_address()
A Ds5pxx18_soc_mlc.c32 const u32 physical_addr[] = PHY_BASEADDR_MLC_LIST; in nx_mlc_get_physical_address() local
34 return physical_addr[module_index]; in nx_mlc_get_physical_address()

Completed in 34 milliseconds