Searched refs:PAR (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/pci/
H A Dpci-vr41xx.h66 #define PAR 0x00000020U macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-st40.c358 ST40PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where));
390 ST40PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/kernel/
H A Dpci_sh5.c196 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where));
216 SH5PCI_WRITE(PAR, CONFIG_CMD(bus, devfn, where));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h268 #define PAR 0x01 /* sta: scsi parity error */ macro
H A Dsym_hipd.c1831 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
2219 * The chip will then interrupt with both PAR and MA
2670 * - SCSI parity error + Phase mismatch (PAR|MA)
2674 * - SCSI parity error + Unexpected disconnect (PAR|UDC)
2677 * - Some combinations of STO, PAR, UDC, ...
2744 * PAR and MA interrupts may occur at the same time,
2785 * A SCSI parity error (PAR) may be combined with a phase
2794 if (sist & PAR) sym_int_par (np, sist);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.h777 #define PAR 0x01 /* sta: scsi parity error */ macro
H A Dncr53c8xx.c5219 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
5833 ** We try to deal with PAR and SBMC combined with
5842 if ((sist & PAR) && ncr_int_par (np))
5855 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dvia-velocity.c581 writeb(vptr->dev->dev_addr[i], &(regs->PAR[i]));
759 dev->dev_addr[i] = readb(&regs->PAR[i]);
H A Dvia-velocity.h1011 volatile u8 PAR[6]; /* 0x00 */ member in struct:mac_regs

Completed in 204 milliseconds