Home
last modified time | relevance | path

Searched refs:mem_access (Results 1 – 4 of 4) sorted by relevance

/arch/mips/pci/
Dpci-octeon.c567 union cvmx_npi_mem_access_subidx mem_access; in octeon_pci_setup() local
601 mem_access.u64 = 0; in octeon_pci_setup()
602 mem_access.s.esr = 1; /* Endian-Swap on read. */ in octeon_pci_setup()
603 mem_access.s.esw = 1; /* Endian-Swap on write. */ in octeon_pci_setup()
604 mem_access.s.nsr = 0; /* No-Snoop on read. */ in octeon_pci_setup()
605 mem_access.s.nsw = 0; /* No-Snoop on write. */ in octeon_pci_setup()
606 mem_access.s.ror = 0; /* Relax Read on read. */ in octeon_pci_setup()
607 mem_access.s.row = 0; /* Relax Order on write. */ in octeon_pci_setup()
608 mem_access.s.ba = 0; /* PCI Address bits [63:36]. */ in octeon_pci_setup()
609 cvmx_write_csr(CVMX_NPI_MEM_ACCESS_SUBID3, mem_access.u64); in octeon_pci_setup()
/arch/sh/include/asm/
Duaccess.h206 struct mem_access { struct
212 struct mem_access *ma, int, unsigned long address); argument
/arch/sh/kernel/
Dtraps_32.c74 static struct mem_access user_mem_access = {
87 struct mem_access *ma) in handle_unaligned_ins()
268 struct mem_access *ma) in handle_delayslot()
304 struct mem_access *ma, int expected, in handle_unaligned_access()
Dio_trapped.c266 static struct mem_access trapped_io_access = {