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

/drivers/net/wireless/rt2x00/
H A Drt2500usb.h384 * SEC_CSR1: Shared key 0, word 1
393 #define SEC_CSR1 0x0482 macro
H A Drt73usb.h570 * SEC_CSR1: Shared key table security mode register.
572 #define SEC_CSR1 0x30a4 macro
H A Drt73usb.c313 * bssidx 0 and 1 keys are stored in SEC_CSR1 and
322 rt2x00usb_register_read(rt2x00dev, SEC_CSR1, &reg);
324 rt2x00usb_register_write(rt2x00dev, SEC_CSR1, reg);
1237 * and clear the Shared key Cipher algorithms (SEC_CSR1 & SEC_CSR5)
1240 rt2x00usb_register_write(rt2x00dev, SEC_CSR1, 0x00000000);
H A Drt61pci.h659 * SEC_CSR1: Shared key table security mode register.
661 #define SEC_CSR1 0x30a4 macro
H A Drt61pci.c365 * bssidx 0 and 1 keys are stored in SEC_CSR1 and
374 rt2x00pci_register_read(rt2x00dev, SEC_CSR1, &reg);
376 rt2x00pci_register_write(rt2x00dev, SEC_CSR1, reg);
1588 * and clear the Shared key Cipher algorithms (SEC_CSR1 & SEC_CSR5)
1591 rt2x00pci_register_write(rt2x00dev, SEC_CSR1, 0x00000000);

Completed in 26 milliseconds