Searched refs:cr (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dcollate.h29 static inline bool ntfs_is_collation_rule_supported(COLLATION_RULE cr) { argument
32 if (unlikely(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG))
34 i = le32_to_cpu(cr);
41 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr,
H A Dcollate.c87 * @cr: collation rule to use when comparing the items
93 * Collate the two data items @data1 and @data2 using the collation rule @cr
97 * For speed we use the collation rule @cr as an index into two tables of
100 int ntfs_collate(ntfs_volume *vol, COLLATION_RULE cr, argument
106 BUG_ON(cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG);
107 i = le32_to_cpu(cr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dcollate.h32 extern BOOL ntfs_is_collation_rule_supported(COLLATION_RULES cr);
33 extern int ntfs_collate(ntfs_volume *vol, COLLATION_RULES cr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Diommu2.c179 static void omap2_tlb_read_cr(struct iommu *obj, struct cr_regs *cr) argument
181 cr->cam = iommu_read_reg(obj, MMU_READ_CAM);
182 cr->ram = iommu_read_reg(obj, MMU_READ_RAM);
185 static void omap2_tlb_load_cr(struct iommu *obj, struct cr_regs *cr) argument
187 iommu_write_reg(obj, cr->cam | MMU_CAM_V, MMU_CAM);
188 iommu_write_reg(obj, cr->ram, MMU_RAM);
191 static u32 omap2_cr_to_virt(struct cr_regs *cr) argument
193 u32 page_size = cr->cam & MMU_CAM_PGSZ_MASK;
194 u32 mask = get_cam_va_mask(cr->cam & page_size);
196 return cr
201 struct cr_regs *cr; local
219 omap2_cr_valid(struct cr_regs *cr) argument
236 omap2_dump_cr(struct iommu *obj, struct cr_regs *cr, char *buf) argument
311 omap2_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dcollate.c36 BOOL ntfs_is_collation_rule_supported(COLLATION_RULES cr) argument
45 if (cr != COLLATION_BINARY && cr != COLLATION_NTOFS_ULONG &&
46 cr != COLLATION_FILE_NAME)
48 i = le32_to_cpu(cr);
172 * @cr: collation rule to use when comparing the items
178 * Collate the two data items @data1 and @data2 using the collation rule @cr
182 * For speed we use the collation rule @cr as an index into two tables of
187 int ntfs_collate(ntfs_volume *vol, COLLATION_RULES cr, argument
203 if (cr !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsystem.h69 unsigned long cr; \
72 "=r" (cr) \
74 cr; \
77 #define mtctl(gr, cr) \
80 : "r" (gr), "i" (cr) : "memory")
91 unsigned long cr; \
94 "=r" (cr) \
96 cr; \
99 #define mtsp(gr, cr) \
102 : "r" (gr), "i" (cr)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsystem.h341 #define __ctl_set_bit(cr, bit) ({ \
343 __ctl_store(__dummy, cr, cr); \
345 __ctl_load(__dummy, cr, cr); \
348 #define __ctl_clear_bit(cr, bit) ({ \
350 __ctl_store(__dummy, cr, cr); \
352 __ctl_load(__dummy, cr, cr); \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-nomadik/
H A Dtimer.c67 u32 cr; local
75 cr = readl(mtu_base + MTU_CR(1));
77 writel(cr | MTU_CRn_ENA, mtu_base + MTU_CR(1));
85 cr = readl(mtu_base + MTU_CR(1));
86 cr &= ~MTU_CRn_ENA;
87 writel(cr, mtu_base + MTU_CR(1));
134 u32 cr = MTU_CRn_32BITS; local
152 cr |= MTU_CRn_PRESCALE_16;
154 cr |= MTU_CRn_PRESCALE_1;
159 writel(cr, mtu_bas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dbt455.h36 static inline void bt455_read_cmap_entry(struct bt455_regs *regs, int cr, argument
39 bt455_select_reg(regs, cr);
48 static inline void bt455_write_cmap_entry(struct bt455_regs *regs, int cr, argument
51 bt455_select_reg(regs, cr);
60 static inline void bt455_write_ovly_entry(struct bt455_regs *regs, int cr, argument
63 bt455_select_reg(regs, cr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq_txx9.c23 u32 cr[2]; member in struct:txx9_irc_reg
44 #define TXx9_IRCR_EDGE(cr) ((cr) & 0x00000002)
114 u32 cr; local
129 crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8];
130 cr = __raw_readl(crp);
132 cr &= ~(0x3 << ofs);
133 cr |= (mode & 0x3) << ofs;
134 __raw_writel(cr, crp);
166 __raw_writel(0, &txx9_ircptr->cr[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am74 lib/libcroco/cr-additional-sel.c \
75 lib/libcroco/cr-additional-sel.h \
76 lib/libcroco/cr-attr-sel.c \
77 lib/libcroco/cr-attr-sel.h \
78 lib/libcroco/cr-cascade.c \
79 lib/libcroco/cr-cascade.h \
80 lib/libcroco/cr-declaration.c \
81 lib/libcroco/cr-declaration.h \
82 lib/libcroco/cr-doc-handler.c \
83 lib/libcroco/cr
[all...]
H A DMakefile.in196 lib/libcroco/cr-additional-sel.c \
197 lib/libcroco/cr-additional-sel.h \
198 lib/libcroco/cr-attr-sel.c \
199 lib/libcroco/cr-attr-sel.h \
200 lib/libcroco/cr-cascade.c \
201 lib/libcroco/cr-cascade.h \
202 lib/libcroco/cr-declaration.c \
203 lib/libcroco/cr-declaration.h \
204 lib/libcroco/cr-doc-handler.c \
205 lib/libcroco/cr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dutils.c38 unsigned char *cr, unsigned char *src,
88 cr[0] = ((FIX(0.50000) * r1 - FIX(0.41869) * g1 -
92 cr++;
111 unsigned char *cb, *cr; local
131 cr = cr_tab;
136 err_if(fwrite(cr, 1, w2, f) != w2);
138 cr += w2;
147 err_if(fwrite(cr, 1, w2, f) != w2);
148 cr += w2;
37 rgb24_to_yuv420p(unsigned char *lum, unsigned char *cb, unsigned char *cr, unsigned char *src, int width, int height) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-iop3xx.c73 u32 cr = IOP3XX_ICR_GCD | IOP3XX_ICR_SCLEN | IOP3XX_ICR_UE; local
93 cr |= IOP3XX_ICR_ALD_IE | IOP3XX_ICR_BERR_IE |
96 __raw_writel(cr, iop3xx_adap->ioaddr + CR_OFFSET);
102 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); local
104 cr &= ~(IOP3XX_ICR_MSTART | IOP3XX_ICR_TBYTE |
107 __raw_writel(cr, iop3xx_adap->ioaddr + CR_OFFSET);
238 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); local
251 cr &= ~(IOP3XX_ICR_MSTOP | IOP3XX_ICR_NACK);
252 cr |= IOP3XX_ICR_MSTART | IOP3XX_ICR_TBYTE;
254 __raw_writel(cr, iop3xx_ada
264 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); local
286 unsigned long cr = __raw_readl(iop3xx_adap->ioaddr + CR_OFFSET); local
403 unsigned long cr = __raw_readl(adapter_data->ioaddr + CR_OFFSET); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/native/
H A Dinst.h52 mov reg = cr.ifa
55 mov reg = cr.itir
58 mov reg = cr.isr
61 mov reg = cr.iha
64 (pred) mov reg = cr.ipsr
67 mov reg = cr.iim
70 mov reg = cr.iip
73 mov reg = cr.ivr \
86 mov cr.ifa = reg \
90 (pred) mov cr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dcache-feroceon-l2.c236 u32 cr; local
238 cr = get_cr();
239 if (cr & CR_C) {
244 set_cr(cr & ~CR_C);
253 u32 cr; local
255 cr = get_cr();
256 set_cr(cr | CR_C);
266 u32 cr; local
268 cr = get_cr();
269 if (cr
279 u32 cr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcolorspace.h37 cr = (cr1) - 128;\
38 r_add = FIX(1.40200*255.0/224.0) * cr + ONE_HALF;\
39 g_add = - FIX(0.34414*255.0/224.0) * cb - FIX(0.71414*255.0/224.0) * cr + \
55 cr = (cr1) - 128;\
56 r_add = FIX(1.40200) * cr + ONE_HALF;\
57 g_add = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dcolorspace.h37 cr = (cr1) - 128;\
38 r_add = FIX(1.40200*255.0/224.0) * cr + ONE_HALF;\
39 g_add = - FIX(0.34414*255.0/224.0) * cb - FIX(0.71414*255.0/224.0) * cr + \
55 cr = (cr1) - 128;\
56 r_add = FIX(1.40200) * cr + ONE_HALF;\
57 g_add = - FIX(0.34414) * cb - FIX(0.71414) * cr + ONE_HALF;\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dmem_tx4927.c72 for (i = 0; i < ARRAY_SIZE(tx4927_sdramcptr->cr); i++)
73 total += tx4927_process_sdccr(&tx4927_sdramcptr->cr[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Diommu.h86 void (*tlb_read_cr)(struct iommu *obj, struct cr_regs *cr);
87 void (*tlb_load_cr)(struct iommu *obj, struct cr_regs *cr);
90 int (*cr_valid)(struct cr_regs *cr);
91 u32 (*cr_to_virt)(struct cr_regs *cr);
92 void (*cr_to_e)(struct cr_regs *cr, struct iotlb_entry *e);
93 ssize_t (*dump_cr)(struct iommu *obj, struct cr_regs *cr, char *buf);
143 extern void iotlb_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e);
144 extern u32 iotlb_cr_to_virt(struct cr_regs *cr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile255 libcroco/libcroco_rpl_la-cr-additional-sel.lo \
256 libcroco/libcroco_rpl_la-cr-attr-sel.lo \
257 libcroco/libcroco_rpl_la-cr-cascade.lo \
258 libcroco/libcroco_rpl_la-cr-declaration.lo \
259 libcroco/libcroco_rpl_la-cr-doc-handler.lo \
260 libcroco/libcroco_rpl_la-cr-enc-handler.lo \
261 libcroco/libcroco_rpl_la-cr-fonts.lo \
262 libcroco/libcroco_rpl_la-cr-input.lo \
263 libcroco/libcroco_rpl_la-cr-num.lo \
264 libcroco/libcroco_rpl_la-cr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diommu.c28 #define for_each_iotlb_cr(obj, n, __i, cr) \
30 (__i < (n)) && (cr = __iotlb_read_cr((obj), __i), true); \
130 void iotlb_cr_to_e(struct cr_regs *cr, struct iotlb_entry *e) argument
132 BUG_ON(!cr || !e);
134 arch_iommu->cr_to_e(cr, e);
138 static inline int iotlb_cr_valid(struct cr_regs *cr) argument
140 if (!cr)
143 return arch_iommu->cr_valid(cr);
155 u32 iotlb_cr_to_virt(struct cr_regs *cr) argument
157 return arch_iommu->cr_to_virt(cr);
192 iotlb_read_cr(struct iommu *obj, struct cr_regs *cr) argument
197 iotlb_load_cr(struct iommu *obj, struct cr_regs *cr) argument
211 iotlb_dump_cr(struct iommu *obj, struct cr_regs *cr, char *buf) argument
222 struct cr_regs cr; local
242 struct cr_regs *cr; local
306 struct cr_regs cr; local
437 struct cr_regs *cr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dapbuart.c44 unsigned int cr; local
46 cr = UART_GET_CTRL(port);
47 cr &= ~UART_CTRL_TI;
48 UART_PUT_CTRL(port, cr);
53 unsigned int cr; local
55 cr = UART_GET_CTRL(port);
56 cr |= UART_CTRL_TI;
57 UART_PUT_CTRL(port, cr);
65 unsigned int cr; local
67 cr
207 unsigned int cr; local
225 unsigned int cr; local
240 unsigned int cr; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dcsr1212.c551 struct csr1212_cache_region *cr, *ocr; local
558 cr = c->filled_head;
559 while (cr) {
560 ocr = cr;
561 cr = cr->next;
1078 struct csr1212_cache_region *cr; local
1113 cr = CSR1212_MALLOC(sizeof(*cr));
1114 if (!cr)
1263 struct csr1212_cache_region *cr, *ncr, *newcr = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dugecon.c48 u32 csr, data, cr; local
57 cr = EXI_CR_TLEN(2) | EXI_CR_READ_WRITE | EXI_CR_TSTART;
58 out_be32(cr_reg, cr);

Completed in 175 milliseconds

1234567891011>>