Searched refs:put_to_sleep (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt73usb.c | 1389 char put_to_sleep; in rt73usb_set_state() local 1391 put_to_sleep = (state != STATE_AWAKE); in rt73usb_set_state() 1394 rt2x00_set_field32(®, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt73usb_set_state() 1395 rt2x00_set_field32(®, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt73usb_set_state() 1406 if (state == !put_to_sleep) in rt73usb_set_state()
|
D | rt61pci.c | 1805 char put_to_sleep; in rt61pci_set_state() local 1807 put_to_sleep = (state != STATE_AWAKE); in rt61pci_set_state() 1810 rt2x00_set_field32(®, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt61pci_set_state() 1811 rt2x00_set_field32(®, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt61pci_set_state() 1822 if (state == !put_to_sleep) in rt61pci_set_state()
|
D | rt2500usb.c | 1007 char put_to_sleep; in rt2500usb_set_state() local 1011 put_to_sleep = (state != STATE_AWAKE); in rt2500usb_set_state() 1016 rt2x00_set_field16(®, MAC_CSR17_PUT_TO_SLEEP, put_to_sleep); in rt2500usb_set_state()
|
D | rt2400pci.c | 1034 char put_to_sleep; in rt2400pci_set_state() local 1038 put_to_sleep = (state != STATE_AWAKE); in rt2400pci_set_state() 1044 rt2x00_set_field32(®, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2400pci_set_state()
|
D | rt2500pci.c | 1187 char put_to_sleep; in rt2500pci_set_state() local 1191 put_to_sleep = (state != STATE_AWAKE); in rt2500pci_set_state() 1197 rt2x00_set_field32(®, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2500pci_set_state()
|