Home
last modified time | relevance | path

Searched refs:fbase (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dflash.c41 ulong fbase = 0; in flash_init() local
43 fbase = (ulong) CONFIG_SYS_FLASH_BASE; in flash_init()
44 flash_get_size((FPWV *) fbase, &flash_info[0]); in flash_init()
45 flash_get_offsets((ulong) fbase, &flash_info[0]); in flash_init()
46 fbase += flash_info[0].size; in flash_init()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c1700 static const int fbase[] = { variable
1846 freq = fbase[(cmd.response[0] & 0x7)];