Lines Matching refs:IOHighPort

2510   assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort));  in HAL_OSPIM_Config()
2570 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2572 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config()
2591 if (IOM_cfg[instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2593 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_I… in HAL_OSPIM_Config()
2604 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config()
2610 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config()
2629 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2631 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2672 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2674 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2677 else if (cfg->IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2679 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2715 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2717 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2721 else if (cfg->IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2723 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
3119 cfg->IOHighPort = 0U; in OSPIM_GetConfig()
3198 cfg->IOHighPort = (OCTOSPIM_PCR_IOLEN | (index + 1U)); in OSPIM_GetConfig()
3202 cfg->IOHighPort = (OCTOSPIM_PCR_IOHEN | (index + 1U)); in OSPIM_GetConfig()