/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | interrupt.c | 193 wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 195 wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 197 wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 199 wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 201 wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 834 /* can't use wil_ioread32_and_clear because ICC value is not set yet */
|
H A D | wil6210.h | 167 u32 ICC; /* Cause Control, RW: 0 - W1C, 1 - COR */ member 168 u32 ICR; /* Cause, W1C/COR depending on ICC */ 169 u32 ICM; /* Cause masked (ICR & ~IMV), W1C/COR depending on ICC */
|
H A D | debugfs.c | 488 {"ICC", 0644, offsetof(struct RGF_ICR, ICC), doff_io32},
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | interrupt.c | 193 wil_w(wil, RGF_DMA_EP_RX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 195 wil_w(wil, RGF_DMA_EP_TX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 197 wil_w(wil, RGF_DMA_EP_MISC_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 199 wil_w(wil, RGF_INT_GEN_TX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 201 wil_w(wil, RGF_INT_GEN_RX_ICR + offsetof(struct RGF_ICR, ICC), in wil_unmask_irq() 834 /* can't use wil_ioread32_and_clear because ICC value is not set yet */
|
H A D | wil6210.h | 169 u32 ICC; /* Cause Control, RW: 0 - W1C, 1 - COR */ member 170 u32 ICR; /* Cause, W1C/COR depending on ICC */ 171 u32 ICM; /* Cause masked (ICR & ~IMV), W1C/COR depending on ICC */
|
H A D | debugfs.c | 488 {"ICC", 0644, offsetof(struct RGF_ICR, ICC), doff_io32},
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_fsl.c | 116 ICC = 0x38, enumerator 308 iowrite32((count << 24 | ticks), hcr_base + ICC); in fsl_sata_set_irq_coalescing() 316 DPRINTK("ICC register status: (hcr base: 0x%x) = 0x%x\n", in fsl_sata_set_irq_coalescing() 317 hcr_base, ioread32(hcr_base + ICC)); in fsl_sata_set_irq_coalescing() 1372 DPRINTK("icc = 0x%x\n", ioread32(hcr_base + ICC)); in sata_fsl_init_controller() 1373 iowrite32(0x01000000, hcr_base + ICC); in sata_fsl_init_controller()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_fsl.c | 116 ICC = 0x38, enumerator 310 iowrite32((count << 24 | ticks), hcr_base + ICC); in fsl_sata_set_irq_coalescing() 318 dev_dbg(host->dev, "ICC register status: (hcr base: 0x%p) = 0x%x\n", in fsl_sata_set_irq_coalescing() 319 hcr_base, ioread32(hcr_base + ICC)); in fsl_sata_set_irq_coalescing() 1343 dev_dbg(host->dev, "icc = 0x%x\n", ioread32(hcr_base + ICC)); in sata_fsl_init_controller() 1344 iowrite32(0x01000000, hcr_base + ICC); in sata_fsl_init_controller()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | nicstar.h | 440 ICC = 0x30, /* Invalid Cell Count R/clear */ enumerator
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | nicstar.h | 440 ICC = 0x30, /* Invalid Cell Count R/clear */ enumerator
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | entry.S | 710 and %g1, 0xf, %g1 ! only ICC bits in %psr 724 andn %l0, %l5, %l0 ! clear ICC bits in %psr 725 and %l4, %l5, %l4 ! clear non-ICC bits in user value
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | entry.S | 710 and %g1, 0xf, %g1 ! only ICC bits in %psr 724 andn %l0, %l5, %l0 ! clear ICC bits in %psr 725 and %l4, %l5, %l4 ! clear non-ICC bits in user value
|