Home
last modified time | relevance | path

Searched refs:size_kb (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default14 # -C[size_kb] : Log to shared mem buffer (use logread to read it)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcacheinfo.c555 unsigned int size_kb; in size_show() local
560 if (cache_size_kb(cache, &size_kb)) in size_show()
563 return sprintf(buf, "%uK\n", size_kb); in size_show()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-nxp-fspi.c637 uint64_t size_kb; in nxp_fspi_select_mem() local
653 size_kb = FSPI_FLSHXCR0_SZ(f->memmap_phy_size); in nxp_fspi_select_mem()
655 fspi_writel(f, size_kb, f->iobase + FSPI_FLSHA1CR0 + in nxp_fspi_select_mem()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage.bbclass529 size_kb = oe.utils.directory_size(d.getVar("IMAGE_ROOTFS")) / 1024
531 base_size = size_kb * overhead_factor
532 bb.debug(1, '%f = %d * %f' % (base_size, size_kb, overhead_factor))