Searched defs:intel_m10bmc_flash_bulk_ops (Results 1 – 1 of 1) sorted by relevance
238 struct intel_m10bmc_flash_bulk_ops { struct239 int (*read)(struct intel_m10bmc *m10bmc, u8 *buf, u32 addr, u32 size);240 int (*write)(struct intel_m10bmc *m10bmc, const u8 *buf, u32 offset, u32 size);241 int (*lock_write)(struct intel_m10bmc *m10bmc);242 void (*unlock_write)(struct intel_m10bmc *m10bmc);