Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc.c40 if (sfc_get_version() >= SFC_VER_4) in sfc_get_max_iosize()
69 if (sfc_get_version() >= SFC_VER_4) in sfc_init()
112 if (sfc_get_version() >= SFC_VER_4) in sfc_request()
H A Dsfc.h11 #define SFC_VER_4 0x4 macro
H A Drkflash_api.c69 if (sfc_get_version() >= SFC_VER_4) in rksfc_nor_init()
/rk3399_rockchip-uboot/drivers/spi/
H A Drockchip_sfc.c109 #define SFC_VER_4 0x4 macro
233 if (sfc->version >= SFC_VER_4) in rockchip_sfc_get_max_iosize()
244 if (sfc->version > SFC_VER_4) in rockchip_sfc_get_max_dll_cells()
246 else if (sfc->version == SFC_VER_4) in rockchip_sfc_get_max_dll_cells()
292 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4) in rockchip_sfc_init()
512 if (sfc->version >= SFC_VER_4) /* Clear it if no data to transfer */ in rockchip_sfc_xfer_setup()
832 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4 && in rockchip_sfc_exec_op()