Home
last modified time | relevance | path

Searched refs:portSize (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.h388 smec_port_size_t portSize; /*!< Port size. */ member
443 smec_port_size_t portSize; /*!< Port size. */ member
460 smec_port_size_t portSize; /*!< Port size. */ member
501 smec_port_size_t portSize; /*!< Port size. */ member
554 smec_port_size_t portSize; /*!< Port size. */ member
Dfsl_semc.c470 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()
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flexbus/
Dfsl_flexbus.c143 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()
Dfsl_flexbus.h147 flexbus_port_size_t portSize; /*!< Port size of transfer */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sdramc/
Dfsl_sdramc.h104 sdramc_port_size_t portSize; /*!< The port size of the associated SDRAM block. */ member
Dfsl_sdramc.c123 … base->BLOCK[index].AC = SDRAM_AC_PS(bctlConfig->portSize) | SDRAM_AC_CASL(bctlConfig->latency) | in SDRAMC_Init()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/IS42SM16800H/
Dfsl_sdram.c51 ctlConfig.portSize = kSDRAMC_PortSize16Bit; in SDRAM_Init()