Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc_nor.c212 struct rk_sfc_op op; in snor_write_en()
226 struct rk_sfc_op op; in snor_reset_device()
248 struct rk_sfc_op op; in snor_enter_4byte_mode()
262 struct rk_sfc_op op; in snor_read_status()
277 struct rk_sfc_op op; in snor_wait_busy()
304 struct rk_sfc_op op; in snor_write_status2()
335 struct rk_sfc_op op; in snor_write_status1()
365 struct rk_sfc_op op; in snor_write_status()
389 struct rk_sfc_op op; in snor_erase()
429 struct rk_sfc_op op; in snor_prog_page()
[all …]
H A Dsfc.h194 struct rk_sfc_op { struct
215 int sfc_request(struct rk_sfc_op *op, u32 addr, void *data, u32 size); argument
H A Dsfc_nand.c352 struct rk_sfc_op op; in sfc_nand_write_en()
366 struct rk_sfc_op op; in sfc_nand_rw_preset()
384 struct rk_sfc_op op; in sfc_nand_read_feature()
406 struct rk_sfc_op op; in sfc_nand_write_feature()
974 struct rk_sfc_op op; in sfc_nand_erase_block()
1003 struct rk_sfc_op op; in sfc_nand_read_cache()
1027 struct rk_sfc_op op; in sfc_nand_prog_page_raw()
1110 struct rk_sfc_op op; in sfc_nand_read()
1235 struct rk_sfc_op op; in sfc_nand_read_id()
H A Dsfc.c81 int sfc_request(struct rk_sfc_op *op, u32 addr, void *data, u32 size) in sfc_request()