Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dspd.h17 unsigned char chip_size; /* 1 Total # bytes of SPD memory device */ member
H A Dddr_spd.h16 unsigned char chip_size; /* 1 Total # bytes of SPD memory device */ member
79 unsigned char chip_size; /* 1 Total # bytes of SPD memory device */ member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtdfxfb.c409 int chip_size; /* in MB */ in do_lfb_size() local
414 chip_size = 2; in do_lfb_size()
416 chip_size = 1; in do_lfb_size()
420 chip_size = draminit0 & DRAMINIT0_SGRAM_TYPE_MASK; in do_lfb_size()
421 chip_size = 1 << (chip_size >> DRAMINIT0_SGRAM_TYPE_SHIFT); in do_lfb_size()
431 return num_chips * chip_size * 1024l * 1024; in do_lfb_size()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dspd_sdram.c104 printf ("EEPROM size: %d\n", 1 << spd->chip_size); in spd_debug()
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dinteractive.c883 printf("%-3d : %02x %s\n", 1, spd->chip_size, in ddr1_spd_dump()
1032 printf("%-3d : %02x %s\n", 1, spd->chip_size, in ddr2_spd_dump()