Searched refs:SEC_CSR0 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2500usb.h383 * SEC_CSR0: Shared key 0, word 0
392 #define SEC_CSR0 0x0480 macro
459 ( SEC_CSR0 + ((__idx) * 16) )
H A Drt61pci.c341 rt2x00pci_register_read(rt2x00dev, SEC_CSR0, &reg);
399 * SEC_CSR0 contains only single-bit fields to indicate
406 rt2x00pci_register_read(rt2x00dev, SEC_CSR0, &reg);
411 rt2x00pci_register_write(rt2x00dev, SEC_CSR0, reg);
1480 * Invalidate all Shared Keys (SEC_CSR0),
1483 rt2x00pci_register_write(rt2x00dev, SEC_CSR0, 0x00000000);
H A Drt73usb.c289 rt2x00usb_register_read(rt2x00dev, SEC_CSR0, &reg);
347 * SEC_CSR0 contains only single-bit fields to indicate
354 rt2x00usb_register_read(rt2x00dev, SEC_CSR0, &reg);
359 rt2x00usb_register_write(rt2x00dev, SEC_CSR0, reg);
1190 * Invalidate all Shared Keys (SEC_CSR0),
1193 rt2x00usb_register_write(rt2x00dev, SEC_CSR0, 0x00000000);
H A Drt73usb.h549 * SEC_CSR0: Shared key table control.
551 #define SEC_CSR0 0x30a0 macro
H A Drt61pci.h638 * SEC_CSR0: Shared key table control.
640 #define SEC_CSR0 0x30a0 macro

Completed in 45 milliseconds