Searched refs:ICR (Results 1 - 20 of 20) sorted by relevance

/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c173 offsetof(struct RGF_ICR, ICR));
215 offsetof(struct RGF_ICR, ICR));
275 offsetof(struct RGF_ICR, ICR));
379 offsetof(struct RGF_ICR, ICR));
388 offsetof(struct RGF_ICR, ICR));
397 offsetof(struct RGF_ICR, ICR));
516 offsetof(struct RGF_ICR, ICR));
518 offsetof(struct RGF_ICR, ICR));
520 offsetof(struct RGF_ICR, ICR));
H A Dmain.c574 offsetof(struct RGF_ICR, ICR);
H A Dwil6210.h87 u32 ICR; /* Cause, W1C/COR depending on ICC */ member in struct:RGF_ICR
88 u32 ICM; /* Cause masked (ICR & ~IMV), W1C/COR depending on ICC */
H A Ddebugfs.c342 {"ICR", S_IRUGO | S_IWUSR, offsetof(struct RGF_ICR, ICR), doff_io32},
/drivers/rtc/
H A Drtc-at32ap700x.c151 rtc_writel(rtc, ICR, RTC_BIT(ICR_TOPI));
157 rtc_writel(rtc, ICR, RTC_BIT(ICR_TOPI));
175 rtc_writel(rtc, ICR, RTC_BIT(ICR_TOPI));
/drivers/net/irda/
H A Dw83977af_ir.c423 outb(0, iobase+ICR);
472 outb(ICR_EFSFI, iobase+ICR);
475 outb(ICR_ERBRI, iobase+ICR);
534 outb(ICR_EDMAI, iobase+ICR);
543 outb(ICR_ETXTHI, iobase+ICR);
1067 icr = inb(iobase+ICR);
1070 outb(0, iobase+ICR); /* Disable interrupts */
1080 outb(icr, iobase+ICR); /* Restore (new) interrupts */
1157 outb(ICR_EFSFI, iobase+ICR);
1160 outb(ICR_ERBRI, iobase+ICR);
[all...]
H A Dw83977af_ir.h41 #define ICR 0x01 /* Interrupt configuration register */ macro
/drivers/tty/
H A Dsynclink.c351 #define ICR 0x18 /* Interrupt Control Register */ macro
488 * Bits for enabling and disabling IRQs in Interrupt Control Register (ICR)
608 usc_OutReg( (a), ICR, (u16)((usc_InReg((a),ICR) & 0xff00) + 0xc0 + (b)) )
611 usc_OutReg( (a), ICR, (u16)((usc_InReg((a),ICR) & 0xff00) + 0x80 + (b)) )
614 usc_OutReg( (a), ICR, (u16)((usc_InReg((a),ICR) & 0x0f00) + 0xb000) )
617 usc_OutReg( (a), ICR, (u16)(usc_InReg((a),ICR)
[all...]
/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.c730 er32(ICR);
H A D82571.c1058 er32(ICR);
H A Dnetdev.c87 {E1000_ICR, "ICR"},
1769 u32 icr = er32(ICR);
1771 /* read ICR disables interrupts using IAM */
1836 u32 rctl, icr = er32(ICR);
1847 /* Interrupt Auto-Mask...upon reading ICR,
1911 u32 icr = er32(ICR);
2041 /* Auto-Mask Other interrupts upon ICR read */
3243 /* Auto-Mask interrupts upon ICR access */
4220 u32 icr = er32(ICR);
4248 er32(ICR);
[all...]
H A Dethtool.c977 adapter->test_icr |= er32(ICR);
H A Dich8lan.c4020 er32(ICR);
/drivers/net/ethernet/intel/ixgb/
H A Dixgb_ethtool.c242 *reg++ = IXGB_READ_REG(hw, ICR); /* 5 */
H A Dixgb_hw.c170 icr_reg = IXGB_READ_REG(hw, ICR);
H A Dixgb_main.c1790 u32 icr = IXGB_READ_REG(hw, ICR);
/drivers/atm/
H A Diphase.h172 #define ICR 100000 macro
/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c841 adapter->test_icr |= er32(ICR);
H A De1000_hw.c530 icr = er32(ICR);
2470 icr = er32(ICR);
H A De1000_main.c3759 u32 icr = er32(ICR);

Completed in 2753 milliseconds