Searched refs:phys (Results 1 - 25 of 376) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dmem.h11 extern int phys_mapping(unsigned long phys, __u64 *offset_out);
23 static inline void *to_virt(unsigned long phys) argument
25 return((void *) uml_physmem + phys);
H A Dmem_user.h40 unsigned long phys; member in struct:iomem_region
61 extern unsigned long phys_offset(unsigned long phys);
63 extern void map_memory(unsigned long virt, unsigned long phys,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dmap.c17 map(unsigned int phys, unsigned int virt, unsigned int size) argument
28 unsigned int phys; member in struct:prom_args
42 args.phys = phys;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dfixmap.h35 * highger than 1) use fixmap_set(idx,phys) to associate
57 unsigned long phys, pgprot_t flags);
59 #define set_fixmap(idx, phys) \
60 __set_fixmap(idx, phys, PAGE_KERNEL)
64 #define set_fixmap_nocache(idx, phys) \
65 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfixmap.h35 * highger than 1) use fixmap_set(idx,phys) to associate
58 unsigned long phys, pgprot_t flags);
60 #define set_fixmap(idx, phys) \
61 __set_fixmap(idx, phys, PAGE_KERNEL)
65 #define set_fixmap_nocache(idx, phys) \
66 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dfixmap.h20 * highger than 1) use fixmap_set(idx,phys) to associate
42 unsigned long phys, pgprot_t flags);
44 #define set_fixmap(idx, phys) \
45 __set_fixmap(idx, phys, PAGE_KERNEL)
49 #define set_fixmap_nocache(idx, phys) \
50 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dfixmap.h27 * highger than 1) use fixmap_set(idx,phys) to associate
46 unsigned long phys, pgprot_t flags);
48 #define set_fixmap(idx, phys) \
49 __set_fixmap(idx, phys, PAGE_KERNEL)
53 #define set_fixmap_nocache(idx, phys) \
54 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_misc.c33 unsigned char phys; /* physical bit width */ member in struct:pcm_format_data
41 .width = 8, .phys = 8, .le = -1, .signd = 1,
45 .width = 8, .phys = 8, .le = -1, .signd = 0,
49 .width = 16, .phys = 16, .le = 1, .signd = 1,
53 .width = 16, .phys = 16, .le = 0, .signd = 1,
57 .width = 16, .phys = 16, .le = 1, .signd = 0,
61 .width = 16, .phys = 16, .le = 0, .signd = 0,
65 .width = 24, .phys = 32, .le = 1, .signd = 1,
69 .width = 24, .phys = 32, .le = 0, .signd = 1,
73 .width = 24, .phys
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dfile.c62 unsigned long phys; local
72 phys = bi->i_sblock + block;
74 if (phys <= bi->i_eblock) {
75 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n",
76 create, (unsigned long)block, phys);
77 map_bh(bh_result, sb, phys);
84 if (inode->i_size && phys <= bi->i_eblock) {
85 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n",
86 create, (unsigned long)block, phys);
87 map_bh(bh_result, sb, phys);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dsun3kmap.c30 static inline void do_page_mapin(unsigned long phys, unsigned long virt, argument
36 ptep = pfn_pte(phys >> PAGE_SHIFT, PAGE_KERNEL);
48 static inline void do_pmeg_mapin(unsigned long phys, unsigned long virt, argument
56 do_page_mapin(phys, virt, type);
57 phys += PAGE_SIZE;
63 void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, argument
74 offset = phys & (PAGE_SIZE-1);
75 phys &= ~(PAGE_SIZE-1);
98 do_pmeg_mapin(phys, virt, type, seg_pages);
101 phys
110 __ioremap(unsigned long phys, unsigned long size, int cache) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dfile.c16 long phys; local
32 phys = efs_map_block(inode, iblock);
33 if (phys)
34 map_bh(bh_result, inode->i_sb, phys);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dichxrom.c37 unsigned long phys; member in struct:ichxrom_window
80 window->phys = 0;
110 window->phys = 0;
113 window->phys = 0xffc00000;
116 window->phys = 0xff400000;
119 window->phys = 0xff500000;
122 window->phys = 0xff600000;
125 window->phys = 0xff700000;
129 window->phys = 0xffc80000;
132 window->phys
[all...]
H A Desb2rom.c98 unsigned long phys; member in struct:esb2rom_window
141 window->phys = 0;
186 window->phys = 0;
191 window->phys = 0xff400000;
193 window->phys = 0xff500000;
195 window->phys = 0xff600000;
197 window->phys = 0xFF700000;
199 window->phys = 0xffc00000;
201 window->phys = 0xffc80000;
203 window->phys
[all...]
H A Damd76xrom.c33 unsigned long phys; member in struct:amd76xrom_window
97 window->phys = 0;
129 window->phys = 0xffb00000; /* 5MiB */
132 window->phys = 0xffc00000; /* 4MiB */
135 window->phys = 0xffff0000; /* 64KiB */
137 window->size = 0xffffffffUL - window->phys + 1UL;
147 window->rsrc.start = window->phys;
148 window->rsrc.end = window->phys + window->size - 1;
167 window->virt = ioremap_nocache(window->phys, window->size);
170 window->phys, windo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dphysmem.c81 void map_memory(unsigned long virt, unsigned long phys, unsigned long len, argument
87 fd = phys_mapping(phys, &offset);
130 int phys_mapping(unsigned long phys, __u64 *offset_out) argument
134 if(phys < physmem_size){
136 *offset_out = phys;
138 else if(phys < __pa(end_iomem)){
142 if((phys >= region->phys) &&
143 (phys < region->phys
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfixmap.h34 * highger than 1) use fixmap_set(idx,phys) to associate
64 unsigned long phys, pgprot_t flags);
66 #define set_fixmap(idx, phys) \
67 __set_fixmap(idx, phys, PAGE_KERNEL)
71 #define set_fixmap_nocache(idx, phys) \
72 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfixmap.h34 * highger than 1) use fixmap_set(idx,phys) to associate
64 unsigned long phys, pgprot_t flags);
66 #define set_fixmap(idx, phys) \
67 __set_fixmap(idx, phys, PAGE_KERNEL)
71 #define set_fixmap_nocache(idx, phys) \
72 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c95 dma_addr_t phys; local
97 phys = pci_map_page(hwdev, page, offset, size, direction);
99 if (phys == 0) {
100 pci_unmap_page(hwdev, phys, size, direction);
101 phys = pci_map_page(hwdev, page, offset, size, direction);
104 return phys;
115 dma_addr_t phys; local
117 phys = pci_map_single(hwdev, ptr, size, direction);
119 if (phys == 0) {
120 pci_unmap_single(hwdev, phys, siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dsmp.h55 #define set_hard_smp_processor_id(cpu, phys)\
56 (smp_hw_index[(cpu)] = (phys))
64 #define set_hard_smp_processor_id(cpu, phys)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A D44x_mmu.c43 static void __init ppc44x_pin_tlb(unsigned int virt, unsigned int phys) argument
51 "r" (phys),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dalps.h23 char phys[32]; /* Phys */ member in struct:alps_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/common/
H A Dnile4.c22 ddb_calc_pdar(u32 phys, u32 size, int width, argument
87 (phys & 0xffe00000);
91 ddb_set_pdar(u32 pdar, u32 phys, u32 size, int width, argument
94 u32 temp= ddb_calc_pdar(phys, size, width, on_memory_bus, pci_visible);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dbtext.h11 extern void btext_update_display(unsigned long phys, int width, int height,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/cpu-sh4/
H A Dsq.h30 unsigned long sq_remap(unsigned long phys, unsigned int size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dfixmap.h48 * highger than 1) use fixmap_set(idx,phys) to associate
100 unsigned long phys, pgprot_t flags);
103 #define set_fixmap(idx, phys) \
104 __set_fixmap(idx, phys, PAGE_KERNEL)
108 #define set_fixmap_nocache(idx, phys) \
109 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)

Completed in 282 milliseconds

1234567891011>>