Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Dof.c23 #define ONE_MB 0x100000 macro
37 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB); in of_try_claim()
39 for(; claim_base < RAM_END; claim_base += ONE_MB) { in of_try_claim()
/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_ct.c451 if (info->fix.smem_len<=ONE_MB) { in aty_init_pll_ct()
460 if (info->fix.smem_len<=ONE_MB) { in aty_init_pll_ct()
468 if (info->fix.smem_len<=ONE_MB) { in aty_init_pll_ct()
Dmach64_gx.c254 if (info->fix.smem_len < ONE_MB) in aty_set_dac_ATI68860_B()
256 else if (info->fix.smem_len == ONE_MB) in aty_set_dac_ATI68860_B()
/linux-4.4.14/include/video/
Dmach64.h940 #define ONE_MB 0x100000 macro