Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc.c37 if (sfc_get_version() >= SFC_VER_4) in sfc_get_max_iosize()
50 case SFC_VER_4: in sfc_get_max_dll_cells()
76 if (sfc_get_version() >= SFC_VER_4) in sfc_init()
119 if (sfc_get_version() >= SFC_VER_4) in sfc_request()
H A Drksfc_base.c224 if (sfc_get_version() >= SFC_VER_4 && g_sfc_info.clk_rate > RKSFC_DLL_THRESHOLD_RATE) in rksfc_probe()
226 else if (sfc_get_version() >= SFC_VER_4) in rksfc_probe()
H A Dsfc.h9 #define SFC_VER_4 0x4 macro
H A Dsfc_nor_boot.c58 if (sfc_get_version() >= SFC_VER_4) in spi_nor_init()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drockchip_sfc.c108 #define SFC_VER_4 0x4 macro
220 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4) in rockchip_sfc_get_max_iosize()
233 case SFC_VER_4: in rockchip_sfc_get_max_dll_cells()
257 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4) in rockchip_sfc_init()
434 if (sfc->version >= SFC_VER_4) /* Clear it if no data to transfer */ in rockchip_sfc_xfer_setup()
774 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4) { in rockchip_sfc_set_speed()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-rockchip-sfc.c114 #define SFC_VER_4 0x4 macro
235 case SFC_VER_4: in rockchip_sfc_get_max_dll_cells()
281 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4) in rockchip_sfc_init()
372 if (sfc->version >= SFC_VER_4) /* Clear it if no data to transfer */ in rockchip_sfc_xfer_setup()
647 if (rockchip_sfc_get_version(sfc) >= SFC_VER_4) { in rockchip_sfc_exec_mem_op()