Lines Matching defs:base
49 int mec_hal_mbox_init(struct mec_mbox_regs *base, uint32_t swi_ien_msk, uint32_t flags) in mec_hal_mbox_init()
79 int mec_hal_mbox_girq_ctrl(struct mec_mbox_regs *base, uint8_t enable) in mec_hal_mbox_girq_ctrl()
92 int mec_hal_mbox_girq_clr(struct mec_mbox_regs *base) in mec_hal_mbox_girq_clr()
105 uint32_t mec_hal_mbox_girq_result(struct mec_mbox_regs *base) in mec_hal_mbox_girq_result()
116 int mec_hal_mbox_sirq_set(struct mec_mbox_regs *base, uint8_t bitmap) in mec_hal_mbox_sirq_set()
129 int mec_hal_mbox_sirq_en_mask(struct mec_mbox_regs *base, uint8_t val, uint8_t mask) in mec_hal_mbox_sirq_en_mask()
142 int mec_hal_mbox_get_host_to_ec(struct mec_mbox_regs *base, uint8_t *data) in mec_hal_mbox_get_host_to_ec()
157 int mec_hal_mbox_set_host_to_ec(struct mec_mbox_regs *base, uint8_t data) in mec_hal_mbox_set_host_to_ec()
168 int mec_hal_mbox_get_ec_to_host(struct mec_mbox_regs *base, uint8_t *data) in mec_hal_mbox_get_ec_to_host()
183 int mec_hal_mbox_set_ec_to_host(struct mec_mbox_regs *base, uint8_t data) in mec_hal_mbox_set_ec_to_host()
194 int mec_hal_mbox_get(struct mec_mbox_regs *base, uint8_t mbox, uint8_t *data) in mec_hal_mbox_get()
207 int mec_hal_mbox_put(struct mec_mbox_regs *base, uint8_t mbox, uint8_t data) in mec_hal_mbox_put()
221 int mec_hal_mbox32_get(struct mec_mbox_regs *base, uint8_t mbox, uint32_t *data) in mec_hal_mbox32_get()
232 int mec_hal_mbox32_put(struct mec_mbox_regs *base, uint8_t mbox, uint32_t data) in mec_hal_mbox32_put()