Lines Matching refs:intel_m10bmc
226 struct intel_m10bmc;
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);
262 struct intel_m10bmc { struct
279 m10bmc_raw_read(struct intel_m10bmc *m10bmc, unsigned int addr, in m10bmc_raw_read() argument
292 int m10bmc_sys_read(struct intel_m10bmc *m10bmc, unsigned int offset, unsigned int *val);
293 int m10bmc_sys_update_bits(struct intel_m10bmc *m10bmc, unsigned int offset,
300 void m10bmc_fw_state_set(struct intel_m10bmc *m10bmc, enum m10bmc_fw_state new_state);
305 int m10bmc_dev_init(struct intel_m10bmc *m10bmc, const struct intel_m10bmc_platform_info *info);