Searched defs:p_dev (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/rkflash/ |
| H A D | sfc_nor.c | 384 int snor_erase(struct SFNOR_DEV *p_dev, in snor_erase() 423 int snor_prog_page(struct SFNOR_DEV *p_dev, in snor_prog_page() 457 static int snor_prog(struct SFNOR_DEV *p_dev, u32 addr, void *p_data, u32 size) in snor_prog() 478 static int snor_enable_QE(struct SFNOR_DEV *p_dev) in snor_enable_QE() 499 int snor_disable_QE(struct SFNOR_DEV *p_dev) in snor_disable_QE() 520 int snor_read_data(struct SFNOR_DEV *p_dev, in snor_read_data() 559 int snor_read(struct SFNOR_DEV *p_dev, u32 sec, u32 n_sec, void *p_data) in snor_read() 592 int snor_write(struct SFNOR_DEV *p_dev, u32 sec, u32 n_sec, void *p_data) in snor_write() 670 u32 snor_get_capacity(struct SFNOR_DEV *p_dev) in snor_get_capacity() 704 static int snor_parse_flash_table(struct SFNOR_DEV *p_dev, in snor_parse_flash_table() [all …]
|
| H A D | rkflash_api.c | 58 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_init() local 90 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_get_capacity() local 101 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_read() local 139 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_simply_over_write() local 165 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_write() local 205 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_vendor_read() local 216 struct SFNOR_DEV *p_dev = (struct SFNOR_DEV *)&priv->flash_dev_info; in rksfc_nor_vendor_write() local
|