Home
last modified time | relevance | path

Searched full:fmc (Results 1 – 25 of 52) sorted by relevance

123

/linux/Documentation/devicetree/bindings/spi/
H A Daspeed,ast2600-fmc.yaml4 $id: http://devicetree.org/schemas/spi/aspeed,ast2600-fmc.yaml#
14 This binding describes the Aspeed Static Memory Controllers (FMC and
23 - aspeed,ast2600-fmc
25 - aspeed,ast2500-fmc
27 - aspeed,ast2400-fmc
58 compatible = "aspeed,ast2600-fmc";
/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.
H A Dhisi-sfc.c3 * HiSilicon FMC SPI NOR flash controller driver
480 { .compatible = "hisilicon,fmc-spi-nor"},
/linux/Documentation/devicetree/bindings/mtd/
H A Dhisilicon,fmc-spi-nor.txt4 - compatible : Should be "hisilicon,fmc-spi-nor" and one of the following strings:
14 compatible = "hisilicon,hi3519-spi-nor", "hisilicon,fmc-spi-nor";
/linux/arch/arm/boot/dts/aspeed/
H A Dast2500-facebook-netbmc-common.dtsi8 spi0 = &fmc;
47 &fmc {
H A Daspeed-bmc-facebook-galaxy100.dts27 &fmc {
H A Daspeed-bmc-facebook-wedge100.dts27 &fmc {
H A Dast2400-facebook-netbmc-common.dtsi29 &fmc {
H A Daspeed-ast2500-evb.dts37 &fmc {
H A Daspeed-bmc-supermicro-x11spi.dts46 &fmc {
H A Daspeed-bmc-intel-s2600wf.dts41 &fmc {
H A Daspeed-bmc-inspur-on5263m5.dts49 &fmc {
H A Daspeed-bmc-portwell-neptune.dts44 &fmc {
H A Daspeed-bmc-microsoft-olympus.dts77 &fmc {
H A Daspeed-bmc-opp-vesnin.dts80 &fmc {
H A Daspeed-bmc-qcom-dc-scm-v1.dts60 &fmc {
H A Daspeed-ast2600-evb.dts179 &fmc {
H A Daspeed-bmc-amd-daytonax.dts60 &fmc {
/linux/Documentation/arch/arm/stm32/
H A Dstm32f429-overview.rst13 - External memory support through FMC controller (PSRAM, SDRAM, NOR, NAND)
/linux/arch/arm/boot/dts/st/
H A Dstm32mp157c-phycore-stm32mp1-3.dts38 &fmc {
H A Dstm32mp157a-microgea-stm32mp1.dtsi98 &fmc {
/linux/arch/mips/boot/dts/mscc/
H A Djaguar2_pcb110.dts223 /* FMC B */
251 /* FMC B */
/linux/include/dt-bindings/clock/
H A Dstm32mp1-clks.h119 #define FMC 106 macro
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h624 * fmc, Tmc Frequency, period of the MCP communication (10 MHz,
639 /* faud = fmc/(32*ASD) */
644 /* faud = fmc/(32*Floor (Div/32)) */
648 /* faud = fmc/(32*Ceil (Div/32)) */
652 /* ftcm = fmc/(32*TSD) */
657 /* ftcm = fmc/(32*Floor (Div/32)) */
661 /* ftcm = fmc/(32*Ceil (Div/32)) */
726 #define MCCR1_F12MHz (MCCR1_CFS*0) /* Freq. (fmc) = ~ 12 MHz */
728 #define MCCR1_F10MHz (MCCR1_CFS*1) /* Freq. (fmc) = ~ 10 MHz */
/linux/sound/pci/trident/
H A Dtrident_main.c88 dev_dbg(trident->card->dev, "FMC: 0x%x\n", (val >> 14) & 3);
435 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 in snd_trident_foldback_prepare()
[all...]

123