| /linux/drivers/misc/sgi-gru/ |
| H A D | grufile.c | 313 unsigned long mmr = 0; in gru_chiplet_cpu_to_mmr() local 327 mmr = UVH_GR0_TLB_INT0_CONFIG + in gru_chiplet_cpu_to_mmr() 330 mmr = UVH_GR1_TLB_INT0_CONFIG + in gru_chiplet_cpu_to_mmr() 337 return mmr; in gru_chiplet_cpu_to_mmr() 343 unsigned long mmr; in gru_chiplet_setup_tlb_irq() local 347 mmr = gru_chiplet_cpu_to_mmr(chiplet, cpu, &core); in gru_chiplet_setup_tlb_irq() 348 if (mmr == 0) in gru_chiplet_setup_tlb_irq() 351 irq = uv_setup_irq(irq_name, cpu, blade, mmr, UV_AFFINITY_CPU); in gru_chiplet_setup_tlb_irq() 372 unsigned long mmr; in gru_chiplet_teardown_tlb_irq() local 374 mmr = gru_chiplet_cpu_to_mmr(chiplet, cpu, &core); in gru_chiplet_teardown_tlb_irq() [all …]
|
| H A D | grukservices.h | 124 * value memory address where MMR value is returned
|
| /linux/arch/x86/platform/uv/ |
| H A D | uv_irq.c | 21 /* MMR offset and pnode of hub sourcing interrupts for a given irq */ 119 * Re-target the irq to the specified CPU and enable the specified MMR located 130 * Disable the specified MMR located on the specified blade so that MSIs are 178 * MMR that defines the MSI that is to be sent to the specified CPU when an 203 * Tear down a mapping of an irq and vector, and disable the specified MMR that
|
| H A D | uv_nmi.c | 43 * We also have to lessen UV Hub MMR accesses as much as possible as this 52 * IPI(NMI) signal as mentioned above, and does not read the UV Hub's MMR. 290 /* Read NMI MMR and check if NMI flag was set by BMC. */ 542 /* MMR/PCH NMI flag is clear */ in uv_check_nmi() 558 * Check if this BMC missed setting the MMR NMI flag (or) in uv_check_nmi() 579 /* Need to reset the NMI MMR register, but only once per hub. */ 990 /* Clear MMR NMI flag on each hub */ in uv_handle_nmi()
|
| /linux/arch/mips/ath25/ |
| H A D | ar2315_regs.h | 45 #define AR2315_WLAN0_BASE 0x10000000 /* Wireless MMR */ 46 #define AR2315_PCI_BASE 0x10100000 /* PCI MMR */ 48 #define AR2315_SDRAMCTL_BASE 0x10300000 /* SDRAM MMR */ 50 #define AR2315_LOCAL_BASE 0x10400000 /* Local bus MMR */ 51 #define AR2315_ENET0_BASE 0x10500000 /* Ethernet MMR */ 52 #define AR2315_RST_BASE 0x11000000 /* Reset control MMR */ 54 #define AR2315_UART0_BASE 0x11100000 /* UART MMR */ 55 #define AR2315_SPI_MMR_BASE 0x11300000 /* SPI flash MMR */
|
| H A D | ar5312_regs.h | 52 #define AR5312_UART0_BASE 0x1c000000 /* UART MMR */
|
| /linux/arch/x86/include/asm/uv/ |
| H A D | uv_hub.h | 271 * Local & Global MMR space macros. 361 * The window is located at top of ACPI MMR space 459 /* Top two bits indicate the requested address is in MMR space. */ 561 * faster MMR access but not all MMRs are accessible in this space. 580 * Access Global MMR space using the MMR space located at the top of physical 729 /* BIOS/Kernel flags exchange MMR */ 742 /* BMC sets a bit this MMR non-zero before sending an NMI */ 752 atomic_t read_mmr_count; /* count of MMR reads */ 754 unsigned long nmi_value; /* last value read from NMI MMR */
|
| H A D | bios.h | 62 u8 mmr_shift; /* Convert PNode to MMR space offset */ 85 u16 pnode; /* Index to MMR and GRU spaces */
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb.h | 46 unsigned long mmr; /* memory mode for SDRAM */ member
|
| H A D | mb862xxfbdrv.c | 615 unsigned long ccf, mmr; in mb862xx_gdc_init() local 641 mmr = par->gc_mode ? par->gc_mode->mmr : 0x414fb7f2; in mb862xx_gdc_init() 650 outreg(host, GC_MMR, mmr); in mb862xx_gdc_init()
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65.dtsi | 54 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
|
| H A D | k3-am62p.dtsi | 112 <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>, /* WKUP CTRL MMR */
|
| H A D | k3-j7200.dtsi | 113 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
|
| H A D | k3-j721s2.dtsi | 118 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
|
| H A D | k3-am62a.dtsi | 115 <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>, /* WKUP CTRL MMR */
|
| H A D | k3-j721e.dtsi | 114 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
|
| H A D | k3-j722s.dtsi | 222 <0x00 0x43000000 0x00 0x43000000 0x00 0x00020000>, /* WKUP CTRL MMR */
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | ti,k3-dsp-rproc.yaml | 173 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
|
| H A D | ti,k3-r5f-rproc.yaml | 286 ranges = <0x00 0x00100000 0x00 0x00100000 0x00 0x00020000>, /* ctrl mmr */
|
| /linux/drivers/misc/sgi-xp/ |
| H A D | xpc.h | 130 unsigned long mmr_offset; /* offset of irq mmr located on mmr_blade */ 131 unsigned long mmr_value; /* value of irq mmr located on mmr_blade */
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | sc.c | 163 * register in the mmr address data block in sc_config_scaler()
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma.h | 143 struct pvrdma_mr mmr; member
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 83 #define LEGACY_DMAR15 0x0f // MMR
|
| /linux/drivers/edac/ |
| H A D | x38_edac.c | 67 /* Intel MMIO register space - device 0 function 0 - MMR space */
|
| H A D | i3200_edac.c | 67 /* Intel MMIO register space - device 0 function 0 - MMR space */
|