Home
last modified time | relevance | path

Searched refs:__le32_to_cpu (Results 1 – 25 of 75) sorted by relevance

123

/linux/drivers/net/wireless/ath/ath11k/
A Dhw.c232 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2)); in ath11k_hw_ipq8074_rx_desc_get_first_msdu()
238 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2)); in ath11k_hw_ipq8074_rx_desc_get_last_msdu()
244 __le32_to_cpu(desc->u.ipq8074.msdu_end.info2)); in ath11k_hw_ipq8074_rx_desc_get_l3_pad_bytes()
261 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info2)); in ath11k_hw_ipq8074_rx_desc_get_encrypt_type()
267 __le32_to_cpu(desc->u.ipq8074.msdu_start.info2)); in ath11k_hw_ipq8074_rx_desc_get_decap_type()
360 __le32_to_cpu(desc->u.ipq8074.mpdu_start_tag)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_start_tag()
531 __le32_to_cpu(desc->u.qcn9074.mpdu_start_tag)); in ath11k_hw_qcn9074_rx_desc_get_mpdu_start_tag()
586 __le32_to_cpu(desc->u.wcn6855.msdu_end.info2)); in ath11k_hw_wcn6855_rx_desc_get_l3_pad_bytes()
702 __le32_to_cpu(desc->u.wcn6855.mpdu_start_tag)); in ath11k_hw_wcn6855_rx_desc_get_mpdu_start_tag()
788 __le32_to_cpu(mpdu_info->info0)); in ath11k_hw_ipq8074_mpdu_info_get_peerid()
[all …]
A Dspectral.c474 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
480 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
486 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
494 __le32_to_cpu(summary->info2)); in ath11k_spectral_pull_summary()
507 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
511 __le32_to_cpu(search->info0)); in ath11k_spectral_pull_search()
517 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search()
519 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search()
712 __le32_to_cpu(tlv->header)); in ath11k_spectral_process_data()
721 __le32_to_cpu(tlv->header)); in ath11k_spectral_process_data()
[all …]
A Dhal_rx.c820 __le32_to_cpu(ppdu_start->info0)); in ath11k_hal_rx_parse_mon_status_tlv()
837 __le32_to_cpu(eu_stats->info4)); in ath11k_hal_rx_parse_mon_status_tlv()
840 __le32_to_cpu(eu_stats->info4)); in ath11k_hal_rx_parse_mon_status_tlv()
843 __le32_to_cpu(eu_stats->info5)); in ath11k_hal_rx_parse_mon_status_tlv()
846 __le32_to_cpu(eu_stats->info5)); in ath11k_hal_rx_parse_mon_status_tlv()
861 info0 = __le32_to_cpu(ht_sig->info0); in ath11k_hal_rx_parse_mon_status_tlv()
862 info1 = __le32_to_cpu(ht_sig->info1); in ath11k_hal_rx_parse_mon_status_tlv()
897 __le32_to_cpu(lsigb->info0)); in ath11k_hal_rx_parse_mon_status_tlv()
906 __le32_to_cpu(lsiga->info0)); in ath11k_hal_rx_parse_mon_status_tlv()
917 info0 = __le32_to_cpu(vht_sig->info0); in ath11k_hal_rx_parse_mon_status_tlv()
[all …]
A Dahb.c212 if (__le32_to_cpu(ce_config->pipedir) & PIPEDIR_OUT) in ath11k_ahb_ce_irq_enable()
215 if (__le32_to_cpu(ce_config->pipedir) & PIPEDIR_IN) { in ath11k_ahb_ce_irq_enable()
227 if (__le32_to_cpu(ce_config->pipedir) & PIPEDIR_OUT) in ath11k_ahb_ce_irq_disable()
230 if (__le32_to_cpu(ce_config->pipedir) & PIPEDIR_IN) { in ath11k_ahb_ce_irq_disable()
586 if (__le32_to_cpu(entry->service_id) != service_id) in ath11k_ahb_map_service_to_pipe()
589 switch (__le32_to_cpu(entry->pipedir)) { in ath11k_ahb_map_service_to_pipe()
594 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
599 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
605 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
606 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_ahb_map_service_to_pipe()
A Dpci.c1157 if (__le32_to_cpu(entry->service_id) != service_id) in ath11k_pci_map_service_to_pipe()
1160 switch (__le32_to_cpu(entry->pipedir)) { in ath11k_pci_map_service_to_pipe()
1165 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
1170 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
1176 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
1177 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath11k_pci_map_service_to_pipe()
/linux/drivers/net/wireless/ath/ath10k/
A Dwmi.c2522 snr = __le32_to_cpu(arg.snr); in ath10k_wmi_event_mgmt_rx()
2524 rate = __le32_to_cpu(arg.rate); in ath10k_wmi_event_mgmt_rx()
3577 v = __le32_to_cpu(t); in ath10k_wmi_update_tim()
4036 reg0 = __le32_to_cpu(rr->reg0); in ath10k_dfs_radar_report()
4037 reg1 = __le32_to_cpu(rr->reg1); in ath10k_dfs_radar_report()
4545 rssi = __le32_to_cpu(arg.rssi); in ath10k_wmi_event_roam()
4921 __le32_to_cpu(ev->ctl), in ath10k_wmi_event_pdev_tpc_config()
5177 __le32_to_cpu(ev->ctl), in ath10k_wmi_event_tpc_final_table()
5654 __le32_to_cpu(arg.ht_cap), in ath10k_wmi_event_service_ready_work()
5655 __le32_to_cpu(arg.vht_cap), in ath10k_wmi_event_service_ready_work()
[all …]
A Dwmi-tlv.c191 vdev_id = __le32_to_cpu(ev->vdev_id); in ath10k_wmi_tlv_event_bcn_tx_status()
289 __le32_to_cpu(ev->vdev_id), in ath10k_wmi_tlv_op_pull_peer_stats_info()
291 __le32_to_cpu(ev->more_data)); in ath10k_wmi_tlv_op_pull_peer_stats_info()
353 __le32_to_cpu(item->timestamp), in ath10k_wmi_tlv_event_diag_data()
354 __le32_to_cpu(item->code), in ath10k_wmi_tlv_event_diag_data()
424 vdev_id = __le32_to_cpu(ev->vdev_id); in ath10k_wmi_tlv_event_p2p_noa()
457 action = __le32_to_cpu(ev->action); in ath10k_wmi_tlv_event_tx_pause()
525 __le32_to_cpu(ev->gpio_pin_num), in ath10k_wmi_tlv_event_rfkill_state_change()
526 __le32_to_cpu(ev->int_type), in ath10k_wmi_tlv_event_rfkill_state_change()
527 __le32_to_cpu(ev->radio_state)); in ath10k_wmi_tlv_event_rfkill_state_change()
[all …]
A Dhtt_rx.c510 paddr = __le32_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_32()
525 paddr = __le32_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_32()
1025 __le32_to_cpu(rxd->attention.flags), in ath10k_htt_rx_h_rates()
1026 __le32_to_cpu(rxd->mpdu_start.info0), in ath10k_htt_rx_h_rates()
1027 __le32_to_cpu(rxd->mpdu_start.info1), in ath10k_htt_rx_h_rates()
1031 __le32_to_cpu(rxd->ppdu_start.info1), in ath10k_htt_rx_h_rates()
1032 __le32_to_cpu(rxd->ppdu_start.info2), in ath10k_htt_rx_h_rates()
1038 __le32_to_cpu(rxd->mpdu_end.info0)); in ath10k_htt_rx_h_rates()
2919 __le32_to_cpu(ppdu_info->info0)); in ath10k_htt_rx_tx_compl_ind()
2926 info0 = __le32_to_cpu(ppdu_dur->info0); in ath10k_htt_rx_tx_compl_ind()
[all …]
A Dbmi.c76 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info()
77 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info()
117 if (__le32_to_cpu(tmp) == TARGET_VERSION_SENTINAL) { in ath10k_bmi_get_target_info_sdio()
128 ver_len = __le32_to_cpu(tmp); in ath10k_bmi_get_target_info_sdio()
147 target_info->version = __le32_to_cpu(resp.get_target_info.version); in ath10k_bmi_get_target_info_sdio()
148 target_info->type = __le32_to_cpu(resp.get_target_info.type); in ath10k_bmi_get_target_info_sdio()
250 *reg_val = __le32_to_cpu(resp.read_soc_reg.value); in ath10k_bmi_read_soc_reg()
336 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute()
A Dswap.c35 payload_len = __le32_to_cpu(swap_item->tlv.length); in ath10k_swap_code_seg_fill()
51 __le32_to_cpu(swap_item->tail.bmi_write_addr); in ath10k_swap_code_seg_fill()
84 seg_size = __le32_to_cpu(seg_info->seg_hw_info.size); in ath10k_swap_code_seg_free()
A Dhw.c1023 if (__le32_to_cpu(hdr->magic_num) != BMI_SGMTFILE_MAGIC_NUM) { in ath10k_hw_diag_fast_download()
1047 base_addr = __le32_to_cpu(metadata->addr); in ath10k_hw_diag_fast_download()
1048 base_len = __le32_to_cpu(metadata->length); in ath10k_hw_diag_fast_download()
1139 return MS(__le32_to_cpu(rxd->msdu_end.qca99x0.info1), in ath10k_qca99x0_rx_desc_get_l3_pad_bytes()
A Dsnoc.c786 if (__le32_to_cpu(entry->service_id) != service_id) in ath10k_snoc_hif_map_service_to_pipe()
789 switch (__le32_to_cpu(entry->pipedir)) { in ath10k_snoc_hif_map_service_to_pipe()
794 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
799 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
805 *dl_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
806 *ul_pipe = __le32_to_cpu(entry->pipenum); in ath10k_snoc_hif_map_service_to_pipe()
/linux/drivers/soc/qcom/
A Dsocinfo.c466 qcom_socinfo->info.fmt = __le32_to_cpu(info->fmt); in socinfo_debugfs_init()
494 qcom_socinfo->info.nproduct_id = __le32_to_cpu(info->nproduct_id); in socinfo_debugfs_init()
502 __le32_to_cpu(info->chip_family); in socinfo_debugfs_init()
504 __le32_to_cpu(info->raw_device_family); in socinfo_debugfs_init()
506 __le32_to_cpu(info->raw_device_num); in socinfo_debugfs_init()
525 qcom_socinfo->info.foundry_id = __le32_to_cpu(info->foundry_id); in socinfo_debugfs_init()
537 __le32_to_cpu(info->hw_plat_subtype); in socinfo_debugfs_init()
545 __le32_to_cpu(info->accessory_chip); in socinfo_debugfs_init()
552 qcom_socinfo->info.plat_ver = __le32_to_cpu(info->plat_ver); in socinfo_debugfs_init()
559 qcom_socinfo->info.hw_plat = __le32_to_cpu(info->hw_plat); in socinfo_debugfs_init()
[all …]
/linux/include/uapi/linux/
A Dnilfs2_ondisk.h536 cp->cp_flags = __cpu_to_le32(__le32_to_cpu(cp->cp_flags) | \
542 cp->cp_flags = __cpu_to_le32(__le32_to_cpu(cp->cp_flags) & \
548 return !!(__le32_to_cpu(cp->cp_flags) & \
598 su->su_flags = __cpu_to_le32(__le32_to_cpu(su->su_flags) | \
605 __cpu_to_le32(__le32_to_cpu(su->su_flags) & \
611 return !!(__le32_to_cpu(su->su_flags) & \
630 return !__le32_to_cpu(su->su_flags); in nilfs_segment_usage_clean()
/linux/drivers/infiniband/hw/qib/
A Dqib_common.h761 return __le32_to_cpu(rbuf[1]) & QLOGIC_IB_RHF_H_ERR_MASK; in qib_hdrget_err_flags()
766 return (__le32_to_cpu(rbuf[0]) >> QLOGIC_IB_RHF_RCVTYPE_SHIFT) & in qib_hdrget_rcv_type()
772 return ((__le32_to_cpu(rbuf[0]) >> QLOGIC_IB_RHF_LENGTH_SHIFT) & in qib_hdrget_length_in_bytes()
778 return (__le32_to_cpu(rbuf[0]) >> QLOGIC_IB_RHF_EGRINDEX_SHIFT) & in qib_hdrget_index()
784 return (__le32_to_cpu(rbuf[1]) >> QLOGIC_IB_RHF_SEQ_SHIFT) & in qib_hdrget_seq()
790 return (__le32_to_cpu(rbuf[1]) >> QLOGIC_IB_RHF_HDRQ_OFFSET_SHIFT) & in qib_hdrget_offset()
796 return __le32_to_cpu(rbuf[0]) & QLOGIC_IB_RHF_L_USE_EGR; in qib_hdrget_use_egr_buf()
/linux/fs/jfs/
A Djfs_types.h143 (((u64)((dasdp)->limit_hi) << 32) + __le32_to_cpu((dasdp)->limit_lo))
150 (((u64)((dasdp)->used_hi) << 32) + __le32_to_cpu((dasdp)->used_lo))
/linux/drivers/media/pci/solo6x10/
A Dsolo6x10-v4l2-enc.c396 return (__le32_to_cpu((*vh)[0]) >> 30) & 1; in vop_interlaced()
401 return (__le32_to_cpu((*vh)[0]) >> 24) & 0x1F; in vop_channel()
406 return (__le32_to_cpu((*vh)[0]) >> 22) & 3; in vop_type()
411 return __le32_to_cpu((*vh)[0]) & 0xFFFFF; in vop_mpeg_size()
416 return (__le32_to_cpu((*vh)[1]) >> 8) & 0xFF; in vop_hsize()
421 return __le32_to_cpu((*vh)[1]) & 0xFF; in vop_vsize()
426 return __le32_to_cpu((*vh)[2]); in vop_mpeg_offset()
431 return __le32_to_cpu((*vh)[3]); in vop_jpeg_offset()
436 return __le32_to_cpu((*vh)[4]) & 0xFFFFF; in vop_jpeg_size()
441 return __le32_to_cpu((*vh)[5]); in vop_sec()
[all …]
/linux/drivers/nvdimm/
A Dlabel.c168 seq = __le32_to_cpu(nsindex[i]->seq); in __nd_label_validate()
204 nslot = __le32_to_cpu(nsindex[i]->nslot); in __nd_label_validate()
228 seq = best_seq(__le32_to_cpu(nsindex[0]->seq), in __nd_label_validate()
229 __le32_to_cpu(nsindex[1]->seq)); in __nd_label_validate()
230 if (seq == (__le32_to_cpu(nsindex[1]->seq) & NSINDEX_SEQ_MASK)) in __nd_label_validate()
326 *nslot = __le32_to_cpu(nsindex->nslot); in preamble_index()
516 nslot = __le32_to_cpu(nsindex->nslot); in nd_label_data_init()
676 nslot = __le32_to_cpu(nsindex->nslot); in nd_label_write_index()
952 nd_inc_seq(__le32_to_cpu(nsindex->seq)), 0); in __pmem_label_update()
1210 nd_inc_seq(__le32_to_cpu(nsindex->seq)), 0); in __blk_label_update()
[all …]
A Dpfn_devs.c208 u32 start_pad = __le32_to_cpu(pfn_sb->start_pad); in resource_show()
234 u32 start_pad = __le32_to_cpu(pfn_sb->start_pad); in size_show()
235 u32 end_trunc = __le32_to_cpu(pfn_sb->end_trunc); in size_show()
679 u32 start_pad = __le32_to_cpu(pfn_sb->start_pad); in __nvdimm_setup_pfn()
680 u32 end_trunc = __le32_to_cpu(pfn_sb->end_trunc); in __nvdimm_setup_pfn()
A Dnd.h69 return __le32_to_cpu(nd_label->cxl.slot); in nsl_get_slot()
70 return __le32_to_cpu(nd_label->efi.slot); in nsl_get_slot()
104 return __le32_to_cpu(nd_label->cxl.flags); in nsl_get_flags()
105 return __le32_to_cpu(nd_label->efi.flags); in nsl_get_flags()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_hw.c614 __le32_to_cpu(hw_evt->param.mac.mode); in prestera_fw_parse_port_evt()
616 __le32_to_cpu(hw_evt->param.mac.speed); in prestera_fw_parse_port_evt()
644 evt->fdb_evt.vid = __le32_to_cpu(hw_evt->vid); in prestera_fw_parse_fdb_evt()
778 *dev_id = __le32_to_cpu(resp.dev_id); in prestera_hw_port_info_get()
779 *hw_id = __le32_to_cpu(resp.hw_id); in prestera_hw_port_info_get()
816 sw->port_count = __le32_to_cpu(resp.port_count); in prestera_hw_switch_init()
818 sw->mtu_max = __le32_to_cpu(resp.mtu_max); in prestera_hw_switch_init()
861 *mode = __le32_to_cpu(resp.param.link_evt.mac.mode); in prestera_hw_port_mac_mode_get()
1208 *rule_id = __le32_to_cpu(resp.id); in prestera_hw_acl_rule_add()
1356 *speed = __le32_to_cpu(resp.param.speed); in prestera_hw_port_speed_get()
[all …]
/linux/drivers/net/usb/
A Dr8153_ecm.c29 ret = __le32_to_cpu(tmp); in pla_read_word()
61 data |= __le32_to_cpu(tmp) & ~mask; in pla_write_word()
/linux/drivers/input/serio/
A Dhyperv-keyboard.c106 u32 msg_type = __le32_to_cpu(msg->header.type); in hv_kbd_on_receive()
145 info = __le32_to_cpu(ks_msg->info); in hv_kbd_on_receive()
281 proto_status = __le32_to_cpu(response->proto_status); in hv_kbd_connect_to_vsp()
/linux/net/nfc/nci/
A Drsp.c58 ndev->nfcc_features = __le32_to_cpu(rsp_1->nfcc_features); in nci_core_init_rsp_packet_v1()
81 __le32_to_cpu(rsp_2->manufact_specific_info); in nci_core_init_rsp_packet_v1()
99 ndev->nfcc_features = __le32_to_cpu(rsp->nfcc_features); in nci_core_init_rsp_packet_v2()
/linux/arch/microblaze/include/asm/
A Dio.h53 #define in_le32(a) __le32_to_cpu(__raw_readl(a))

Completed in 147 milliseconds

123