Home
last modified time | relevance | path

Searched refs:MCI_FLAG_DISABLE_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.h20 #define MCI_FLAG_DISABLE_TIMESTAMP 0x00000001 /* Disable time stamp */ macro
H A Dar9003_mci.c98 ar9003_mci_send_message(ah, MCI_REQ_WAKE, MCI_FLAG_DISABLE_TIMESTAMP, in ar9003_mci_send_req_wake()
105 ar9003_mci_send_message(ah, MCI_SYS_WAKING, MCI_FLAG_DISABLE_TIMESTAMP, in ar9003_mci_send_sys_waking()
120 MCI_FLAG_DISABLE_TIMESTAMP, in ar9003_mci_send_sys_sleeping()
1209 (SM((flag & MCI_FLAG_DISABLE_TIMESTAMP), in ar9003_mci_send_message()