Searched refs:INT_MASK_CSR (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h288 RTMP_IO_WRITE32((_pAd), INT_MASK_CSR, 0x0); /* 0: disable */ \
294 RTMP_IO_WRITE32((_pAd), INT_MASK_CSR, (_pAd)->int_enable_reg /*DELAYINTMASK*/); /* 1:enable */ \
H A Drtmp_mac.h163 /* INT_MASK_CSR: Interrupt MASK register. 1: the interrupt is mask OFF */
165 #define INT_MASK_CSR 0x204 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drt_pci_rbus.c310 RTMP_IO_WRITE32(pAd, INT_MASK_CSR, regValue); /* 1:enable */
325 RTMP_IO_WRITE32(pAd, INT_MASK_CSR, regValue); /* 0: disable */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2800pci.c346 rt2800_register_read(rt2x00dev, INT_MASK_CSR, &reg);
365 rt2800_register_write(rt2x00dev, INT_MASK_CSR, reg);
H A Drt61pci.h980 * INT_MASK_CSR: Interrupt MASK register. 1: the interrupt is mask OFF.
983 #define INT_MASK_CSR 0x346c macro
H A Drt61pci.c1640 rt2x00pci_register_read(rt2x00dev, INT_MASK_CSR, &reg);
1645 rt2x00pci_register_write(rt2x00dev, INT_MASK_CSR, reg);
H A Drt2800.h147 * INT_MASK_CSR: Interrupt MASK register. 1: the interrupt is mask OFF.
149 #define INT_MASK_CSR 0x0204 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_pci.c1002 /*RTMP_IO_WRITE32(pAd, INT_MASK_CSR, AutoWakeupInt); */
1101 /*RTMP_IO_WRITE32(pAd, INT_MASK_CSR, (DELAYINTMASK|RxINT)); */
1401 RTMP_IO_WRITE32(pAd, INT_MASK_CSR, AutoWakeupInt);

Completed in 414 milliseconds