Searched refs:portSize (Results 1 – 7 of 7) sorted by relevance
388 smec_port_size_t portSize; /*!< Port size. */ member444 smec_port_size_t portSize; /*!< Port size. */ member461 smec_port_size_t portSize; /*!< Port size. */ member502 smec_port_size_t portSize; /*!< Port size. */ member555 smec_port_size_t portSize; /*!< Port size. */ member
471 base->SDRAMCR0 = SEMC_SDRAMCR0_PS(config->portSize) | SEMC_SDRAMCR0_BL(config->burstLen) | in SEMC_ConfigureSDRAM()477 base->SDRAMCR0 = SEMC_SDRAMCR0_PS(config->portSize) | SEMC_SDRAMCR0_BL(config->burstLen) | in SEMC_ConfigureSDRAM()619 base->NANDCR0 = SEMC_NANDCR0_PS(config->portSize) | SEMC_NANDCR0_BL(config->burstLen) | in SEMC_ConfigureNAND()747 base->NORCR0 = SEMC_NORCR0_PS(config->portSize) | SEMC_NORCR0_BL(config->burstLen) | in SEMC_ConfigureNOR()790 return SEMC_ConfigureIPCommand(base, ((uint8_t)config->portSize + 1U)); in SEMC_ConfigureNOR()956 tempCtrlVal = SEMC_SRAMCR0_PS(config->portSize) | in SEMC_ConfigureSRAMWithChipSelection()979 tempCtrlVal = SEMC_SRAMCR4_PS(config->portSize) | in SEMC_ConfigureSRAMWithChipSelection()1148 …SEMC_DBICR0_PS(config->portSize) | SEMC_DBICR0_BL(config->burstLen) | SEMC_DBICR0_COL(config->colu… in SEMC_ConfigureDBI()1185 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()