Searched refs:KILOBYTE (Results 1 – 11 of 11) sorted by relevance
41 #define KILOBYTE 1024 macro42 #define MEGABYTE (KILOBYTE * KILOBYTE)43 #define GIGABYTE (KILOBYTE * MEGABYTE)98 mult = KILOBYTE; in main()
101 #define KILOBYTE 0x400UL /* 1024 */ macro102 #define MEGABYTE (KILOBYTE * KILOBYTE) /* 1024*1024 */103 #define GIGABYTE ((uint64_t)(KILOBYTE * MEGABYTE)) /* 1024*1024*1024 */104 #define TERABYTE ((uint64_t)(KILOBYTE * GIGABYTE)) /* 1024*1024*1024*1024 */
45 #define KILOBYTE (1024LL) macro46 #define MEGABYTE (KILOBYTE * 1024)60 [SC_KILOBYTE] = { BYTE, KILOBYTE, "KB", "kbyte" },
308 (100*KILOBYTE) : ((major == 4) ? \309 (49*KILOBYTE) : (122*KILOBYTE)))338 (156*KILOBYTE) : (295*KILOBYTE))
179 #define FM_MURAM_SIZE (160 * KILOBYTE)180 #define FM_IRAM_SIZE(a,b) ( 64 * KILOBYTE)
781 if (dsSize < (4*KILOBYTE)) in QM_Init()783 dsSize = (4*KILOBYTE); in QM_Init()807 if (dsSize < (4*KILOBYTE)) in QM_Init()809 dsSize = (4*KILOBYTE); in QM_Init()
114 #define DEFAULT_PORT_txFifoLowComfLevel (5*KILOBYTE)154 #define DEFAULT_PORT_txFifoLowComfLevel (5 * KILOBYTE)
690 cfg->tx_fifo_low_comf_level = (5 * KILOBYTE); in fman_port_defconfig()
2598 p_FmPort->fifoBufs.num += 4*KILOBYTE; in FM_PORT_Init()
541 if (dsSize < (4*KILOBYTE)) in BM_Init()543 dsSize = (4*KILOBYTE); in BM_Init()
800 #define FM_PCD_MAX_NUM_OF_FLOWS (4*KILOBYTE)