Searched full:sdif (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig.mcux_sdif | 5 bool "NXP MCUX SDIF Driver" 11 Enable the NXP SDIF Host controller driver 16 bool "DMA support for MCUX SDIF driver" 19 Enable DMA support for MCUX SDIF driver. May be disabled to reduce 24 # SDIF DMA needs 32 bit aligned buffers 32 Size of MCUX SDIF DMA descriptor buffer in bytes
|
D | mcux_sdif.c | 18 LOG_MODULE_REGISTER(sdif, CONFIG_SDHC_LOG_LEVEL); 80 /* SDIF IRQ handler not exposed in SDK header, so declare it here */ 84 * MCUX SDIF interrupt service routine 145 LOG_DBG("SDIF clock set to %d", bus_clk_hz); in mcux_sdif_set_io() 252 /* Copy Zephyr data fields to SDIF struct */ in mcux_sdif_transfer()
|
/Zephyr-latest/dts/bindings/sdhc/ |
D | nxp,lpc-sdif.yaml | 4 description: NXP LPC SDIF SD host controller 6 compatible: "nxp,lpc-sdif" 18 Data timeout, as multiple of the SD clock. See DATA_TIMEOUT field of SDIF. 26 of SDIF. Default value is the maximum possible timeout 33 DEBOUNCE_COUNT field of SDIF. Default value is the reset value of SOC.
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/ |
D | lpcxpresso55s69_lpc55s69_cpu0.dts | 33 sdhc0 = &sdif; 118 &sdif {
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_lpc55S6x_common.dtsi | 319 sdif: sdif@9b000 { label 320 compatible = "nxp,lpc-sdif";
|
/Zephyr-latest/soc/nxp/lpc/lpc55xxx/ |
D | soc.c | 317 #if DT_NODE_HAS_COMPAT_STATUS(DT_NODELABEL(sdif), nxp_lpc_sdif, okay) && \ in clock_init() 319 /* attach main clock to SDIF */ in clock_init()
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/doc/ |
D | index.rst | 95 | SDIF | on-chip | sdhc |
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 1126 * :dtcompatible:`nxp,lpc-sdif`
|
D | release-notes-3.3.rst | 1717 - :dtcompatible:`nxp,lpc-sdif`:
|