Home
last modified time | relevance | path

Searched refs:translate (Results 1 – 25 of 52) sorted by relevance

123

/linux-3.4.99/drivers/mtd/maps/
Dpci.c29 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member
37 unsigned long (*translate)(struct map_pci_info *map, unsigned long ofs); member
45 val.x[0]= readb(map->base + map->translate(map, ofs)); in mtd_pci_read8()
55 val.x[0] = readw(map->base + map->translate(map, ofs));
64 val.x[0] = readl(map->base + map->translate(map, ofs)); in mtd_pci_read32()
72 memcpy_fromio(to, map->base + map->translate(map, from), len); in mtd_pci_copyfrom()
79 writeb(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write8()
87 writew(val.x[0], map->base + map->translate(map, ofs));
94 writel(val.x[0], map->base + map->translate(map, ofs)); in mtd_pci_write32()
100 memcpy_toio(map->base + map->translate(map, to), from, len); in mtd_pci_copyto()
[all …]
/linux-3.4.99/drivers/of/
Daddress.c41 int (*translate)(u32 *addr, u64 offset, int na); member
294 .translate = of_bus_pci_translate,
305 .translate = of_bus_isa_translate,
315 .translate = of_bus_default_translate,
390 return pbus->translate(addr, offset, pna); in of_translate_one()
/linux-3.4.99/arch/alpha/include/asm/
Dagp_backend.h38 unsigned long (*translate)(alpha_agp_info *, dma_addr_t); member
/linux-3.4.99/Documentation/netlabel/
Dcipso_ipv4.txt30 to decode and translate the CIPSO label on the packet the LSM must use the
37 The CIPSO/IPv4 protocol engine contains a mechanism to translate CIPSO security
Dlsm_interface.txt23 configuration. It is up to the LSM developer to translate the NetLabel
/linux-3.4.99/net/openvswitch/
DKconfig20 translate it into packet processing rules.
/linux-3.4.99/Documentation/filesystems/nfs/
Didmapper.txt5 Id mapper is used by NFS to translate user and group ids into names, and to
6 translate user and group names into ids. Part of this translation involves
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dgpio.txt2 this information will be used to translate gpio-specifiers.
/linux-3.4.99/drivers/net/wireless/
Dray_cs.c147 static int translate = 1; variable
181 module_param(translate, int, 0);
915 if (translate) { in ray_hw_xmit()
1353 translate = *(extra); /* Set framing mode */ in ray_set_framing()
1365 *(extra) = translate; in ray_get_framing()
2118 if (translate) { in rx_data()
2200 if (!translate) { in rx_data()
2608 seq_printf(m, "Framing mode = %s\n", framing[translate]); in ray_cs_proc_show()
2815 proc_create_data("driver/ray_cs/translate", S_IWUSR, NULL, &int_proc_fops, &translate); in init_ray_cs()
2817 if (translate != 0) in init_ray_cs()
[all …]
/linux-3.4.99/fs/udf/
Dpartition.c71 goto translate; in udf_get_pblock_virt15()
96 translate: in udf_get_pblock_virt15()
/linux-3.4.99/Documentation/devicetree/bindings/gpio/
D8xxx_gpio.txt7 this information will be used to translate gpio-specifiers.
/linux-3.4.99/Documentation/parisc/
Ddebugging9 rest of the kernel. To translate an absolute address to a virtual
/linux-3.4.99/drivers/char/agp/
Dalpha-agp.c24 pa = agp->ops->translate(agp, dma_addr); in alpha_core_agp_vm_fault()
/linux-3.4.99/Documentation/virtual/kvm/
Dmmu.txt58 The primary job of the mmu is to program the processor's mmu to translate
62 - when guest paging is disabled, we translate guest physical addresses to
64 - when guest paging is enabled, we translate guest virtual addresses, to
66 - when the guest launches a guest of its own, we translate nested guest
Dppc-pv.txt168 RAM around where we can live translate instructions to. What happens is the
/linux-3.4.99/Documentation/infiniband/
Duser_verbs.txt35 ib_uverbs module maintains idr tables that are used to translate
/linux-3.4.99/Documentation/sound/alsa/
Dcompress_offload.txt69 to expose, translate and make use of the capabilities of the audio
178 in nature and data written/read doesn't translate directly to
/linux-3.4.99/Documentation/networking/
Dpolicy-routing.txt43 translate packet source address.
Dray_cs.txt122 translate integer 0 = no translation (encapsulate frames)
Doperstates.txt105 scheduled to translate the flag combination to IFLA_OPERSTATE as
/linux-3.4.99/Documentation/devicetree/bindings/arm/
Dvexpress.txt96 "interrupt-map" properties to translate the motherboard's address
/linux-3.4.99/Documentation/filesystems/
Dgfs2-glocks.txt24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
/linux-3.4.99/Documentation/
DDMA-ISA-LPC.txt53 To translate the virtual address to a physical use the normal DMA
/linux-3.4.99/arch/s390/kernel/
Dsclp.S226 tr 0(1,%r11),0(%r10) # translate to EBCDIC
/linux-3.4.99/Documentation/scsi/
Dscsi-changer.txt106 because the kernel will translate the error codes into human-readable

123