Home
last modified time | relevance | path

Searched refs:or (Results 1 – 25 of 2494) sorted by relevance

12345678910>>...100

/linux-3.4.99/arch/powerpc/lib/
Dfeature-fixups-test.S22 or 1,1,1
23 or 2,2,2 /* fixup will nop out this instruction */
24 or 3,3,3
29 or 1,1,1
30 or 2,2,2
31 or 3,3,3
34 or 1,1,1
36 or 3,3,3
39 or 1,1,1
40 or 2,2,2 /* fixup will replace this with ftr_fixup_test2_alt */
[all …]
/linux-3.4.99/drivers/scsi/osd/
Dosd_initiator.c72 static const char *_osd_ver_desc(struct osd_request *or) in _osd_ver_desc() argument
74 return osd_req_is_ver1(or) ? "OSD1" : "OSD2"; in _osd_ver_desc()
82 struct osd_request *or; in _osd_get_print_system_info() local
101 or = osd_start_request(od, GFP_KERNEL); in _osd_get_print_system_info()
102 if (!or) in _osd_get_print_system_info()
106 osd_req_get_attributes(or, &osd_root_object); in _osd_get_print_system_info()
107 osd_req_add_get_attr_list(or, get_attrs, ARRAY_SIZE(get_attrs)); in _osd_get_print_system_info()
109 ret = osd_finalize_request(or, 0, caps, NULL); in _osd_get_print_system_info()
113 ret = osd_execute_request(or); in _osd_get_print_system_info()
115 OSD_ERR("Failed to detect %s => %d\n", _osd_ver_desc(or), ret); in _osd_get_print_system_info()
[all …]
/linux-3.4.99/include/scsi/
Dosd_initiator.h126 typedef void (osd_req_done_fn)(struct osd_request *or, void *private);
164 static inline bool osd_req_is_ver1(struct osd_request *or) in osd_req_is_ver1() argument
166 return osd_dev_is_ver1(or->osd_dev); in osd_req_is_ver1()
235 int osd_finalize_request(struct osd_request *or,
245 int osd_execute_request(struct osd_request *or);
258 int osd_execute_request_async(struct osd_request *or,
321 int osd_req_decode_sense_full(struct osd_request *or,
326 static inline int osd_req_decode_sense(struct osd_request *or, in osd_req_decode_sense() argument
329 return osd_req_decode_sense_full(or, osi, false, NULL, 0, NULL, 0); in osd_req_decode_sense()
339 void osd_end_request(struct osd_request *or);
[all …]
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv50_dac.c51 NV_DEBUG_KMS(dev, "Disconnecting DAC %d\n", nv_encoder->or); in nv50_dac_disconnect()
58 BEGIN_RING(evo, 0, NV50_EVO_DAC(nv_encoder->or, MODE_CTRL), 1); in nv50_dac_disconnect()
74 int or = nv_encoder->or; in nv50_dac_detect() local
76 nv_wr32(dev, NV50_PDISPLAY_DAC_CLK_CTRL1(or), 0x00000001); in nv50_dac_detect()
77 dpms_state = nv_rd32(dev, NV50_PDISPLAY_DAC_DPMS_CTRL(or)); in nv50_dac_detect()
79 nv_wr32(dev, NV50_PDISPLAY_DAC_DPMS_CTRL(or), in nv50_dac_detect()
81 if (!nv_wait(dev, NV50_PDISPLAY_DAC_DPMS_CTRL(or), in nv50_dac_detect()
83 NV_ERROR(dev, "timeout: DAC_DPMS_CTRL_PENDING(%d) == 0\n", or); in nv50_dac_detect()
84 NV_ERROR(dev, "DAC_DPMS_CTRL(%d) = 0x%08x\n", or, in nv50_dac_detect()
85 nv_rd32(dev, NV50_PDISPLAY_DAC_DPMS_CTRL(or))); in nv50_dac_detect()
[all …]
Dnv50_sor.c53 u32 or = ffs(dcb->or) - 1, link = !(dcb->sorconf.link & 1); in nv50_sor_dp_train_set() local
54 nv_mask(dev, NV50_SOR_DP_CTRL(or, link), 0x0f000000, pattern << 24); in nv50_sor_dp_train_set()
61 u32 or = ffs(dcb->or) - 1, link = !(dcb->sorconf.link & 1); in nv50_sor_dp_train_adj() local
79 nv_mask(dev, NV50_SOR_DP_UNK118(or, link), mask, config[2] << shift); in nv50_sor_dp_train_adj()
80 nv_mask(dev, NV50_SOR_DP_UNK120(or, link), mask, config[3] << shift); in nv50_sor_dp_train_adj()
81 nv_mask(dev, NV50_SOR_DP_UNK130(or, link), 0x0000ff00, config[4] << 8); in nv50_sor_dp_train_adj()
88 u32 or = ffs(dcb->or) - 1, link = !(dcb->sorconf.link & 1); in nv50_sor_dp_link_set() local
89 u32 dpctrl = nv_rd32(dev, NV50_SOR_DP_CTRL(or, link)) & ~0x001f4000; in nv50_sor_dp_link_set()
90 u32 clksor = nv_rd32(dev, 0x614300 + (or * 0x800)) & ~0x000c0000; in nv50_sor_dp_link_set()
115 nv_wr32(dev, 0x614300 + (or * 0x800), clksor); in nv50_sor_dp_link_set()
[all …]
Dnouveau_backlight.c102 int or = nv_encoder->or; in nv50_get_intensity() local
106 val = nv_rd32(dev, NV50_PDISP_SOR_PWM_CTL(or)); in nv50_get_intensity()
116 int or = nv_encoder->or; in nv50_set_intensity() local
120 nv_wr32(dev, NV50_PDISP_SOR_PWM_CTL(or), in nv50_set_intensity()
136 int or = nv_encoder->or; in nva3_get_intensity() local
139 div = nv_rd32(dev, NV50_PDISP_SOR_PWM_DIV(or)); in nva3_get_intensity()
140 val = nv_rd32(dev, NV50_PDISP_SOR_PWM_CTL(or)); in nva3_get_intensity()
153 int or = nv_encoder->or; in nva3_set_intensity() local
156 div = nv_rd32(dev, NV50_PDISP_SOR_PWM_DIV(or)); in nva3_set_intensity()
159 nv_wr32(dev, NV50_PDISP_SOR_PWM_CTL(or), val | in nva3_set_intensity()
[all …]
/linux-3.4.99/arch/sh/kernel/vsyscall/
Dvsyscall-sigreturn.S11 or r0, r0
12 or r0, r0
13 or r0, r0
14 or r0, r0
15 or r0, r0
28 or r0, r0
29 or r0, r0
30 or r0, r0
31 or r0, r0
32 or r0, r0
/linux-3.4.99/arch/frv/kernel/
Dhead.S69 or gr4,gr5,gr5
106 # we need to relocate the SDRAM to 0x00000000 (linux) or 0xC0000000 (uClinux)
347 or gr4,gr5,gr5
369 or gr4,gr6,gr4
376 or gr4,gr5,gr5
409 or.p gr0,gr0,gr18
410 or gr0,gr0,gr19
455 or gr0,gr0,fp
456 or gr28,gr0,sp
466 or gr22,gr4,gr22
[all …]
/linux-3.4.99/arch/microblaze/lib/
Dfastcopy.S121 or r9, r11, r9 /* t1 = h | t1 */
126 or r9, r11, r9 /* t1 = h | t1 */
131 or r9, r11, r9 /* t1 = h | t1 */
136 or r9, r11, r9 /* t1 = h | t1 */
141 or r9, r11, r9 /* t1 = h | t1 */
146 or r9, r11, r9 /* t1 = h | t1 */
151 or r9, r11, r9 /* t1 = h | t1 */
156 or r9, r11, r9 /* t1 = h | t1 */
170 or r9, r11, r9 /* t1 = h | t1 */
175 or r9, r11, r9 /* t1 = h | t1 */
[all …]
/linux-3.4.99/drivers/block/
Dosdblk.c146 static int osd_sync_op(struct osd_request *or, int timeout, uint8_t *credential) in osd_sync_op() argument
150 or->timeout = timeout; in osd_sync_op()
151 ret = osd_finalize_request(or, 0, credential, NULL); in osd_sync_op()
155 ret = osd_execute_request(or); in osd_sync_op()
164 static int osd_async_op(struct osd_request *or, osd_req_done_fn *async_done, in osd_async_op() argument
169 ret = osd_finalize_request(or, 0, cred, NULL); in osd_async_op()
173 ret = osd_execute_request_async(or, async_done, caller_context); in osd_async_op()
179 static int extract_attr_from_req(struct osd_request *or, struct osd_attr *attr) in extract_attr_from_req() argument
187 osd_req_decode_get_attr_list(or, &cur_attr, &nelem, &iter); in extract_attr_from_req()
201 struct osd_request *or; in osdblk_get_obj_size() local
[all …]
/linux-3.4.99/fs/exofs/
Dore.c321 if (per_dev->or) in ore_put_io_state()
322 osd_end_request(per_dev->or); in ore_put_io_state()
348 static void _done_io(struct osd_request *or, void *p) in _done_io() argument
367 struct osd_request *or = ios->per_dev[i].or; in ore_io_execute() local
368 if (unlikely(!or)) in ore_io_execute()
371 ret = osd_finalize_request(or, 0, _ios_cred(ios, i), NULL); in ore_io_execute()
382 struct osd_request *or = ios->per_dev[i].or; in ore_io_execute() local
383 if (unlikely(!or)) in ore_io_execute()
387 osd_execute_request_async(or, _done_io, ios); in ore_io_execute()
424 struct osd_request *or = per_dev->or; in ore_check_io() local
[all …]
/linux-3.4.99/Documentation/scsi/
DLICENSE.qla2xxx36 this service if you wish), that you receive source code or can get it
37 if you want it, that you can change the software or use pieces of it
41 anyone to deny you these rights or to ask you to surrender the rights.
43 distribute copies of the software, or if you modify it.
46 gratis or for a fee, you must give the recipients all the rights that
47 you have. You must make sure that they, too, receive or can get the
53 distribute and/or modify the software.
66 patent must be licensed for everyone's free use or not licensed at all.
74 0. This License applies to any program or other work which contains
77 refers to any such program or work, and a "work based on the Program"
[all …]
DLICENSE.qla4xxx35 this service if you wish), that you receive source code or can get it
36 if you want it, that you can change the software or use pieces of it
40 anyone to deny you these rights or to ask you to surrender the rights.
42 distribute copies of the software, or if you modify it.
45 gratis or for a fee, you must give the recipients all the rights that
46 you have. You must make sure that they, too, receive or can get the
52 distribute and/or modify the software.
65 patent must be licensed for everyone's free use or not licensed at all.
73 0. This License applies to any program or other work which contains
76 refers to any such program or work, and a "work based on the Program"
[all …]
/linux-3.4.99/Documentation/networking/
DLICENSE.qlcnic34 this service if you wish), that you receive source code or can get it
35 if you want it, that you can change the software or use pieces of it
39 anyone to deny you these rights or to ask you to surrender the rights.
41 distribute copies of the software, or if you modify it.
44 gratis or for a fee, you must give the recipients all the rights that
45 you have. You must make sure that they, too, receive or can get the
51 distribute and/or modify the software.
64 patent must be licensed for everyone's free use or not licensed at all.
72 0. This License applies to any program or other work which contains
75 refers to any such program or work, and a "work based on the Program"
[all …]
DLICENSE.qlge34 this service if you wish), that you receive source code or can get it
35 if you want it, that you can change the software or use pieces of it
39 anyone to deny you these rights or to ask you to surrender the rights.
41 distribute copies of the software, or if you modify it.
44 gratis or for a fee, you must give the recipients all the rights that
45 you have. You must make sure that they, too, receive or can get the
51 distribute and/or modify the software.
64 patent must be licensed for everyone's free use or not licensed at all.
72 0. This License applies to any program or other work which contains
75 refers to any such program or work, and a "work based on the Program"
[all …]
/linux-3.4.99/Documentation/
Dprintk-formats.txt3 int %d or %x
4 unsigned int %u or %x
5 long %ld or %lx
6 unsigned long %lu or %lx
7 long long %lld or %llx
8 unsigned long long %llu or %llx
9 size_t %zu or %zx
10 ssize_t %zd or %zx
24 result in the symbol name with ('S') or without ('s') offsets. Where
40 %pK 0x01234567 or 0x0123456789abcdef
[all …]
/linux-3.4.99/
DCOPYING11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
40 this service if you wish), that you receive source code or can get it
41 if you want it, that you can change the software or use pieces of it
45 anyone to deny you these rights or to ask you to surrender the rights.
47 distribute copies of the software, or if you modify it.
50 gratis or for a fee, you must give the recipients all the rights that
51 you have. You must make sure that they, too, receive or can get the
57 distribute and/or modify the software.
70 patent must be licensed for everyone's free use or not licensed at all.
78 0. This License applies to any program or other work which contains
[all …]
/linux-3.4.99/drivers/staging/usbip/userspace/
DCOPYING24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
29 anyone to deny you these rights or to ask you to surrender the rights.
31 distribute copies of the software, or if you modify it.
34 gratis or for a fee, you must give the recipients all the rights that
35 you have. You must make sure that they, too, receive or can get the
41 distribute and/or modify the software.
54 patent must be licensed for everyone's free use or not licensed at all.
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
[all …]
/linux-3.4.99/drivers/staging/rtl8192u/
Dcopying24 this service if you wish), that you receive source code or can get it
25 if you want it, that you can change the software or use pieces of it
29 anyone to deny you these rights or to ask you to surrender the rights.
31 distribute copies of the software, or if you modify it.
34 gratis or for a fee, you must give the recipients all the rights that
35 you have. You must make sure that they, too, receive or can get the
41 distribute and/or modify the software.
54 patent must be licensed for everyone's free use or not licensed at all.
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
[all …]
/linux-3.4.99/drivers/staging/rtl8192e/
Dlicense30 wish), that you receive source code or can get it if you want it, that you
31 can change the software or use pieces of it in new free programs; and that
35 deny you these rights or to ask you to surrender the rights. These
37 copies of the software, or if you modify it.
39 For example, if you distribute copies of such a program, whether gratis or
41 must make sure that they, too, receive or can get the source code. And you
46 and/or modify the software.
59 licensed for everyone's free use or not licensed at all.
66 0. This License applies to any program or other work which contains a notice
69 such program or work, and a "work based on the Program" means either the
[all …]
/linux-3.4.99/arch/sparc/kernel/
Duna_asm_32.S98 or %g1, %g2, %g1
109 or %g3, %g2, %g3
110 or %g7, %g3, %g7
111 or %g1, %g7, %g1
121 or %g1, %g2, %g1
122 or %g7, %g3, %g7
123 or %g1, %g7, %g7
132 or %g1, %g2, %g1
133 or %g7, %g3, %g7
134 or %g1, %g7, %g7
/linux-3.4.99/Documentation/fb/
Dsisfb.txt40 (or GRUB's) documentation for more information. If sisfb is a kernel module,
41 parameters are given with the modprobe (or insmod) command.
54 the parameter format is video=sisfb:mode:none or video=sisfb:mode:1024x768x16
55 (or whatever mode you want to use, alternatively using any other format
56 described above or the vesa keyword instead of mode). If compiled as a module,
57 the parameter format reads mode=none or mode=1024x768x16 (or whatever mode you
76 - XxYxDepth or
77 - XxY-Depth or
78 - XxY-Depth@Rate or
80 - or simply use the VESA mode number in hexadecimal or decimal.
[all …]
/linux-3.4.99/arch/alpha/lib/
Dcsum_ipv6_magic.S43 or $0,$21,$0 # .. e1 : 1st src word complete
50 or $1,$22,$1 # .. e1 : 2nd src word complete
53 or $4,$18,$18 # .. e1 :
55 or $5,$6,$5 # .. e1 :
58 or $2,$23,$2 # .. e1 : 1st dst word complete
60 or $18,$5,$18 # .. e1 : len complete
63 or $3,$24,$3 # .. e1 : 2nd dst word complete
67 or $19,$7,$19 # e0 :
/linux-3.4.99/arch/sparc/mm/
Dultra.S68 or %o3, 0x10, %o3
98 or %o3, 0x10, %o3
123 or %o0, 0x20, %o0 ! Nucleus
222 or %o0, %o1, %o0 /* Preserve nucleus page size fields */
243 or %o0, %o3, %o0 /* Preserve nucleus page size fields */
269 or %o0, %o3, %o0 /* Preserve nucleus page size fields */
402 or %o0, %lo(__flush_tlb_mm), %o0
404 or %o1, %lo(__cheetah_flush_tlb_mm), %o1
409 or %o0, %lo(__flush_tlb_page), %o0
411 or %o1, %lo(__cheetah_flush_tlb_page), %o1
[all …]
/linux-3.4.99/arch/mn10300/mm/
Dcache.inc6 * This program is free software; you can redistribute it and/or
9 * 2 of the Licence, or (at your option) any later version.
30 or EPSW_NMID,epsw
46 or CHCTR_ICINV,d0
56 or CHCTR_ICEN,d0
67 or CHCTR_ICINV,d0
91 or EPSW_NMID,epsw
107 or CHCTR_DCINV,d0
117 or CHCTR_DCEN,d0
128 or CHCTR_DCINV,d0

12345678910>>...100