Searched refs:IMR_CPWM (Results 1 – 15 of 15) sorted by relevance
106 #define IMR_CPWM BIT(8) macro
109 rtlpci->irq_mask[1] = (u32) (IMR_CPWM | IMR_C2HCMD | 0); in rtl92c_init_sw_vars()
517 #define IMR_CPWM BIT(8) macro
120 rtlpci->irq_mask[1] = (u32) (IMR_CPWM | IMR_C2HCMD); in rtl92d_init_sw_vars()
539 #define IMR_CPWM BIT(8) macro
784 #define IMR_CPWM BIT8 macro
133 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl88ee_set_fw_clock_on()139 if (content & IMR_CPWM) { in _rtl88ee_set_fw_clock_on()
551 #define IMR_CPWM BIT(8) macro
113 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl92ee_set_fw_clock_on()119 if (content & IMR_CPWM) { in _rtl92ee_set_fw_clock_on()
540 #define IMR_CPWM BIT(8) macro
139 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl8723be_set_fw_clock_on()145 if (content & IMR_CPWM) { in _rtl8723be_set_fw_clock_on()
565 #define IMR_CPWM BIT(8) /* CPU power Mode exchange INT Status, macro
501 #define IMR_CPWM BIT(8) macro
574 #define IMR_CPWM BIT(8) macro
136 while (!(content & IMR_CPWM) && (count < 500)) { in _rtl8821ae_set_fw_clock_on()142 if (content & IMR_CPWM) { in _rtl8821ae_set_fw_clock_on()
Completed in 95 milliseconds