Searched refs:write_blk (Results 1 – 3 of 3) sorted by relevance
62 int (*write_blk)(struct ifpga_sec_mgr *smgr, char *buf, uint32_t offset, member
108 if (!smgr->ops || !smgr->ops->write_blk) in write_flash_image()158 ret = smgr->ops->write_blk(smgr, buf, offset, in write_flash_image()
578 .write_blk = n3000_write_blk,