Home
last modified time | relevance | path

Searched refs:SCR (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/Documentation/s390/
Dconfig3270.sh22 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-4.4.14/drivers/net/wan/
Dhdlc_ppp.c89 enum {INV = 0x10, IRC = 0x20, ZRC = 0x40, SCR = 0x80, SCA = 0x100, enumerator
284 {IRC|SCR|3, INV , INV , INV , INV , INV , INV }, /* START */
286 { INV , INV ,STR|2, SCR|3 ,SCR|3, SCR|5 , INV }, /* TO+ */
288 { STA|0 ,IRC|SCR|SCA|5, 2 , SCA|5 ,SCA|6, SCA|5 ,SCR|SCA|5}, /* RCR+ */
289 { STA|0 ,IRC|SCR|SCN|3, 2 , SCN|3 ,SCN|4, SCN|3 ,SCR|SCN|3}, /* RCR- */
290 { STA|0 , STA|1 , 2 , IRC|4 ,SCR|3, 6 , SCR|3 }, /* RCA */
291 { STA|0 , STA|1 , 2 ,IRC|SCR|3,SCR|3,IRC|SCR|5, SCR|3 }, /* RCN */
293 { 0 , 1 , 1 , 3 , 3 , 5 , SCR|3 }, /* RTA */
323 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */ in ppp_cp_event()
332 if (action & SCR) /* send Configure-Request */ in ppp_cp_event()
/linux-4.4.14/drivers/net/hamradio/
Dbaycom_ser_fdx.c115 #define SCR(iobase) (iobase+7) macro
401 outb(0x5a, SCR(iobase)); in ser12_check_uart()
402 b1 = inb(SCR(iobase)); in ser12_check_uart()
403 outb(0xa5, SCR(iobase)); in ser12_check_uart()
404 b2 = inb(SCR(iobase)); in ser12_check_uart()
Dbaycom_ser_hdx.c103 #define SCR(iobase) (iobase+7) macro
460 outb(0x5a, SCR(iobase)); in ser12_check_uart()
461 b1 = inb(SCR(iobase)); in ser12_check_uart()
462 outb(0xa5, SCR(iobase)); in ser12_check_uart()
463 b2 = inb(SCR(iobase)); in ser12_check_uart()
Dyam.c173 #define SCR(iobase) (iobase+7) macro
530 outb(0x5a, SCR(iobase)); in yam_check_uart()
531 b1 = inb(SCR(iobase)); in yam_check_uart()
532 outb(0xa5, SCR(iobase)); in yam_check_uart()
533 b2 = inb(SCR(iobase)); in yam_check_uart()
/linux-4.4.14/arch/m68k/68000/
Dm68VZ328.c66 SCR = 0x10; /* allow user access to internal registers */ in init_hardware()
/linux-4.4.14/drivers/tty/
Dsynclink_gt.c402 #define SCR 0x8c /* serial control */ macro
428 wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) | (mask)))
430 wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) & ~(mask)))
2793 unsigned short val = rd_reg16(info, SCR); in wait_mgsl_event()
2795 wr_reg16(info, SCR, (unsigned short)(val | IRQ_RXIDLE)); in wait_mgsl_event()
2858 wr_reg16(info, SCR, in wait_mgsl_event()
2859 (unsigned short)(rd_reg16(info, SCR) & ~IRQ_RXIDLE)); in wait_mgsl_event()
3931 wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT2)); in enable_loopback()
4013 wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) & ~BIT14)); in rx_start()
4021 wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT14)); in rx_start()
[all …]
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt214 SCR bits 0:31 by display order
216 SCR bit 32 by display order
Dfw-encoder-api.txt686 1=set initial SCR value when starting encoding (works).
/linux-4.4.14/arch/m68k/include/asm/
DMC68EZ328.h33 #define SCR BYTE_REF(SCR_ADDR) macro
DMC68VZ328.h36 #define SCR BYTE_REF(SCR_ADDR) macro
DMC68328.h32 #define SCR BYTE_REF(SCR_ADDR) macro
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivacapi.h707 #define SCR 0x7a /* unscreened number */ macro
/linux-4.4.14/drivers/video/fbdev/
Dimsttfb.c87 SCR = 35, /* 0x8C */ enumerator
742 write_reg_le32(par->dc_regs, SCR, scr); in set_imstt_regvals()
/linux-4.4.14/arch/blackfin/kernel/
Ddebug-mmrs.c554 __UART(SCR, scr); in bfin_debug_mmrs_uart()
570 __UART(SCR, scr); in bfin_debug_mmrs_uart()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_hw.h836 } SCR; typedef
1011 SCR scr; /* Payload for SCR/ACC */
Dlpfc_els.c2733 cmdsize = (sizeof(uint32_t) + sizeof(SCR)); in lpfc_issue_els_scr()
2765 memset(pcmd, 0, sizeof(SCR)); in lpfc_issue_els_scr()
2766 ((SCR *) pcmd)->Function = SCR_FUNC_FULL; in lpfc_issue_els_scr()