| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun4i.c | 430 static void dramc_set_autorefresh_cycle(u32 clk, u32 density) in dramc_set_autorefresh_cycle() argument 435 tRFC = (tRFC_DDR3_table[density] * clk + 999) / 1000; in dramc_set_autorefresh_cycle() 566 u32 density; in dramc_init_helper() local 599 if (para->density == 256) in dramc_init_helper() 600 density = DRAM_DCR_CHIP_DENSITY_256M; in dramc_init_helper() 601 else if (para->density == 512) in dramc_init_helper() 602 density = DRAM_DCR_CHIP_DENSITY_512M; in dramc_init_helper() 603 else if (para->density == 1024) in dramc_init_helper() 604 density = DRAM_DCR_CHIP_DENSITY_1024M; in dramc_init_helper() 605 else if (para->density == 2048) in dramc_init_helper() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_spl.c | 62 unsigned int dev_id, density, size; in onenand_spl_get_geometry() local 66 density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_spl_get_geometry() 67 density &= ONENAND_DEVICE_DENSITY_MASK; in onenand_spl_get_geometry() 69 if (density < ONENAND_DEVICE_DENSITY_4Gb) in onenand_spl_get_geometry() 74 density_mask = 1 << (18 + density - ffs(size)); in onenand_spl_get_geometry()
|
| H A D | onenand_base.c | 311 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_get_density() local 312 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density() 2143 unsigned int density, process; in onenand_check_features() local 2146 density = onenand_get_density(this->device_id); in onenand_check_features() 2150 switch (density) { in onenand_check_features() 2206 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local 2213 density = onenand_get_density(device); in onenand_print_device_info() 2219 (16 << density), vcc ? "2.65/3.3" : "1.8", device); in onenand_print_device_info() 2313 int die, i, eraseshift, density; in flexonenand_get_size() local 2317 density = onenand_get_density(this->device_id); in flexonenand_get_size() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/quark/ |
| H A D | mrc.c | 109 (dram_params[0].density == 4) && in mrc_adjust_params() 121 mrc_params->row_bits[0] = 12 + dram_params[0].density + in mrc_adjust_params() 122 (dram_params[0].density < 4) && in mrc_adjust_params() 141 mrc_params->channel_size[0] = 1 << dram_params[0].density; in mrc_adjust_params()
|
| H A D | dram.c | 102 mrc_params->params.density = fdtdec_get_int(blob, node, in mrc_configure_params() 117 mrc_params->params.density, mrc_params->params.cl, in mrc_configure_params()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 485 s8 addressing_table_index(u8 type, u8 density, u8 width) in addressing_table_index() argument 488 if ((density > LPDDR2_DENSITY_8Gb) || (width == LPDDR2_IO_WIDTH_8)) in addressing_table_index() 498 if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_1Gb)) in addressing_table_index() 500 else if ((type == LPDDR2_TYPE_S2) && (density == LPDDR2_DENSITY_2Gb)) in addressing_table_index() 503 index = density; in addressing_table_index() 790 temp = dev_details.cs0_device_details->density; in get_emif_mem_size() 795 temp = dev_details.cs1_device_details->density; in get_emif_mem_size() 866 cs0_dev_details->density, in emif_calculate_regs() 992 u32 density; in display_sdram_details() local 1004 density = lpddr2_density_2_size_in_mbytes[device->density]; in display_sdram_details() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | sr_vendor.c | 129 int rc, density = 0; in sr_set_blocklength() local 132 density = (blocklength > 2048) ? 0x81 : 0x83; in sr_set_blocklength() 139 sr_printk(KERN_INFO, cd, "MODE SELECT 0x%x/%d\n", density, blocklength); in sr_set_blocklength() 148 modesel->density = density; in sr_set_blocklength()
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | emif.c | 305 u32 index, type, density; in get_addressing_table() local 308 density = device_info->density; in get_addressing_table() 312 index = density - 1; in get_addressing_table() 315 switch (density) { in get_addressing_table() 318 index = density + 3; in get_addressing_table() 321 index = density - 1; in get_addressing_table() 1166 static int is_dev_data_valid(u32 type, u32 density, u32 io_width, u32 phy_type, in is_dev_data_valid() argument 1173 && (density >= DDR_DENSITY_64Mb in is_dev_data_valid() 1174 && density <= DDR_DENSITY_8Gb) in is_dev_data_valid() 1269 u32 density = 0, io_width = 0; in of_get_ddr_info() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm/sa1100/ |
| H A D | serial_uart.rst | 13 > Okay. Note that device numbers 204 and 205 are used for "low density 20 > 204 char Low-density serial ports 25 > 205 char Low-density serial ports (alternate device)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/ |
| H A D | rk_ispfec.cpp | 342 bool density = (width > 1920) ? true : false; in rk_ispfec_api_calFecMeshsize() local 343 int mesh_width = density ? (w / 32 + 1) : (w / 16 + 1); in rk_ispfec_api_calFecMeshsize() 344 int mesh_height = density ? 9 : 17; in rk_ispfec_api_calFecMeshsize() 349 mesh_left_height = density ? (left_height / 16 + 1) : (left_height / 8 + 1); in rk_ispfec_api_calFecMeshsize()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ddr/ |
| H A D | lpddr2.txt | 13 - density : <u32> representing density in Mb (Mega bits) 45 density = <2048>;
|
| H A D | lpddr3.txt | 8 - density : <u32> representing density in Mb (Mega bits) 50 density = <16384>;
|
| /OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/ |
| H A D | gw_ventana_spl.c | 154 .density = 1, 168 .density = 2, 182 .density = 4, 196 .density = 8,
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 368 int density = dev_id >> ONENAND_DEVICE_DENSITY_SHIFT; in onenand_get_density() local 369 return (density & ONENAND_DEVICE_DENSITY_MASK); in onenand_get_density() 3037 int density; in onenand_otp_walk() local 3042 density = onenand_get_density(this->device_id); in onenand_otp_walk() 3043 if (density < ONENAND_DEVICE_DENSITY_512Mb) in onenand_otp_walk() 3246 unsigned int density, process, numbufs; in onenand_check_features() local 3249 density = onenand_get_density(this->device_id); in onenand_check_features() 3254 switch (density) { in onenand_check_features() 3334 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local 3339 density = onenand_get_density(device); in onenand_print_device_info() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/dts/ |
| H A D | chromebook_samus.dts | 291 * columns 10, density 4096 mb, x32 365 * columns 11, density 4096 mb, x16 404 * columns 11, density 8192 mb, x16 443 * columns 11, density 8192 mb, x16
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | fec.c | 129 u32 density, mesh_size; in fec_running() local 150 density = out_w > 1920 ? SW_MESH_DENSITY : 0; in fec_running() 151 mesh_size = cal_fec_mesh(out_w, out_h, !!density); in fec_running() 274 val = SW_FEC_EN | density; in fec_running()
|
| /OK3568_Linux_fs/u-boot/board/wandboard/ |
| H A D | spl.c | 135 .density = 4, 149 .density = 2,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap4/ |
| H A D | sdram_elpida.c | 152 .density = LPDDR2_DENSITY_2Gb, 159 .density = LPDDR2_DENSITY_4Gb,
|
| /OK3568_Linux_fs/u-boot/board/liebherr/mccmon6/ |
| H A D | spl.c | 135 .density = 4, 149 .density = 2,
|
| /OK3568_Linux_fs/u-boot/drivers/rknand/ |
| H A D | rknand.c | 170 desc->lba = ndev->density; in rknand_blk_probe() 190 ndev->density = ftl_get_density(0); in rockchip_nand_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | opos6ul.c | 232 .density = 2, 274 mem_ddr.density = 4; in spl_dram_init()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/ |
| H A D | spl.c | 116 .density = 4, 185 .density = 4,
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | dram_sun4i_auto.c | 8 .density = 0,
|
| H A D | dram_sun5i_auto.c | 11 .density = 0,
|
| /OK3568_Linux_fs/buildroot/package/mtools/ |
| H A D | Config.in.host | 7 a high density 3 1/2 disk).
|