Lines Matching defs:regs
59 static inline bool taf_regs_valid(struct mec_espi_taf_regs *regs) in taf_regs_valid()
67 static inline bool taf_regs_valid(struct mec_espi_taf_regs *regs) { return true; } in taf_regs_valid()
83 static bool pr_is_dirty(struct mec_espi_taf_regs *regs, uint8_t pridx) in pr_is_dirty()
91 static void taf_disable_clear_intr(struct mec_espi_taf_regs *regs) in taf_disable_clear_intr()
164 struct mec_espi_taf_regs *regs = (struct mec_espi_taf_regs *)(MEC_ESPI_TAF_BASE); in mec_hal_espi_taf_is_activated() local
178 struct mec_espi_taf_regs *regs = (struct mec_espi_taf_regs *)(MEC_ESPI_TAF_BASE); in mec_hal_espi_taf_activate() local
187 int mec_hal_espi_taf_init(struct mec_espi_taf_regs *regs, uint32_t initflags) in mec_hal_espi_taf_init()
305 bool mec_hal_espi_taf_pr_is_dirty(struct mec_espi_taf_regs *regs, uint8_t pr_idx) in mec_hal_espi_taf_pr_is_dirty()
314 int mec_hal_espi_taf_pr_dirty_clr(struct mec_espi_taf_regs *regs, uint8_t pr_idx) in mec_hal_espi_taf_pr_dirty_clr()
326 int mec_hal_espi_taf_pr_dirty_clr_mask(struct mec_espi_taf_regs *regs, uint32_t mask) in mec_hal_espi_taf_pr_dirty_clr_mask()
337 uint32_t mec_hal_espi_taf_pr_lock_get(struct mec_espi_taf_regs *regs) in mec_hal_espi_taf_pr_lock_get()
350 int mec_hal_espi_taf_pr_lock(struct mec_espi_taf_regs *regs, uint32_t lockmap) in mec_hal_espi_taf_pr_lock()
370 int mec_hal_espi_taf_pr_set(struct mec_espi_taf_regs *regs, struct espi_taf_pr *pr) in mec_hal_espi_taf_pr_set()