Searched refs:descrs (Results 1 – 2 of 2) sorted by relevance
1049 ctx->descrs[n] = 0; in mec_hal_qspi_context_init()1114 ctx->descrs[didx] = descr; in mec_hal_qspi_cfg_gen_ts_clocks()1234 ctx->descrs[didx] = (((nu << MEC_QSPI_DESCR_QNUNITS_Pos) & MEC_QSPI_DESCR_QNUNITS_Msk) in mec_hal_qspi_descrs_cfg1()1239 ctx->descrs[didx] = (((nb << MEC_QSPI_DESCR_QNUNITS_Pos) & MEC_QSPI_DESCR_QNUNITS_Msk) in mec_hal_qspi_descrs_cfg1()1274 descr = ctx->descrs[didx]; in mec_hal_qspi_load_descrs()1320 int mec_hal_qspi_load_descrs_at(struct mec_qspi_regs *regs, const uint32_t *descrs, uint8_t ndescr, in mec_hal_qspi_load_descrs_at() argument1325 if (!regs || !descrs || !ndescr || (start_descr_idx >= MEC5_QSPI_NUM_DESCRS)) { in mec_hal_qspi_load_descrs_at()1341 regs->DESCR[didx++] = descrs[n++]; in mec_hal_qspi_load_descrs_at()
266 uint32_t descrs[MEC5_QSPI_NUM_DESCRS]; member320 int mec_hal_qspi_load_descrs_at(struct mec_qspi_regs *regs, const uint32_t *descrs, uint8_t ndescr,