Lines Matching refs:IOHighPort

2629   assert_param(IS_OSPIM_IO_PORT(cfg->IOHighPort));  in HAL_OSPIM_Config()
2685 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2687 SET_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], \ in HAL_OSPIM_Config()
2705 if (IOM_cfg[instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2707 …CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], OCTOSPIM_PCR_I… in HAL_OSPIM_Config()
2716 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config()
2721 (cfg->IOHighPort == IOM_cfg[other_instance].IOHighPort)) in HAL_OSPIM_Config()
2739 if (IOM_cfg[other_instance].IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2741 CLEAR_BIT(OCTOSPIM->PCR[((IOM_cfg[other_instance].IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2786 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2788 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2791 else if (cfg->IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2793 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2828 if ((cfg->IOHighPort & OCTOSPIM_PCR_IOLEN) != 0U) in HAL_OSPIM_Config()
2830 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
2834 else if (cfg->IOHighPort != HAL_OSPIM_IOPORT_NONE) in HAL_OSPIM_Config()
2836 MODIFY_REG(OCTOSPIM->PCR[((cfg->IOHighPort - 1U)& OSPI_IOM_PORT_MASK)], in HAL_OSPIM_Config()
3243 cfg->IOHighPort = 0U; in OSPIM_GetConfig()
3318 cfg->IOHighPort = (OCTOSPIM_PCR_IOLEN | (index + 1U)); in OSPIM_GetConfig()
3322 cfg->IOHighPort = (OCTOSPIM_PCR_IOHEN | (index + 1U)); in OSPIM_GetConfig()