Searched refs:put_to_sleep (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt73usb.c | 1387 char put_to_sleep; in rt73usb_set_state() local 1389 put_to_sleep = (state != STATE_AWAKE); in rt73usb_set_state() 1392 rt2x00_set_field32(®, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt73usb_set_state() 1393 rt2x00_set_field32(®, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt73usb_set_state() 1404 if (state == !put_to_sleep) in rt73usb_set_state()
|
D | rt61pci.c | 1803 char put_to_sleep; in rt61pci_set_state() local 1805 put_to_sleep = (state != STATE_AWAKE); in rt61pci_set_state() 1808 rt2x00_set_field32(®, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt61pci_set_state() 1809 rt2x00_set_field32(®, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt61pci_set_state() 1820 if (state == !put_to_sleep) in rt61pci_set_state()
|
D | rt2400pci.c | 1032 char put_to_sleep; in rt2400pci_set_state() local 1036 put_to_sleep = (state != STATE_AWAKE); in rt2400pci_set_state() 1042 rt2x00_set_field32(®, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2400pci_set_state()
|
D | rt2500usb.c | 1005 char put_to_sleep; in rt2500usb_set_state() local 1009 put_to_sleep = (state != STATE_AWAKE); in rt2500usb_set_state() 1014 rt2x00_set_field16(®, MAC_CSR17_PUT_TO_SLEEP, put_to_sleep); in rt2500usb_set_state()
|
D | rt2500pci.c | 1185 char put_to_sleep; in rt2500pci_set_state() local 1189 put_to_sleep = (state != STATE_AWAKE); in rt2500pci_set_state() 1195 rt2x00_set_field32(®, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2500pci_set_state()
|