Searched refs:ip_rev (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/memory/ |
H A D | emif.c | 85 u32 ip_rev = emif->plat_data->ip_rev; do_emif_regdump_show() local 95 if (ip_rev == EMIF_4D) { do_emif_regdump_show() 100 } else if (ip_rev == EMIF_4D5) { do_emif_regdump_show() 286 if ((emif->plat_data->ip_rev == EMIF_4D) && set_lpmode() 535 u32 type, u32 ip_rev, u32 derated) get_sdram_tim_3_shdw() 548 if (ip_rev == EMIF_4D5) get_sdram_tim_3_shdw() 562 if (ip_rev == EMIF_4D5) { get_sdram_tim_3_shdw() 747 static u32 get_pwr_mgmt_ctrl(u32 freq, struct emif_data *emif, u32 ip_rev) get_pwr_mgmt_ctrl() argument 824 if (ip_rev == EMIF_4D5) get_pwr_mgmt_ctrl() 882 if (emif->plat_data->ip_rev != EMIF_4D5) setup_registers() 1152 emif->plat_data->ip_rev); emif_onetime_settings() 1212 u32 ip_rev, struct device *dev) is_dev_data_valid() 1224 switch (ip_rev) { is_dev_data_valid() 1373 emif->plat_data->ip_rev = EMIF_4D; of_get_memory_device_details() 1375 emif->plat_data->ip_rev = EMIF_4D5; of_get_memory_device_details() 1384 pd->device_info->io_width, pd->phy_type, pd->ip_rev, of_get_memory_device_details() 1442 pd->phy_type, pd->ip_rev, dev))) { get_device_details() 1618 u32 cs1_used, ip_rev, phy_type; get_emif_reg_values() local 1645 ip_rev = emif_for_calc->plat_data->ip_rev; get_emif_reg_values() 1659 addressing, type, ip_rev, EMIF_NORMAL_TIMINGS); get_emif_reg_values() 1663 if (phy_type == EMIF_PHY_TYPE_ATTILAPHY && ip_rev == EMIF_4D) { get_emif_reg_values() 1666 } else if (phy_type == EMIF_PHY_TYPE_INTELLIPHY && ip_rev == EMIF_4D5) { get_emif_reg_values() 1677 get_pwr_mgmt_ctrl(freq, emif_for_calc, ip_rev) & get_emif_reg_values() 1680 if (ip_rev & EMIF_4D) { get_emif_reg_values() 1686 } else if (ip_rev & EMIF_4D5) { get_emif_reg_values() 1703 min_tck, addressing, type, ip_rev, get_emif_reg_values() 532 get_sdram_tim_3_shdw(const struct lpddr2_timings *timings, const struct lpddr2_min_tck *min_tck, const struct lpddr2_addressing *addressing, u32 type, u32 ip_rev, u32 derated) get_sdram_tim_3_shdw() argument 1211 is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, u32 ip_rev, struct device *dev) is_dev_data_valid() argument
|
/linux-4.1.27/drivers/media/platform/s3c-camif/ |
H A D | camif-core.c | 312 unsigned int ip_rev = camif->variant->ip_revision; camif_media_dev_register() local 317 ip_rev == S3C6410_CAMIF_IP_REV ? "6410" : "244X"); camif_media_dev_register() 319 md->hw_revision = ip_rev; camif_media_dev_register()
|
H A D | camif-capture.c | 100 unsigned int ip_rev = camif->variant->ip_revision; s3c_camif_hw_vp_init() local 106 if (ip_rev == S3C244X_CAMIF_IP_REV) s3c_camif_hw_vp_init() 293 unsigned int ip_rev = camif->variant->ip_revision; s3c_camif_irq_handler() local 298 if (ip_rev == S3C6410_CAMIF_IP_REV) s3c_camif_irq_handler() 303 if (ip_rev == S3C244X_CAMIF_IP_REV && (status & CISTATUS_OVF_MASK)) { s3c_camif_irq_handler() 1628 unsigned int ip_rev = camif->variant->ip_revision; s3c_camif_set_defaults() local 1639 if (ip_rev == S3C244X_CAMIF_IP_REV) s3c_camif_set_defaults()
|
H A D | camif-regs.c | 480 unsigned int ip_rev = vp->camif->variant->ip_revision; camif_hw_set_scaler() local 482 if (ip_rev == S3C244X_CAMIF_IP_REV) camif_hw_set_scaler()
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | emif_plat.h | 124 u32 ip_rev; member in struct:emif_platform_data
|
Completed in 188 milliseconds