| /linux/Documentation/devicetree/bindings/spi/ |
| H A D | aspeed,ast2600-fmc.yaml | 4 $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 D | Kconfig | 3 tristate "Hisilicon FMC SPI NOR Flash Controller(SFC)" 7 This enables support for HiSilicon FMC SPI NOR flash controller.
|
| H A D | hisi-sfc.c | 3 * HiSilicon FMC SPI NOR flash controller driver 480 { .compatible = "hisilicon,fmc-spi-nor"},
|
| /linux/Documentation/devicetree/bindings/mtd/ |
| H A D | hisilicon,fmc-spi-nor.txt | 4 - 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 D | ast2500-facebook-netbmc-common.dtsi | 8 spi0 = &fmc; 47 &fmc {
|
| H A D | aspeed-bmc-facebook-galaxy100.dts | 27 &fmc {
|
| H A D | aspeed-bmc-facebook-wedge100.dts | 27 &fmc {
|
| H A D | ast2400-facebook-netbmc-common.dtsi | 29 &fmc {
|
| H A D | aspeed-ast2500-evb.dts | 37 &fmc {
|
| H A D | aspeed-bmc-supermicro-x11spi.dts | 46 &fmc {
|
| H A D | aspeed-bmc-intel-s2600wf.dts | 41 &fmc {
|
| H A D | aspeed-bmc-inspur-on5263m5.dts | 49 &fmc {
|
| H A D | aspeed-bmc-portwell-neptune.dts | 44 &fmc {
|
| H A D | aspeed-bmc-microsoft-olympus.dts | 77 &fmc {
|
| H A D | aspeed-bmc-opp-vesnin.dts | 80 &fmc {
|
| H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 60 &fmc {
|
| H A D | aspeed-ast2600-evb.dts | 179 &fmc {
|
| H A D | aspeed-bmc-amd-daytonax.dts | 60 &fmc {
|
| /linux/Documentation/arch/arm/stm32/ |
| H A D | stm32f429-overview.rst | 13 - External memory support through FMC controller (PSRAM, SDRAM, NOR, NAND)
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32mp157c-phycore-stm32mp1-3.dts | 38 &fmc {
|
| H A D | stm32mp157a-microgea-stm32mp1.dtsi | 98 &fmc {
|
| /linux/arch/mips/boot/dts/mscc/ |
| H A D | jaguar2_pcb110.dts | 223 /* FMC B */ 251 /* FMC B */
|
| /linux/include/dt-bindings/clock/ |
| H A D | stm32mp1-clks.h | 119 #define FMC 106 macro
|
| /linux/arch/arm/mach-sa1100/include/mach/ |
| H A D | SA-1100.h | 624 * 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 D | trident_main.c | 88 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...] |