Searched refs:portSize (Results 1 – 7 of 7) sorted by relevance
388 smec_port_size_t portSize; /*!< Port size. */ member443 smec_port_size_t portSize; /*!< Port size. */ member460 smec_port_size_t portSize; /*!< Port size. */ member501 smec_port_size_t portSize; /*!< Port size. */ member554 smec_port_size_t portSize; /*!< Port size. */ member
470 base->SDRAMCR0 = SEMC_SDRAMCR0_PS(config->portSize) | SEMC_SDRAMCR0_BL(config->burstLen) | in SEMC_ConfigureSDRAM()476 base->SDRAMCR0 = SEMC_SDRAMCR0_PS(config->portSize) | SEMC_SDRAMCR0_BL(config->burstLen) | in SEMC_ConfigureSDRAM()616 base->NANDCR0 = SEMC_NANDCR0_PS(config->portSize) | SEMC_NANDCR0_BL(config->burstLen) | in SEMC_ConfigureNAND()744 base->NORCR0 = SEMC_NORCR0_PS(config->portSize) | SEMC_NORCR0_BL(config->burstLen) | in SEMC_ConfigureNOR()787 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureNOR()953 tempCtrlVal = SEMC_SRAMCR0_PS(config->portSize) | in SEMC_ConfigureSRAMWithChipSelection()976 tempCtrlVal = SEMC_SRAMCR4_PS(config->portSize) | in SEMC_ConfigureSRAMWithChipSelection()1145 …SEMC_DBICR0_PS(config->portSize) | SEMC_DBICR0_BL(config->burstLen) | SEMC_DBICR0_COL(config->colu… in SEMC_ConfigureDBI()1182 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureDBI()
143 reg_value |= (uint32_t)config->portSize << FB_CSCR_PS_SHIFT; in FLEXBUS_Init()248 …config->portSize = kFLEXBUS_1Byte; /* 1 byte port size of transfer… in FLEXBUS_GetDefaultConfig()
147 flexbus_port_size_t portSize; /*!< Port size of transfer */ member
104 sdramc_port_size_t portSize; /*!< The port size of the associated SDRAM block. */ member
123 … base->BLOCK[index].AC = SDRAM_AC_PS(bctlConfig->portSize) | SDRAM_AC_CASL(bctlConfig->latency) | in SDRAMC_Init()
51 ctlConfig.portSize = kSDRAMC_PortSize16Bit; in SDRAM_Init()