Searched refs:put_to_sleep (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
| D | rt73usb.c | 1392 char put_to_sleep; in rt73usb_set_state() local 1394 put_to_sleep = (state != STATE_AWAKE); in rt73usb_set_state() 1397 rt2x00_set_field32(®, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt73usb_set_state() 1398 rt2x00_set_field32(®, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt73usb_set_state() 1409 if (state == !put_to_sleep) in rt73usb_set_state()
|
| D | rt61pci.c | 1808 char put_to_sleep; in rt61pci_set_state() local 1810 put_to_sleep = (state != STATE_AWAKE); in rt61pci_set_state() 1813 rt2x00_set_field32(®, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt61pci_set_state() 1814 rt2x00_set_field32(®, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt61pci_set_state() 1825 if (state == !put_to_sleep) in rt61pci_set_state()
|
| D | rt2500usb.c | 998 char put_to_sleep; in rt2500usb_set_state() local 1002 put_to_sleep = (state != STATE_AWAKE); in rt2500usb_set_state() 1007 rt2x00_set_field16(®, MAC_CSR17_PUT_TO_SLEEP, put_to_sleep); in rt2500usb_set_state()
|
| D | rt2400pci.c | 1037 char put_to_sleep; in rt2400pci_set_state() local 1041 put_to_sleep = (state != STATE_AWAKE); in rt2400pci_set_state() 1047 rt2x00_set_field32(®, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2400pci_set_state()
|
| D | rt2500pci.c | 1190 char put_to_sleep; in rt2500pci_set_state() local 1194 put_to_sleep = (state != STATE_AWAKE); in rt2500pci_set_state() 1200 rt2x00_set_field32(®, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2500pci_set_state()
|