Home
last modified time | relevance | path

Searched refs:PAR (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/iommu/
A Dmsm_iommu_hw-8xxx.h127 #define SET_PAR(b, c, v) SET_CTX_REG(PAR, (b), (c), (v))
156 #define GET_PAR(b, c) GET_CTX_REG(PAR, (b), (c))
517 #define SET_FAULT(b, c, v) SET_CONTEXT_FIELD(b, c, PAR, FAULT, v)
524 SET_CONTEXT_FIELD(b, c, PAR, FAULT_HTWDEEF, v)
526 SET_CONTEXT_FIELD(b, c, PAR, FAULT_HTWSEEF, v)
705 #define GET_FAULT(b, c) GET_CONTEXT_FIELD(b, c, PAR, FAULT)
707 #define GET_FAULT_TF(b, c) GET_CONTEXT_FIELD(b, c, PAR, FAULT_TF)
708 #define GET_FAULT_AFF(b, c) GET_CONTEXT_FIELD(b, c, PAR, FAULT_AFF)
714 #define GET_FAULT_SL(b, c) GET_CONTEXT_FIELD(b, c, PAR, FAULT_SL)
715 #define GET_FAULT_SS(b, c) GET_CONTEXT_FIELD(b, c, PAR, FAULT_SS)
[all …]
/linux-6.3-rc2/drivers/net/wireless/admtek/
A Dadm8211.c1093 reg = ADM8211_CSR_READ(PAR); in adm8211_hw_init()
1117 ADM8211_CSR_WRITE(PAR, reg); in adm8211_hw_init()
1223 tmp = ADM8211_CSR_READ(PAR); in adm8211_hw_reset()
1224 ADM8211_CSR_WRITE(PAR, ADM8211_PAR_SWR); in adm8211_hw_reset()
1226 while ((ADM8211_CSR_READ(PAR) & ADM8211_PAR_SWR) && timeout--) in adm8211_hw_reset()
1232 ADM8211_CSR_WRITE(PAR, tmp); in adm8211_hw_reset()
A Dadm8211.h16 __le32 PAR; /* 0x00 CSR0 */ member
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_defs.h255 #define PAR 0x01 /* sta: scsi parity error */ macro
A Dsym_hipd.c1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
2893 if (sist & PAR) sym_int_par (np, sist);
/linux-6.3-rc2/drivers/scsi/
A Dncr53c8xx.h778 #define PAR 0x01 /* sta: scsi parity error */ macro
A Dncr53c8xx.c5165 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init()
5787 if ((sist & PAR) && ncr_int_par (np)) in ncr_exception()
5800 if (!(sist & (SBMC|PAR)) && !(dstat & SSI)) { in ncr_exception()
/linux-6.3-rc2/drivers/net/ethernet/via/
A Dvia-velocity.h968 volatile u8 PAR[6]; /* 0x00 */ member
A Dvia-velocity.c1377 writeb(netdev->dev_addr[i], regs->PAR + i); in velocity_init_registers()
2824 addr[i] = readb(&regs->PAR[i]); in velocity_probe()
/linux-6.3-rc2/Documentation/scsi/
A Dsym53c8xx_2.rst794 Bit 0x01 PAR Parity
799 PAR (0x01) may be detected by the chip. If your SCSI system sometimes
A Dncr53c8xx.rst1583 Bit 0x01 PAR Parity
1588 PAR (0x01) may be detected by the chip. If your SCSI system sometimes
/linux-6.3-rc2/arch/arm64/
A DKconfig713 …ex-A77: 1508412: workaround deadlock on sequence of NC/Device load and store exclusive or PAR read"

Completed in 96 milliseconds