Searched refs:SCR (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/s390/
H A 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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhdlc_ppp.c89 enum {INV = 0x10, IRC = 0x20, ZRC = 0x40, SCR = 0x80, SCA = 0x100, enumerator in enum:__anon13520
285 {IRC|SCR|3, INV , INV , INV , INV , INV , INV }, /* START */
287 { INV , INV ,STR|2, SCR|3 ,SCR|3, SCR|5 , INV }, /* TO+ */
289 { STA|0 ,IRC|SCR|SCA|5, 2 , SCA|5 ,SCA|6, SCA|5 ,SCR|SCA|5}, /* RCR+ */
290 { STA|0 ,IRC|SCR|SCN|3, 2 , SCN|3 ,SCN|4, SCN|3 ,SCR|SCN|3}, /* RCR- */
291 { STA|0 , STA|1 , 2 , IRC|4 ,SCR|
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A D_setargv.c108 if (peekscr(&SCR->searchseq[1]) == 255
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/68VZ328/
H A Dconfig.c65 SCR = 0x10; /* allow user access to internal registers */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c114 #define SCR(iobase) (iobase+7) macro
379 outb(0x5a, SCR(iobase));
380 b1 = inb(SCR(iobase));
381 outb(0xa5, SCR(iobase));
382 b2 = inb(SCR(iobase));
H A Dbaycom_ser_hdx.c102 #define SCR(iobase) (iobase+7) macro
459 outb(0x5a, SCR(iobase));
460 b1 = inb(SCR(iobase));
461 outb(0xa5, SCR(iobase));
462 b2 = inb(SCR(iobase));
H A Dyam.c174 #define SCR(iobase) (iobase+7) macro
532 outb(0x5a, SCR(iobase));
533 b1 = inb(SCR(iobase));
534 outb(0xa5, SCR(iobase));
535 b2 = inb(SCR(iobase));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A Dmisc.c91 #define SCR *((volatile unsigned char *)0xffff8a) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dde620.c228 byte SCR; member in struct:nic
863 "SCR = 0x%02x\n", nic_data.RAM_Size, nic_data.NodeID,
864 nic_data.Model, nic_data.Media, nic_data.SCR);
960 nic_data.SCR = (wrd >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink_gt.c403 #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)))
2778 unsigned short val = rd_reg16(info, SCR);
2780 wr_reg16(info, SCR, (unsigned short)(val | IRQ_RXIDLE));
2843 wr_reg16(info, SCR,
2844 (unsigned short)(rd_reg16(info, SCR) & ~IRQ_RXIDLE));
3835 /* SCR (seria
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dimsttfb.c87 SCR = 35, /* 0x8C */ enumerator in enum:__anon16269
660 * bits 8 and 9 in the SCR register control endianness
733 write_reg_le32(par->dc_regs, SCR, scr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddivacapi.h707 #define SCR 0x7a /* unscreened number */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A DMC68328.h29 * System Control Register (SCR)
32 #define SCR BYTE_REF(SCR_ADDR) macro
H A DMC68EZ328.h30 * System Control Register (SCR)
33 #define SCR BYTE_REF(SCR_ADDR) macro
H A DMC68VZ328.h33 * System Control Register (SCR)
36 #define SCR BYTE_REF(SCR_ADDR) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hw.h811 } SCR; typedef in typeref:struct:_SCR
925 SCR scr; /* Payload for SCR/ACC */
H A Dlpfc_els.c2271 * issuing routines for the ELS State Change Request (SCR),
2308 * This routine issues a State Change Request (SCR) to a fabric node
2311 * ndlp is found, a new ndlp shall be created for this (SCR) purpose. An
2313 * routine is invoked to send the SCR IOCB.
2318 * callback function to the SCR ELS command.
2336 cmdsize = (sizeof(uint32_t) + sizeof(SCR));
2368 /* For SCR, remainder of payload is SCR parameter page */
2369 memset(pcmd, 0, sizeof(SCR));
2370 ((SCR *) pcm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 346 milliseconds