Searched refs:cpu_to_le32 (Results 1 - 25 of 1604) sorted by last modified time

1234567891011>>

/linux-master/net/mac80211/
H A Drx.c386 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_TSFT));
410 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_RATE));
447 cpu_to_le32(BIT(IEEE80211_RADIOTAP_DBM_ANTSIGNAL));
473 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_MCS));
502 cpu_to_le32(BIT(IEEE80211_RADIOTAP_AMPDU_STATUS));
529 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_VHT));
574 cpu_to_le32(BIT(IEEE80211_RADIOTAP_TIMESTAMP));
670 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_HE));
680 rthdr->it_present |= cpu_to_le32(BIT(IEEE80211_RADIOTAP_HE_MU));
687 cpu_to_le32(BI
[all...]
H A Dmlme.c254 he_oper->he_oper_params & cpu_to_le32(IEEE80211_HE_OPERATION_VHT_OPER_INFO)) {
1001 cpu_to_le32(IEEE80211_VHT_CAP_SU_BEAMFORMER_CAPABLE)))
1005 cpu_to_le32(IEEE80211_VHT_CAP_MU_BEAMFORMER_CAPABLE)))
/linux-master/net/bluetooth/
H A Dsco.c773 cp.tx_bandwidth = cpu_to_le32(0x00001f40);
774 cp.rx_bandwidth = cpu_to_le32(0x00001f40);
H A Dmgmt.c652 return cpu_to_le32(options);
690 rp.supported_options = cpu_to_le32(options);
1165 rp.supported_settings = cpu_to_le32(get_supported_settings(hdev));
1166 rp.current_settings = cpu_to_le32(get_current_settings(hdev));
1221 rp->supported_settings = cpu_to_le32(get_supported_settings(hdev));
1222 rp->current_settings = cpu_to_le32(get_current_settings(hdev));
1261 __le32 settings = cpu_to_le32(get_current_settings(hdev));
1321 __le32 ev = cpu_to_le32(get_current_settings(hdev));
3916 rp.supported_phys = cpu_to_le32(get_supported_phys(hdev));
3917 rp.selected_phys = cpu_to_le32(get_selected_phy
[all...]
H A Dl2cap_core.c3055 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime);
3056 efs.acc_lat = cpu_to_le32(L2CAP_DEFAULT_ACC_LAT);
3057 efs.flush_to = cpu_to_le32(L2CAP_EFS_DEFAULT_FLUSH_TO);
3064 efs.sdu_itime = cpu_to_le32(chan->local_sdu_itime);
H A Dhci_event.c3376 cp.tx_bandwidth = cpu_to_le32(0x00001f40);
3377 cp.rx_bandwidth = cpu_to_le32(0x00001f40);
H A Dhci_conn.c307 cp.tx_bandwidth = cpu_to_le32(0x00001f40);
308 cp.rx_bandwidth = cpu_to_le32(0x00001f40);
421 cp.tx_bandwidth = cpu_to_le32(0x00001f40);
422 cp.rx_bandwidth = cpu_to_le32(0x00001f40);
/linux-master/fs/ntfs3/
H A Dsuper.c793 ref.low = cpu_to_le32(ino);
1086 rec->used = cpu_to_le32(ao + ALIGN(sizeof(enum ATTR_TYPE), 8));
1087 rec->total = cpu_to_le32(sbi->record_size);
1210 ref.low = cpu_to_le32(MFT_REC_VOL);
1258 ref.low = cpu_to_le32(MFT_REC_MIRR);
1273 ref.low = cpu_to_le32(MFT_REC_LOG);
1303 ref.low = cpu_to_le32(MFT_REC_MFT);
1332 ref.low = cpu_to_le32(MFT_REC_BITMAP);
1372 ref.low = cpu_to_le32(MFT_REC_BADCLUST);
1410 ref.low = cpu_to_le32(MFT_REC_ATT
[all...]
H A Dntfs_fs.h785 ref->low = cpu_to_le32(mi->rno);
1089 *var = cpu_to_le32(le32_to_cpu(*var) - val);
H A Dinode.c468 } else if (fname && fname->home.low == cpu_to_le32(MFT_REC_EXTEND) &&
1384 attr->size = cpu_to_le32(asize);
1387 attr->res.data_size = cpu_to_le32(dsize);
1422 attr->size = cpu_to_le32(asize);
1426 attr->res.data_size = cpu_to_le32(dsize);
1436 attr->size = cpu_to_le32(asize);
1439 attr->res.data_size = cpu_to_le32(sd_size);
1455 attr->size = cpu_to_le32(asize);
1461 attr->res.data_size = cpu_to_le32(dsize);
1467 root->ihdr.de_off = cpu_to_le32(sizeo
[all...]
/linux-master/fs/9p/
H A Dvfs_inode.c353 version = cpu_to_le32(v9inode->qid.version);
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1261 hdr->hdr.it_present = cpu_to_le32((1 << IEEE80211_RADIOTAP_FLAGS) |
1305 hdr->hdr.it_present = cpu_to_le32((1 << IEEE80211_RADIOTAP_FLAGS) |
2239 ext->u.s1g_beacon.timestamp = cpu_to_le32(data->abs_bcn_ts +
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c171 return cpu_to_le32(IWL_RATE_1M_PLCP | RATE_MCS_CCK_MSK_V1 |
174 return cpu_to_le32(IWL_RATE_6M_PLCP | tx_ant);
643 tx_cmd[0].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL |
662 tx_cmd[1].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL |
685 cpu_to_le32(IWL_UNIFIED_SCAN_CHANNEL_PARTIAL |
820 cmd->max_out_time = cpu_to_le32(scan_timing[params->type].max_out_time);
821 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time);
822 cmd->scan_prio = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6);
945 cmd->iter_num = cpu_to_le32(1);
948 cmd->delay = cpu_to_le32(param
[all...]
H A Dlink.c39 cmd->action = cpu_to_le32(action);
94 cmd.link_id = cpu_to_le32(link_info->fw_link_id);
95 cmd.mac_id = cpu_to_le32(mvmvif->id);
98 cmd.phy_id = cpu_to_le32(FW_CTXT_INVALID);
106 cmd.listen_lmac = cpu_to_le32(link_info->listen_lmac);
151 cmd.link_id = cpu_to_le32(link_info->fw_link_id);
158 cmd.phy_id = cpu_to_le32(phyctxt->id);
160 cmd.phy_id = cpu_to_le32(FW_CTXT_INVALID);
161 cmd.mac_id = cpu_to_le32(mvmvif->id);
165 cmd.active = cpu_to_le32(activ
[all...]
H A Dftm-initiator.c265 cpu_to_le32(IWL_TOF_INITIATOR_FLAGS_MACADDR_RANDOM |
275 cmd->req_timeout_ms = cpu_to_le32(req->timeout);
277 cmd->req_timeout_ms = cpu_to_le32(0xfffff);
292 cmd->tsf_mac_id = cpu_to_le32(mvmvif->id);
301 cmd->tsf_mac_id = cpu_to_le32(0xff);
435 cpu_to_le32(IWL_INITIATOR_AP_FLAGS_##flag))
448 target->initiator_ap_flags = cpu_to_le32(0);
747 cpu_to_le32(IWL_INITIATOR_AP_FLAGS_SECURED);
831 target->initiator_ap_flags = cpu_to_le32(flags);
/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c160 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits);
732 if (!(eop_desc->wb.status & cpu_to_le32(WX_TXD_STAT_DD)))
934 tx_desc->read.olinfo_status = cpu_to_le32(olinfo_status);
973 cpu_to_le32(cmd_type ^ WX_MAX_DATA_PER_TXD);
992 tx_desc->read.cmd_type_len = cpu_to_le32(cmd_type ^ size);
1014 tx_desc->read.cmd_type_len = cpu_to_le32(cmd_type);
1081 context_desc->vlan_macip_lens = cpu_to_le32(vlan_macip_lens);
1082 context_desc->seqnum_seed = cpu_to_le32(fcoe_sof_eof);
1083 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd);
1084 context_desc->mss_l4len_idx = cpu_to_le32(mss_l4len_id
[all...]
/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c343 rx_desc->dptr = cpu_to_le32(dma_addr);
347 rx_desc->dptr = cpu_to_le32((u32)priv->rx_desc_dma[q]);
379 tx_desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]);
385 desc->dptr = cpu_to_le32((u32)priv->rx_desc_dma[q]);
390 desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]);
876 desc->dptr = cpu_to_le32(dma_addr);
986 desc->dptr = cpu_to_le32(dma_addr);
2112 desc->dptr = cpu_to_le32(dma_addr);
2131 desc->dptr = cpu_to_le32(dma_addr);
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c1081 return cpu_to_le32(launchtime);
1131 desc->read.cmd_type_len = cpu_to_le32(cmd_type);
1132 desc->read.olinfo_status = cpu_to_le32(olinfo_status);
1171 context_desc->vlan_macip_lens = cpu_to_le32(vlan_macip_lens);
1172 context_desc->type_tucmd_mlhl = cpu_to_le32(type_tucmd);
1173 context_desc->mss_l4len_idx = cpu_to_le32(mss_l4len_idx);
1313 tx_desc->read.olinfo_status = cpu_to_le32(olinfo_status);
1354 cpu_to_le32(cmd_type ^ IGC_MAX_DATA_PER_TXD);
1373 tx_desc->read.cmd_type_len = cpu_to_le32(cmd_type ^ size);
1394 tx_desc->read.cmd_type_len = cpu_to_le32(cmd_typ
[all...]
H A Digc.h471 return rx_desc->wb.upper.status_error & cpu_to_le32(stat_err_bits);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c7502 non_zero_phy_type ? cpu_to_le32((u32)(mask & 0xffffffff)) : 0;
8342 *(__le32 *)&cld->ipaddr.raw_v6.data[i * 2] = cpu_to_le32(ipa);
8353 * fill the cld->tenant_id with cpu_to_le32(filter->tenant_id)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c519 lflags |= cpu_to_le32(TX_BD_FLAGS_STAMP);
528 lflags |= cpu_to_le32(TX_BD_FLAGS_NO_CRC);
542 cpu_to_le32((length << TX_BD_LEN_SHIFT) |
551 cpu_to_le32(TX_BD_FLAGS_TCP_UDP_CHKSUM);
555 tx_push1->tx_bd_cfa_meta = cpu_to_le32(vlan_tag_flags);
557 cpu_to_le32(cfa_action << TX_BD_CFA_ACTION_SHIFT);
586 cpu_to_le32(DB_KEY_TX_PUSH | DB_LONG_TX_PUSH |
649 txbd1->tx_bd_hsize_lflags |= cpu_to_le32(TX_BD_FLAGS_LSO |
653 txbd1->tx_bd_mss = cpu_to_le32(length);
657 cpu_to_le32(TX_BD_FLAGS_TCP_UDP_CHKSU
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Db44.c696 dp->ctrl = cpu_to_le32(ctrl);
697 dp->addr = cpu_to_le32((u32) mapping + bp->dma_offset);
734 ctrl |= cpu_to_le32(DESC_CTRL_EOT);
736 ctrl &= cpu_to_le32(~DESC_CTRL_EOT);
1002 bp->tx_ring[entry].ctrl = cpu_to_le32(ctrl);
1003 bp->tx_ring[entry].addr = cpu_to_le32((u32) mapping+bp->dma_offset);
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c761 *reg = cpu_to_le32(val);
2531 cpu_to_le32(CLR_ERASED_PAGE_DET);
2533 cpu_to_le32(SET_ERASED_PAGE_DET);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v5_2.c836 adev->wb.wb[index] = cpu_to_le32(tmp);
918 adev->wb.wb[index] = cpu_to_le32(tmp);
H A Dsdma_v4_4_2.c969 adev->wb.wb[index] = cpu_to_le32(tmp);
1023 adev->wb.wb[index] = cpu_to_le32(tmp);

Completed in 486 milliseconds

1234567891011>>