Home
last modified time | relevance | path

Searched refs:MCFG (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Dmem.h105 #define MCFG(ramsize, raswidth) \ macro
135 #define HYNIX_V_MCFG_165(size) MCFG((size), HYNIX_RASWIDTH_165)
161 #define HYNIX_V_MCFG_200(size) MCFG((size), HYNIX_RASWIDTH_200)
216 #define MICRON_V_MCFG_165(size) MCFG((size), MICRON_RASWIDTH_165)
250 #define MICRON_V_MCFG_200(size) MCFG((size), MICRON_RASWIDTH_200)
322 #define NUMONYX_V_MCFG_165(size) MCFG((size), NUMONYX_RASWIDTH_165)
351 #define NUMONYX_V_MCFG_200(size) MCFG((size), NUMONYX_RASWIDTH_200)
/OK3568_Linux_fs/kernel/Documentation/PCI/
H A Dacpi-info.rst32 Static tables like MCFG, HPET, ECDT, etc., are *not* mechanisms for
90 from either the static MCFG table or a _CBA method in the PNP0A03 device.
92 The MCFG table must describe the ECAM space of non-hot pluggable host
93 bridges [8]. Since MCFG is a static table and can't be updated by hotplug,
95 hot-pluggable host bridge [9]. Note that for both MCFG and _CBA, the base
155 address range reported in the MCFG table or by _CBA method (see Section
171 The MCFG table is an ACPI table that is used to communicate the base
176 The MCFG table is only used to communicate the base addresses
/OK3568_Linux_fs/u-boot/board/technexion/tao3530/
H A Dtao3530.c92 timings->mcfg = MCFG(256 << 20, 14); /* RAS-width 14 */ in get_board_mem_timings()
97 timings->mcfg = MCFG(128 << 20, 13); /* RAS-width 13 */ in get_board_mem_timings()
/OK3568_Linux_fs/u-boot/board/overo/
H A Dspl.c49 timings->mcfg = MCFG(512 << 20, 15); in get_board_mem_timings()
/OK3568_Linux_fs/u-boot/board/corscience/tricorder/
H A Dtricorder.c172 timings->mcfg = MCFG((256 << 20), 14); in get_board_mem_timings()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/via/
H A Dvia-velocity.h1036 volatile __le16 MCFG; member
1161 BYTE_REG_BITS_SET((n),(MCFG_RFT0|MCFG_RFT1),&((regs)->MCFG));\
H A Dvia-velocity.c510 WORD_REG_BITS_SET(MCFG_PQEN, MCFG_RTGOPT, &regs->MCFG); in velocity_init_cam_filter()
511 WORD_REG_BITS_ON(MCFG_VIDFR, &regs->MCFG); in velocity_init_cam_filter()
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dacpi_object_usage.rst16 - Required: DSDT, FADT, GTDT, MADT, MCFG, RSDP, SPCR, XSDT
232 MCFG Signature Reserved (signature == "MCFG")
236 If the platform supports PCI/PCIe, an MCFG table is required.
H A Darm-acpi.rst187 - If PCI is supported, the MCFG (Memory mapped ConFiGuration
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.x861059 * Support generating RSDT, XSDT, FACS, FADT, MADT, MCFG tables.