| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_tve.c | 126 int soc_type; member 134 int soc_type; member 169 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 196 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 223 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 250 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 286 if (tve->soc_type == SOC_RK3036) { in dac_enable() 290 } else if (tve->soc_type == SOC_RK312X) { in dac_enable() 294 } else if (tve->soc_type == SOC_RK322X || tve->soc_type == SOC_RK3328) { in dac_enable() 296 } else if (tve->soc_type == SOC_RK3528) { in dac_enable() [all …]
|
| H A D | inno_mipi_phy.c | 128 enum soc_type { enum 364 enum soc_type soc_type, in inno_mipi_dphy_get_fixed_param() argument 370 if (soc_type == RK1808_MIPI_DPHY) { in inno_mipi_dphy_get_fixed_param() 395 if (soc_type == RK1808_MIPI_DPHY) in inno_mipi_dphy_get_fixed_param() 422 phy->soc_type, lane_type); in inno_mipi_dphy_lane_timing_init() 436 if (phy->soc_type == RV1108_MIPI_DPHY) { in inno_mipi_dphy_lane_timing_init() 661 if (phy->soc_type == RK1808_MIPI_DPHY) { in inno_mipi_dphy_set_pll() 734 phy->soc_type = RV1108_MIPI_DPHY; in inno_mipi_dphy_probe() 736 phy->soc_type = RK1808_MIPI_DPHY; in inno_mipi_dphy_probe()
|
| H A D | inno_video_combo_phy.c | 199 enum soc_type { enum 613 if (phy->soc_type == PX30_VIDEO_PHY || phy->soc_type == PX30S_VIDEO_PHY) in inno_video_phy_mipi_mode_enable() 919 .soc_type = PX30_VIDEO_PHY, 925 .soc_type = PX30S_VIDEO_PHY, 931 .soc_type = RK3128_VIDEO_PHY, 937 .soc_type = RK3368_VIDEO_PHY, 943 .soc_type = RK3568_VIDEO_PHY,
|
| H A D | rockchip_phy.h | 33 int soc_type; member
|
| /OK3568_Linux_fs/kernel/drivers/clk/ti/ |
| H A D | clk-3xxx.c | 308 static int __init omap3xxx_dt_clk_init(int soc_type) in omap3xxx_dt_clk_init() argument 310 if (soc_type == OMAP3_SOC_AM35XX || soc_type == OMAP3_SOC_OMAP3630 || in omap3xxx_dt_clk_init() 311 soc_type == OMAP3_SOC_OMAP3430_ES1 || in omap3xxx_dt_clk_init() 312 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 315 if (soc_type == OMAP3_SOC_AM35XX) in omap3xxx_dt_clk_init() 318 if (soc_type == OMAP3_SOC_OMAP3630 || soc_type == OMAP3_SOC_AM35XX || in omap3xxx_dt_clk_init() 319 soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS) in omap3xxx_dt_clk_init() 322 if (soc_type == OMAP3_SOC_OMAP3430_ES1) in omap3xxx_dt_clk_init() 325 if (soc_type == OMAP3_SOC_OMAP3430_ES2_PLUS || in omap3xxx_dt_clk_init() 326 soc_type == OMAP3_SOC_OMAP3630) in omap3xxx_dt_clk_init() [all …]
|
| H A D | clk-2xxx.c | 225 static int __init omap2xxx_dt_clk_init(int soc_type) in omap2xxx_dt_clk_init() argument 229 if (soc_type == OMAP2_SOC_OMAP2420) in omap2xxx_dt_clk_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_tve.c | 125 int soc_type; member 191 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 219 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 246 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 273 if (tve->soc_type == SOC_RK3528) { in tve_set_mode() 309 if (tve->soc_type == SOC_RK3036) { in dac_enable() 313 } else if (tve->soc_type == SOC_RK312X) { in dac_enable() 317 } else if (tve->soc_type == SOC_RK322X || tve->soc_type == SOC_RK3328) { in dac_enable() 320 } else if (tve->soc_type == SOC_RK3528) { in dac_enable() 336 if (tve->soc_type == SOC_RK312X) { in dac_enable() [all …]
|
| H A D | dw-mipi-dsi-rockchip.c | 224 enum soc_type { enum 255 enum soc_type soc_type; member 799 if (dsi->cdata->soc_type == RK3568) { in dw_mipi_dsi_encoder_atomic_check() 814 if (dsi->id && dsi->cdata->soc_type == RK3399) in dw_mipi_dsi_encoder_atomic_check() 1291 .soc_type = PX30, 1306 .soc_type = RK3128, 1320 .soc_type = RK3288, 1330 .soc_type = RK3288, 1352 .soc_type = RK3399, 1380 .soc_type = RK3399, [all …]
|
| H A D | rockchip-mipi-csi-tx.h | 203 enum soc_type { enum 236 enum soc_type soc_type; member
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btqca.c | 18 enum qca_btsoc_type soc_type) in qca_read_soc_version() argument 35 if (soc_type >= QCA_WCN3991) { in qca_read_soc_version() 72 if (soc_type >= QCA_WCN3991) in qca_read_soc_version() 146 u8 *fw_data, enum qca_btsoc_type soc_type) in qca_tlv_check_data() argument 224 if (soc_type >= QCA_WCN3991) in qca_tlv_check_data() 252 enum qca_btsoc_type soc_type) in qca_tlv_send_segment() argument 275 if (soc_type >= QCA_WCN3991) { in qca_tlv_send_segment() 308 if (soc_type >= QCA_WCN3991) in qca_tlv_send_segment() 350 enum qca_btsoc_type soc_type) in qca_download_firmware() argument 378 qca_tlv_check_data(config, data, soc_type); in qca_download_firmware() [all …]
|
| H A D | btqca.h | 139 enum qca_btsoc_type soc_type, u32 soc_ver, 145 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument 147 return soc_type == QCA_WCN3990 || soc_type == QCA_WCN3991 || in qca_is_wcn399x() 148 soc_type == QCA_WCN3998; in qca_is_wcn399x() 158 enum qca_btsoc_type soc_type, u32 soc_ver, in qca_uart_setup() argument 175 static inline bool qca_is_wcn399x(enum qca_btsoc_type soc_type) in qca_is_wcn399x() argument
|
| H A D | hci_qca.c | 197 enum qca_btsoc_type soc_type; member 232 enum qca_btsoc_type soc_type; in qca_soc_type() local 237 soc_type = qsd->btsoc_type; in qca_soc_type() 239 soc_type = QCA_ROME; in qca_soc_type() 242 return soc_type; in qca_soc_type() 980 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_controller_memdump() local 1068 (soc_type != QCA_QCA6390) && in qca_controller_memdump() 1406 enum qca_btsoc_type soc_type = qca_soc_type(hu); in qca_set_speed() local 1415 if (qca_is_wcn399x(soc_type)) in qca_set_speed() 1418 if (soc_type == QCA_WCN3990) { in qca_set_speed() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/sb1250/ |
| H A D | setup.c | 21 unsigned int soc_type; variable 22 EXPORT_SYMBOL(soc_type); 81 switch (soc_type) { in sb1250_m3_workaround_needed() 140 switch (soc_type) { in sys_rev_decode() 160 printk("Unknown SOC type %x\n", soc_type); in sys_rev_decode() 176 soc_type = SYS_SOC_TYPE(sys_rev); in sb1250_setup()
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/bcm1480/ |
| H A D | setup.c | 23 unsigned int soc_type; variable 24 EXPORT_SYMBOL(soc_type); 76 switch (soc_type) { in sys_rev_decode() 113 soc_type = SYS_SOC_TYPE(sys_rev); in bcm1480_setup()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-xlp.c | 298 u32 soc_type; in xlp_gpio_probe() local 313 soc_type = (uintptr_t)of_device_get_match_data(&pdev->dev); in xlp_gpio_probe() 323 soc_type = (uintptr_t) acpi_id->driver_data; in xlp_gpio_probe() 326 switch (soc_type) { in xlp_gpio_probe() 345 ngpio = (soc_type == XLP_GPIO_VARIANT_XLP208) ? 42 : 57; in xlp_gpio_probe() 357 if (soc_type == XLP_GPIO_VARIANT_XLP980) in xlp_gpio_probe() 359 else if (soc_type == XLP_GPIO_VARIANT_XLP532) in xlp_gpio_probe() 387 if (soc_type != GPIO_VARIANT_VULCAN) { in xlp_gpio_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/vf610/ |
| H A D | generic.c | 22 static char soc_type[] = "xx0"; variable 308 soc_type, mxc_get_clock(MXC_ARM_CLK) / 1000000); in print_cpuinfo() 319 soc_type[0] = mscm->cpxcount ? '6' : '5'; /*Dual Core => VF6x0 */ in arch_cpu_init() 320 soc_type[1] = mscm->cpxcfg1 ? '1' : '0'; /* L2 Cache => VFx10 */ in arch_cpu_init() 331 strcat(soc, soc_type); in arch_misc_init()
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-inno-dsidphy.c | 200 enum soc_type { enum 246 enum soc_type soc_type; member 617 if (inno->pdata->soc_type == PX30S) in inno_dsidphy_mipi_mode_enable() 834 .soc_type = PX30, 841 .soc_type = PX30S, 848 .soc_type = RK3128, 855 .soc_type = RK3368, 862 .soc_type = RK3562, 869 .soc_type = RK3568, 876 .soc_type = RV1126,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/tsp/ |
| H A D | rockchip_tsp.h | 131 enum soc_type { enum 167 enum soc_type soc_type; member
|
| H A D | rockchip_tsp.c | 216 if (dev->pdata->soc_type == RK312X) { in rockchip_tsp_grf_config() 229 } else if (dev->pdata->soc_type == RK3328) { in rockchip_tsp_grf_config() 1126 .soc_type = RK312X, 1134 .soc_type = RK3228, 1144 .soc_type = RK3328,
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/mach-imx/ |
| H A D | sys_proto.h | 21 #define soc_type(rev) (((rev) >> 12) & 0xf0) macro 24 #define get_soc_type() (soc_type(get_cpu_rev()))
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_soc.cpp | 995 static RockchipSocType soc_type = ROCKCHIP_SOC_AUTO; in mpp_get_soc_type() local 997 if (soc_type) in mpp_get_soc_type() 998 return soc_type; in mpp_get_soc_type() 1000 soc_type = MppSocService::get()->get_soc_info()->soc_type; in mpp_get_soc_type() 1001 return soc_type; in mpp_get_soc_type()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | cpu.c | 233 int soc_type, sku_info, chip_sku; in init_pllx() local 239 soc_type = tegra_get_chip(); in init_pllx() 240 debug("%s: SoC = 0x%02X\n", __func__, soc_type); in init_pllx()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/ |
| H A D | sb1250.h | 31 extern unsigned int soc_type;
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_soc.h | 86 const RockchipSocType soc_type; member
|
| /OK3568_Linux_fs/kernel/arch/mips/sibyte/swarm/ |
| H A D | platform.c | 119 switch (soc_type) { in sb1250_device_init()
|