/Linux-v5.4/Documentation/s390/ |
D | config3270.sh | 22 SCR=$ROOT/tmp/mkdev3270 23 SCRTMP=$SCR.a 37 echo "#!/bin/sh" > $SCR || exit 1 38 echo " " >> $SCR 39 echo "# Script built by /sbin/config3270" >> $SCR 41 echo rm -rf "$D/$SUBD/*" >> $SCR 46 echo mkdir -p $D/$SUBD >> $SCR 56 echo mknod $D/$TUB c $fsmaj 0 >> $SCR 57 echo chmod 666 $D/$TUB >> $SCR 61 echo mknod $D/$TUB$devno c $fsmaj $min >> $SCR [all …]
|
/Linux-v5.4/drivers/net/wan/ |
D | hdlc_ppp.c | 86 enum {INV = 0x10, IRC = 0x20, ZRC = 0x40, SCR = 0x80, SCA = 0x100, enumerator 281 {IRC|SCR|3, INV , INV , INV , INV , INV , INV }, /* START */ 283 { INV , INV ,STR|2, SCR|3 ,SCR|3, SCR|5 , INV }, /* TO+ */ 285 { STA|0 ,IRC|SCR|SCA|5, 2 , SCA|5 ,SCA|6, SCA|5 ,SCR|SCA|5}, /* RCR+ */ 286 { STA|0 ,IRC|SCR|SCN|3, 2 , SCN|3 ,SCN|4, SCN|3 ,SCR|SCN|3}, /* RCR- */ 287 { STA|0 , STA|1 , 2 , IRC|4 ,SCR|3, 6 , SCR|3 }, /* RCA */ 288 { STA|0 , STA|1 , 2 ,IRC|SCR|3,SCR|3,IRC|SCR|5, SCR|3 }, /* RCN */ 290 { 0 , 1 , 1 , 3 , 3 , 5 , SCR|3 }, /* RTA */ 320 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event() 329 if (action & SCR) /* send Configure-Request */ in ppp_cp_event()
|
/Linux-v5.4/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 101 #define SCR(iobase) (iobase+7) macro 362 outb(0x5a, SCR(iobase)); in ser12_check_uart() 363 b1 = inb(SCR(iobase)); in ser12_check_uart() 364 outb(0xa5, SCR(iobase)); in ser12_check_uart() 365 b2 = inb(SCR(iobase)); in ser12_check_uart()
|
D | baycom_ser_hdx.c | 87 #define SCR(iobase) (iobase+7) macro 444 outb(0x5a, SCR(iobase)); in ser12_check_uart() 445 b1 = inb(SCR(iobase)); in ser12_check_uart() 446 outb(0xa5, SCR(iobase)); in ser12_check_uart() 447 b2 = inb(SCR(iobase)); in ser12_check_uart()
|
D | yam.c | 158 #define SCR(iobase) (iobase+7) macro 515 outb(0x5a, SCR(iobase)); in yam_check_uart() 516 b1 = inb(SCR(iobase)); in yam_check_uart() 517 outb(0xa5, SCR(iobase)); in yam_check_uart() 518 b2 = inb(SCR(iobase)); in yam_check_uart()
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | pixfmt-meta-uvc.rst | 33 SCR field or with that field identical to the previous header), or generally to 58 - The rest of the header, possibly including UVC PTS and SCR fields
|
/Linux-v5.4/arch/m68k/68000/ |
D | m68VZ328.c | 66 SCR = 0x10; /* allow user access to internal registers */ in init_hardware()
|
/Linux-v5.4/drivers/clk/meson/ |
D | gxbb.h | 17 #define SCR 0x2C /* 0x0b offset in data sheet */ macro
|
/Linux-v5.4/Documentation/driver-api/mmc/ |
D | mmc-tools.rst | 37 - Print and parse SCR data.
|
/Linux-v5.4/drivers/tty/ |
D | synclink_gt.c | 401 #define SCR 0x8c /* serial control */ macro 427 wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) | (mask))) 429 wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) & ~(mask))) 2757 unsigned short val = rd_reg16(info, SCR); in wait_mgsl_event() 2759 wr_reg16(info, SCR, (unsigned short)(val | IRQ_RXIDLE)); in wait_mgsl_event() 2822 wr_reg16(info, SCR, in wait_mgsl_event() 2823 (unsigned short)(rd_reg16(info, SCR) & ~IRQ_RXIDLE)); in wait_mgsl_event() 3895 wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT2)); in enable_loopback() 3977 wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) & ~BIT14)); in rx_start() 3985 wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT14)); in rx_start() [all …]
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | MC68EZ328.h | 35 #define SCR BYTE_REF(SCR_ADDR) macro
|
D | MC68VZ328.h | 37 #define SCR BYTE_REF(SCR_ADDR) macro
|
D | MC68328.h | 34 #define SCR BYTE_REF(SCR_ADDR) macro
|
/Linux-v5.4/drivers/video/fbdev/ |
D | imsttfb.c | 85 SCR = 35, /* 0x8C */ enumerator 739 write_reg_le32(par->dc_regs, SCR, scr); in set_imstt_regvals()
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 887 } SCR; typedef 1062 SCR scr; /* Payload for SCR/ACC */
|
D | lpfc_els.c | 3063 cmdsize = (sizeof(uint32_t) + sizeof(SCR)); in lpfc_issue_els_scr() 3094 memset(pcmd, 0, sizeof(SCR)); in lpfc_issue_els_scr() 3095 ((SCR *) pcmd)->Function = SCR_FUNC_FULL; in lpfc_issue_els_scr()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 2173 1=set initial SCR value when starting encoding (works). 2599 SCR bits 0:31 by display order 2604 SCR bit 32 by display order
|
/Linux-v5.4/Documentation/driver-api/ |
D | libata.rst | 961 with the standard SCR Control register. As such, it's usually easier
|