Home
last modified time | relevance | path

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

12

/linux-2.6.39/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-2.6.39/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-2.6.39/arch/alpha/include/asm/
Dagp_backend.h38 unsigned long (*translate)(alpha_agp_info *, dma_addr_t); member
/linux-2.6.39/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-2.6.39/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-2.6.39/Documentation/devicetree/bindings/gpio/
Dgpio.txt32 this information will be used to translate gpio-specifiers.
D8xxx_gpio.txt7 this information will be used to translate gpio-specifiers.
/linux-2.6.39/fs/udf/
Dpartition.c71 goto translate; in udf_get_pblock_virt15()
96 translate: in udf_get_pblock_virt15()
/linux-2.6.39/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dgpio.txt2 this information will be used to translate gpio-specifiers.
/linux-2.6.39/drivers/net/wireless/
Dray_cs.c148 static int translate = 1; variable
182 module_param(translate, int, 0);
916 if (translate) { in ray_hw_xmit()
1354 translate = *(extra); /* Set framing mode */ in ray_set_framing()
1366 *(extra) = translate; in ray_get_framing()
2119 if (translate) { in rx_data()
2201 if (!translate) { in rx_data()
2609 seq_printf(m, "Framing mode = %s\n", framing[translate]); in ray_cs_proc_show()
2816 proc_create_data("driver/ray_cs/translate", S_IWUSR, NULL, &int_proc_fops, &translate); in init_ray_cs()
2818 if (translate != 0) in init_ray_cs()
[all …]
/linux-2.6.39/Documentation/parisc/
Ddebugging9 rest of the kernel. To translate an absolute address to a virtual
/linux-2.6.39/drivers/char/agp/
Dalpha-agp.c24 pa = agp->ops->translate(agp, dma_addr); in alpha_core_agp_vm_fault()
/linux-2.6.39/Documentation/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.txt186 RAM around where we can live translate instructions to. What happens is the
/linux-2.6.39/Documentation/infiniband/
Duser_verbs.txt35 ib_uverbs module maintains idr tables that are used to translate
/linux-2.6.39/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-2.6.39/Documentation/
DDMA-ISA-LPC.txt53 To translate the virtual address to a physical use the normal DMA
DBUG-HUNTING201 And use GDB to translate that to human-readable form:
/linux-2.6.39/Documentation/filesystems/
Dgfs2-glocks.txt24 namely shared (SH), deferred (DF) and exclusive (EX). Those translate
/linux-2.6.39/arch/s390/kernel/
Dsclp.S224 tr 0(1,%r11),0(%r10) # translate to EBCDIC
/linux-2.6.39/Documentation/scsi/
Dscsi-changer.txt106 because the kernel will translate the error codes into human-readable
/linux-2.6.39/arch/alpha/kernel/
Dcore_titan.c723 .translate = titan_agp_translate

12