Home
last modified time | relevance | path

Searched defs:intel_m10bmc_flash_bulk_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/include/linux/mfd/
Dintel-m10-bmc.h238 struct intel_m10bmc_flash_bulk_ops { struct
239 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);