/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 284 #define RR(reg) \ macro 405 RR(CONFIG); in dispc_restore_context() 406 RR(LINE_NUMBER); in dispc_restore_context() 409 RR(GLOBAL_ALPHA); in dispc_restore_context() 411 RR(CONFIG2); in dispc_restore_context() 413 RR(CONFIG3); in dispc_restore_context() 416 RR(DEFAULT_COLOR(i)); in dispc_restore_context() 417 RR(TRANS_COLOR(i)); in dispc_restore_context() 418 RR(SIZE_MGR(i)); in dispc_restore_context() 421 RR(TIMING_H(i)); in dispc_restore_context() [all …]
|
D | dss.c | 125 #define RR(reg) \ macro 152 RR(CONTROL); in dss_restore_context() 156 RR(SDI_CONTROL); in dss_restore_context() 157 RR(PLL_CONTROL); in dss_restore_context() 164 #undef RR
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 415 #define RR(dispc, reg) \ macro 536 RR(dispc, CONFIG); in dispc_restore_context() 537 RR(dispc, LINE_NUMBER); in dispc_restore_context() 540 RR(dispc, GLOBAL_ALPHA); in dispc_restore_context() 542 RR(dispc, CONFIG2); in dispc_restore_context() 544 RR(dispc, CONFIG3); in dispc_restore_context() 547 RR(dispc, DEFAULT_COLOR(i)); in dispc_restore_context() 548 RR(dispc, TRANS_COLOR(i)); in dispc_restore_context() 549 RR(dispc, SIZE_MGR(i)); in dispc_restore_context() 552 RR(dispc, TIMING_H(i)); in dispc_restore_context() [all …]
|
D | dss.c | 107 #define RR(dss, reg) \ macro 133 RR(dss, CONTROL); in dss_restore_context() 136 RR(dss, SDI_CONTROL); in dss_restore_context() 137 RR(dss, PLL_CONTROL); in dss_restore_context() 144 #undef RR
|
/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 377 f = RR(0); in bpck_read_eeprom()
|
/drivers/isdn/mISDN/ |
D | layer2.h | 96 #define RR 0x01 macro
|
D | layer2.c | 457 return data[0] == RR; in IsRR() 1128 enquiry_cr(l2, RR, RSP, 1); in enquiry_response() 1138 enquiry_cr(l2, RR, CMD, 1); in transmit_enquiry() 1187 int PollFlag, rsp, typ = RR; in l2_st7_got_super() 1226 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1233 if (typ != RR) in l2_st7_got_super() 1237 if (skb_queue_len(&l2->i_queue) && (typ == RR)) in l2_st7_got_super() 1340 enquiry_cr(l2, RR, RSP, 0); in l2_got_iframe() 1734 enquiry_cr(l2, RR, RSP, 0); in l2_clear_own_busy()
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | hw_shared.h | 346 uint32_t RR:1; member
|
/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_afmt.c | 98 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
|
/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 1150 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 1119 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
|
/drivers/tty/ |
D | n_gsm.c | 294 #define RR 0x01 macro 600 case RR: in gsm_print_packet()
|