Lines Matching refs:desc_word
852 boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_40BW); in rsi_load_bootup_params()
858 boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_20BW); in rsi_load_bootup_params()
863 boot_params->desc_word[7] = cpu_to_le16(UMAC_CLK_40MHZ); in rsi_load_bootup_params()
874 boot_params->desc_word[0] = cpu_to_le16(sizeof(struct bootup_params) | in rsi_load_bootup_params()
876 boot_params->desc_word[1] = cpu_to_le16(BOOTUP_PARAMS_REQUEST); in rsi_load_bootup_params()
907 mgmt_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); in rsi_send_reset_mac()
908 mgmt_frame->desc_word[1] = cpu_to_le16(RESET_MAC_REQ); in rsi_send_reset_mac()
909 mgmt_frame->desc_word[4] = cpu_to_le16(RETRY_COUNT << 8); in rsi_send_reset_mac()
1058 cmd_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); in rsi_send_radio_params_update()
1059 cmd_frame->desc_word[1] = cpu_to_le16(RADIO_PARAMS_UPDATE); in rsi_send_radio_params_update()
1060 cmd_frame->desc_word[3] = cpu_to_le16(BIT(0)); in rsi_send_radio_params_update()
1062 cmd_frame->desc_word[3] |= cpu_to_le16(common->tx_power << 8); in rsi_send_radio_params_update()
1471 cmd_frame->desc_word[0] = cpu_to_le16(RSI_WIFI_MGMT_Q << 12); in rsi_send_rx_filter_frame()
1472 cmd_frame->desc_word[1] = cpu_to_le16(SET_RX_FILTER); in rsi_send_rx_filter_frame()
1473 cmd_frame->desc_word[4] = cpu_to_le16(rx_filter_word); in rsi_send_rx_filter_frame()