Searched refs:STATUS (Results 1 - 25 of 57) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daha1542.h41 #define STATUS(base) base macro
51 #define INTRFLAGS(base) (STATUS(base)+2)
60 #define CONTROL(base) STATUS(base)
67 #define DATA(base) (STATUS(base)+1)
H A Dseagate.c159 STATUS
267 #define STATUS ((u8) readb(st0x_cr_sr)) macro
363 for (count = borken_calibration; count && (STATUS & STAT_REQ); --count)
467 STATUS;
751 temp = STATUS;
795 if (!(STATUS & STAT_SEL))
835 while (((STATUS | STATUS | STATUS) & (STAT_BSY | STAT_SEL)) && (!st0x_aborted) && time_before (jiffies, clock))
864 status_read = STATUS;
[all...]
H A Daha1542.c208 /* int s = inb(STATUS), i = inb(INTRFLAGS);
224 WAIT(STATUS(base), CDF, 0, CDF);
226 if (inb(STATUS(base)) & CDF) {
238 WAIT(STATUS(base), CDF, 0, CDF);
261 WAIT(STATUS(base), DF, DF, 0);
282 WAITd(STATUS(base), DF, DF, 0, 100);
357 if (inb(STATUS(bse)) == 0xff)
373 WAIT(STATUS(bse), STATMASK, INIT | IDLE, STST | DIAGF | INVDCMD | DF | CDF);
391 WAIT(STATUS(bse), DF, DF, 0);
397 if (inb(STATUS(bs
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/arch-lh7a40x/
H A Ddebug-macro.S30 1001: ldr \rd, [\rx, #0x10] @ STATUS
36 1001: ldrb \rd, [\rx, #0x10] @ STATUS
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/acos/include/
H A DacosTypes.h153 #ifndef STATUS
154 #define STATUS int macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.com74 $ RET=$STATUS
84 $ RET=$STATUS
121 $ RET=$STATUS
127 $ RET=$STATUS
140 $ RET=$STATUS
149 $ RET=$STATUS
158 $ RET=$STATUS
196 $ tmp=$STATUS
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A DCA.com74 $ RET=$STATUS
84 $ RET=$STATUS
121 $ RET=$STATUS
127 $ RET=$STATUS
140 $ RET=$STATUS
149 $ RET=$STATUS
158 $ RET=$STATUS
196 $ tmp=$STATUS
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_osdep.h78 #define IXGB_WRITE_FLUSH(a) IXGB_READ_REG(a, STATUS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dparport_gsc.h62 #define STATUS(p) ((p)->base + 0x1) macro
190 return parport_readb (STATUS(p));
H A Dparport_gsc.c68 parport_writeb (r | 0x01, STATUS (pb)); /* Some reset by writing 1 */
69 parport_writeb (r & 0xfe, STATUS (pb)); /* Others by writing 0 */
H A Dparport_pc.c218 outb (r | 0x01, STATUS (pb)); /* Some reset by writing 1 */
219 outb (r & 0xfe, STATUS (pb)); /* Others by writing 0 */
283 status = inb (STATUS (port));
303 status = inb (STATUS (port));
319 if (inb (STATUS (port)) & 0x01) {
328 if (inb (STATUS (port)) & 0x01) {
349 if (inb (STATUS (port)) & 0x01) {
358 if (inb (STATUS(port)) & 0x01) {
374 if (inb (STATUS (port)) & 0x01) {
383 if (inb (STATUS (por
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/aparser/
H A Dtoken.awk84 /^[ \t]*STATUS.*\(|^[ \t]*void.*\(/ {
88 return_result="STATUS";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dparport_pc.h15 #define STATUS(p) ((p)->base + 0x1) macro
86 unsigned char dsr = inb (STATUS (p));
212 return inb(STATUS(p));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dipcs.c88 #define STATUS 2 macro
154 case STATUS:
281 case STATUS:
380 case STATUS:
590 if (opt & 0x200) format = STATUS; // -u
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c178 /* We write 1 on CDSP.TEST0. We should get 0 on STATUS.TEST0. */
181 data = vx_inl(chip, STATUS);
187 /* We write 0 on CDSP.TEST0. We should get 1 on STATUS.TEST0. */
190 data = vx_inl(chip, STATUS);
198 /* We write 1 on CDSP.TEST1. We should get 0 on STATUS.TEST1. */
201 data = vx_inl(chip, STATUS);
207 /* We write 0 on CDSP.TEST1. We should get 1 on STATUS.TEST1. */
210 data = vx_inl(chip, STATUS);
444 if (! (vx_inl(chip, STATUS) & VX_STATUS_MEMIRQ_MASK))
449 vx_outl(chip, STATUS,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/legacy/
H A Dq40ide.c52 IDE_OFF_B(LCYL), IDE_OFF_B(HCYL), 6 /*IDE_OFF_B(CURRENT)*/, IDE_OFF_B(STATUS),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dde600.h60 #define STATUS 0x02 /* read status register */ macro
H A Dbmac.h52 #define STATUS 0x200 /* status--reading this clears it */ macro
54 /* bits below are the same in both STATUS and INTDISABLE registers */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_osdep.h106 #define E1000_WRITE_FLUSH(a) E1000_READ_REG(a, STATUS)
H A De1000_ethtool.c169 if (E1000_READ_REG(&adapter->hw, STATUS) & E1000_STATUS_LU) {
399 regs_buff[1] = E1000_READ_REG(hw, STATUS);
795 before = E1000_READ_REG(&adapter->hw, STATUS);
796 value = (E1000_READ_REG(&adapter->hw, STATUS) & toggle);
797 E1000_WRITE_REG(&adapter->hw, STATUS, toggle);
798 after = E1000_READ_REG(&adapter->hw, STATUS) & toggle;
800 DPRINTK(DRV, ERR, "failed STATUS register test got: "
806 E1000_WRITE_REG(&adapter->hw, STATUS, before);
1324 stat_reg = E1000_READ_REG(&adapter->hw, STATUS);
1607 if (!(E1000_READ_REG(&adapter->hw, STATUS)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/ad1848/
H A Dad1848_lib.c381 outb(0, AD1848P(chip, STATUS)); /* clear IRQ */
382 outb(0, AD1848P(chip, STATUS)); /* clear IRQ */
404 outb(0, AD1848P(chip, STATUS)); /* clear IRQ */
405 outb(0, AD1848P(chip, STATUS)); /* clear IRQ */
422 outb(0, AD1848P(chip, STATUS)); /* clear IRQ */
423 outb(0, AD1848P(chip, STATUS)); /* clear IRQ */
546 outb(0, AD1848P(chip, STATUS)); /* clear global interrupt bit */
612 inb(AD1848P(chip, STATUS));
613 outb(0, AD1848P(chip, STATUS));
678 inb(AD1848P(chip, STATUS)); /* clea
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/watchdog/
H A Dmachzwd.c58 #define STATUS 0x12 /* 8 */ macro
150 zf_writeb(STATUS, new);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dtdfx.h5 #define STATUS 0x00 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dhermes.c194 status = hermes_read_regn(hw, STATUS);
258 status = hermes_read_regn(hw, STATUS);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4231_lib.c646 cs4231_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */
647 cs4231_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */
676 cs4231_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */
677 cs4231_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */
698 cs4231_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */
699 cs4231_outb(chip, CS4231P(STATUS), 0); /* clear IRQ */
956 cs4231_inb(chip, CS4231P(STATUS)); /* clear any pendings IRQ */
957 cs4231_outb(chip, CS4231P(STATUS), 0);

Completed in 272 milliseconds

123