Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/controllers/
H A DKconfig3 tristate "Hisilicon FMC SPI NOR Flash Controller(SFC)"
7 This enables support for HiSilicon FMC SPI NOR flash controller.
/linux/Documentation/arch/arm/stm32/
H A Dstm32f429-overview.rst13 - External memory support through FMC controller (PSRAM, SDRAM, NOR, NAND)
/linux/arch/mips/boot/dts/mscc/
H A Djaguar2_pcb110.dts223 /* FMC B */
251 /* FMC B */
/linux/sound/pci/trident/
H A Dtrident_main.c435 FmcRvolCvol = ((voice->FMC & 3) << 14) | in snd_trident_write_voice_regs()
619 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) | in snd_trident_write_rvol_reg()
643 outw(((voice->FMC & 0x0003) << 14) | ((voice->RVol & 0x007f) << 7) | in snd_trident_write_cvol_reg()
923 voice->FMC = 3; in snd_trident_playback_prepare()
949 evoice->FMC = 3; in snd_trident_playback_prepare()
1064 voice->FMC = 3; in snd_trident_capture_prepare()
1151 voice->FMC = 0; in snd_trident_si7018_capture_prepare()
1175 evoice->FMC = 3; in snd_trident_si7018_capture_prepare()
1228 voice->FMC = 3; in snd_trident_foldback_prepare()
1251 evoice->FMC = 3; in snd_trident_foldback_prepare()
[all …]
H A Dtrident.h285 unsigned char FMC; /* 2 bits */ member
/linux/include/dt-bindings/clock/
H A Dstm32mp1-clks.h119 #define FMC 106 macro
/linux/drivers/clk/stm32/
H A Dclk-stm32mp1.c1991 PCLK(FMC, "fmc", "ck_axi", CLK_IGNORE_UNUSED, G_FMC),