Lines Matching refs:iobase
57 void mec_hal_espi_fc_ready_set(struct mec_espi_io_regs *iobase);
58 int mec_hal_espi_fc_is_ready(struct mec_espi_io_regs *iobase);
61 uint32_t mec_hal_espi_fc_en_status(struct mec_espi_io_regs *iobase);
68 uint32_t mec_hal_espi_fc_max_read_req_sz(struct mec_espi_io_regs *iobase);
69 uint32_t mec_hal_espi_fc_max_pld_sz(struct mec_espi_io_regs *iobase);
71 int mec_hal_espi_fc_is_busy(struct mec_espi_io_regs *iobase);
72 void mec_hal_espi_fc_op_start(struct mec_espi_io_regs *iobase, uint32_t flags);
73 void mec_hal_espi_fc_op_abort(struct mec_espi_io_regs *iobase);
74 void mec_hal_espi_fc_intr_ctrl(struct mec_espi_io_regs *iobase, uint32_t msk, uint8_t en);
75 uint32_t mec_hal_espi_fc_status(struct mec_espi_io_regs *iobase);
76 void mec_hal_espi_fc_status_clr(struct mec_espi_io_regs *iobase, uint32_t msk);
84 uint32_t mec_hal_espi_fc_get_erase_sz(struct mec_espi_io_regs *iobase);
85 int mec_hal_espi_fc_check_erase_sz(struct mec_espi_io_regs *iobase, uint32_t ersz_bytes);
87 int mec_hal_espi_fc_xfr_start(struct mec_espi_io_regs *iobase, struct mec_espi_fc_xfr *pxfr,