Home
last modified time | relevance | path

Searched refs:pregs (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_espi_taf.c380 volatile struct mec_espi_taf_pr_regs *pregs = &regs->PR[pr->pr_num]; in mec_hal_espi_taf_pr_set() local
383 pregs->START = (pr->start >> MEC_TAF_PR_UNIT_SHIFT) & MEC_TAF_PR_START_LIM_MASK; in mec_hal_espi_taf_pr_set()
384 pregs->LIMIT = (((pr->start + pr->size - 1u) >> MEC_TAF_PR_UNIT_SHIFT) in mec_hal_espi_taf_pr_set()
386 pregs->WRBM = pr->req_bm_we; in mec_hal_espi_taf_pr_set()
387 pregs->RDBM = pr->req_bm_rd; in mec_hal_espi_taf_pr_set()
395 pregs->START = MEC_TAF_PR_START_DFLT; in mec_hal_espi_taf_pr_set()
396 pregs->LIMIT = MEC_TAF_PR_LIMIT_DFLT; in mec_hal_espi_taf_pr_set()
397 pregs->WRBM = 0; in mec_hal_espi_taf_pr_set()
398 pregs->RDBM = 0; in mec_hal_espi_taf_pr_set()