Lines Matching refs:desc_word
939 boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_40BW); in rsi_load_bootup_params()
945 boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_20BW); in rsi_load_bootup_params()
950 boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_40MHZ); in rsi_load_bootup_params()
961 boot_params->desc_word[0] = cpu_to_le16(sizeof(struct bootup_params) | in rsi_load_bootup_params()
963 boot_params->desc_word[1] = cpu_to_le16(BOOTUP_PARAMS_REQUEST); in rsi_load_bootup_params()
1038 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); in rsi_send_reset_mac()
1039 mgmt_frame->desc_word[1] = cpu_to_le16(RESET_MAC_REQ); in rsi_send_reset_mac()
1040 mgmt_frame->desc_word[4] = cpu_to_le16(RETRY_COUNT << 8); in rsi_send_reset_mac()
1044 mgmt_frame->desc_word[3] |= in rsi_send_reset_mac()
1197 cmd_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); in rsi_send_radio_params_update()
1198 cmd_frame->desc_word[1] = cpu_to_le16(RADIO_PARAMS_UPDATE); in rsi_send_radio_params_update()
1199 cmd_frame->desc_word[3] = cpu_to_le16(BIT(0)); in rsi_send_radio_params_update()
1201 cmd_frame->desc_word[3] |= cpu_to_le16(common->tx_power << 8); in rsi_send_radio_params_update()
1625 cmd_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); in rsi_send_rx_filter_frame()
1626 cmd_frame->desc_word[1] = cpu_to_le16(SET_RX_FILTER); in rsi_send_rx_filter_frame()
1627 cmd_frame->desc_word[4] = cpu_to_le16(rx_filter_word); in rsi_send_rx_filter_frame()