Home
last modified time | relevance | path

Searched refs:put_to_sleep (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt73usb.c1381 bool put_to_sleep; in rt73usb_set_state() local
1383 put_to_sleep = (state != STATE_AWAKE); in rt73usb_set_state()
1386 rt2x00_set_field32(&reg, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt73usb_set_state()
1387 rt2x00_set_field32(&reg, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt73usb_set_state()
1398 if (state == !put_to_sleep) in rt73usb_set_state()
H A Drt61pci.c1712 bool put_to_sleep; in rt61pci_set_state() local
1714 put_to_sleep = (state != STATE_AWAKE); in rt61pci_set_state()
1717 rt2x00_set_field32(&reg, MAC_CSR12_FORCE_WAKEUP, !put_to_sleep); in rt61pci_set_state()
1718 rt2x00_set_field32(&reg, MAC_CSR12_PUT_TO_SLEEP, put_to_sleep); in rt61pci_set_state()
1729 if (state == !put_to_sleep) in rt61pci_set_state()
H A Drt2500usb.c987 bool put_to_sleep; in rt2500usb_set_state() local
991 put_to_sleep = (state != STATE_AWAKE); in rt2500usb_set_state()
996 rt2x00_set_field16(&reg, MAC_CSR17_PUT_TO_SLEEP, put_to_sleep); in rt2500usb_set_state()
H A Drt2400pci.c1026 bool put_to_sleep; in rt2400pci_set_state() local
1030 put_to_sleep = (state != STATE_AWAKE); in rt2400pci_set_state()
1036 rt2x00_set_field32(&reg, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2400pci_set_state()
H A Drt2500pci.c1179 bool put_to_sleep; in rt2500pci_set_state() local
1183 put_to_sleep = (state != STATE_AWAKE); in rt2500pci_set_state()
1189 rt2x00_set_field32(&reg, PWRCSR1_PUT_TO_SLEEP, put_to_sleep); in rt2500pci_set_state()