/linux-4.4.14/arch/powerpc/xmon/ |
D | spu-insns.h | 143 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */ 144 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */ 145 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (wit… 146 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */ 147 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */ 148 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */ 149 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */ 150 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data */ 151 APUOP(M_RCHCNT, RR, 0x00f, "rchcnt", _A2(A_T,A_H), 00002, SPR) /* ReaDCHanCouNT RT<-CA:count */ 160 APUOP(M_MTSPR, RR, 0x10c, "mtspr", _A2(A_S,A_T), 00001, SPR) /* MTSPR SA<-RT */ [all …]
|
D | spu.h | 31 RR, enumerator
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 132 RR F1,A,B,C,D,E,0 133 RR F1,D,E,A,B,C,2 134 RR F1,B,C,D,E,A,4 135 RR F1,E,A,B,C,D,6 136 RR F1,C,D,E,A,B,8 138 RR F1,A,B,C,D,E,10 139 RR F1,D,E,A,B,C,12 140 RR F1,B,C,D,E,A,14 141 RR F1,E,A,B,C,D,16 142 RR F1,C,D,E,A,B,18 [all …]
|
D | des3_ede-asm_64.S | 457 initial_permutation3(RL, RR); 463 round3(0, RR, RL, load_next_key, __movq); 464 round3(1, RL, RR, load_next_key, __movq); 465 round3(2, RR, RL, load_next_key, __movq); 466 round3(3, RL, RR, load_next_key, __movq); 467 round3(4, RR, RL, load_next_key, __movq); 468 round3(5, RL, RR, load_next_key, __movq); 469 round3(6, RR, RL, load_next_key, __movq); 470 round3(7, RL, RR, load_next_key, __movq); 471 round3(8, RR, RL, load_next_key, __movq); [all …]
|
D | cast5-avx-x86_64-asm_64.S | 251 round(RL, RR, 0, 1); 252 round(RR, RL, 1, 2); 253 round(RL, RR, 2, 3); 254 round(RR, RL, 3, 1); 255 round(RL, RR, 4, 2); 256 round(RR, RL, 5, 3); 257 round(RL, RR, 6, 1); 258 round(RR, RL, 7, 2); 259 round(RL, RR, 8, 3); 260 round(RR, RL, 9, 1); [all …]
|
D | sha1_avx2_x86_64_asm.S | 353 .macro RR r macro 495 RR j 511 RR j 525 RR j 549 RR j+80 561 RR j+80 574 RR j+80 592 RR j+80
|
D | twofish-avx-x86_64-asm_64.S | 74 #define RR %xmm15 macro 181 vpslld $1, x, RR; \ 183 vpor x, RR, x;
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 285 #define RR(reg) \ macro 406 RR(CONFIG); in dispc_restore_context() 407 RR(LINE_NUMBER); in dispc_restore_context() 410 RR(GLOBAL_ALPHA); in dispc_restore_context() 412 RR(CONFIG2); in dispc_restore_context() 414 RR(CONFIG3); in dispc_restore_context() 417 RR(DEFAULT_COLOR(i)); in dispc_restore_context() 418 RR(TRANS_COLOR(i)); in dispc_restore_context() 419 RR(SIZE_MGR(i)); in dispc_restore_context() 422 RR(TIMING_H(i)); in dispc_restore_context() [all …]
|
D | dss.c | 135 #define RR(reg) \ macro 162 RR(CONTROL); in dss_restore_context() 166 RR(SDI_CONTROL); in dss_restore_context() 167 RR(PLL_CONTROL); in dss_restore_context() 174 #undef RR
|
/linux-4.4.14/sound/pci/hda/ |
D | patch_hdmi.c | 210 RR = (1 << 7), /* Rear Right */ enumerator 229 [3] = RL | RR, 299 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 301 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 303 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 305 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 307 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 309 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 316 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 317 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, [all …]
|
/linux-4.4.14/net/irda/ |
D | Kconfig | 63 Say Y here is you want IrLAP to send fast RR (Receive Ready) frames 69 Fast RR will make IrLAP send out a RR frame immediately when 75 start backing-off before sending another RR frame, waiting longer
|
D | irlap_frame.c | 596 frame->control = RR | PF_BIT | (self->vr << 5); in irlap_send_rr_frame() 1350 case RR: in irlap_driver_rcv()
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | nsimosci_hs_idu.dts | 50 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3 66 RR distribute to all cpus */
|
D | nsim_hs_idu.dts | 45 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
|
D | vdk_axc003_idu.dtsi | 40 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
|
D | axc003_idu.dtsi | 39 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | isdnl2.h | 10 #define RR 0x01 macro
|
D | isdnl2.c | 907 enquiry_cr(st, RR, RSP, 1); in enquiry_response() 917 enquiry_cr(st, RR, CMD, 1); in transmit_enquiry() 969 int PollFlag, rsp, typ = RR; in l2_st7_got_super() 1009 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1016 if (typ != RR) FsmDelTimer(&st->l2.t203, 9); in l2_st7_got_super() 1019 if (!skb_queue_empty(&st->l2.i_queue) && (typ == RR)) in l2_st7_got_super() 1128 enquiry_cr(st, RR, RSP, 0); in l2_got_iframe() 1506 enquiry_cr(st, RR, RSP, 0); in l2_clear_own_busy()
|
/linux-4.4.14/drivers/block/paride/ |
D | epat.c | 201 #define RR(r) (epat_read_regr(pi,2,r)) macro 257 cc = RR(0xd); in epat_test_proto() 298 ver = RR(0xb); in epat_log_adapter()
|
D | epia.c | 105 #define RR(r) (epia_read_regr(pi,0,r)) macro 248 if (RR(2) != (k^0xaa)) e[j]++; in epia_test_proto()
|
D | bpck.c | 106 #define RR(r) (bpck_read_regr(pi,2,r)) macro 378 f = RR(0); in bpck_read_eeprom()
|
/linux-4.4.14/fs/isofs/ |
D | rock.h | 103 struct RR_RR_s RR; member
|
D | rock.c | 240 if ((rr->u.RR.flags[0] & RR_NM) == 0) in get_rock_ridge_filename() 357 if ((rr->u.RR.flags[0] & in parse_rock_ridge_inode_internal() 751 if ((rr->u.RR.flags[0] & RR_SL) == 0) in rock_ridge_symlink_readpage()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 68 have {FL/FR/RL/RR} channel map, _PAIRED type would allow you to swap 69 only {RL/RR/FL/FR} while _VAR type would allow even swapping FL and 70 RR.
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.h | 105 #define RR 0x01 macro
|
D | layer2.c | 466 return data[0] == RR; in IsRR() 1138 enquiry_cr(l2, RR, RSP, 1); in enquiry_response() 1148 enquiry_cr(l2, RR, CMD, 1); in transmit_enquiry() 1197 int PollFlag, rsp, typ = RR; in l2_st7_got_super() 1236 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1243 if (typ != RR) in l2_st7_got_super() 1247 if (skb_queue_len(&l2->i_queue) && (typ == RR)) in l2_st7_got_super() 1350 enquiry_cr(l2, RR, RSP, 0); in l2_got_iframe() 1745 enquiry_cr(l2, RR, RSP, 0); in l2_clear_own_busy()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,archs-idu-intc.txt | 35 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
|
/linux-4.4.14/include/net/irda/ |
D | irlap_frame.h | 61 #define RR 0x01 /* Receive Ready */ macro
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cros-ec-keyb.txt | 28 * RR=Row CC=Column KKKK=Key Code
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 745 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement 768 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 293 #define RR 0x01 macro 493 case RR: in gsm_print_packet()
|
/linux-4.4.14/Documentation/ |
D | svga.txt | 135 form where RR is a number of rows and CC is a number of columns.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-deadline.txt | 484 SCHED_{OTHER,FIFO,RR,DEADLINE} scheduling policies and their related
|
/linux-4.4.14/ |
D | CREDITS | 2814 S: RR #5, 497 Pole Line Road
|