Home
last modified time | relevance | path

Searched refs:__cpu_to_le64 (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A Dnd.h95 nd_label->cxl.checksum = __cpu_to_le64(checksum); in nsl_set_checksum()
97 nd_label->efi.checksum = __cpu_to_le64(checksum); in nsl_set_checksum()
129 nd_label->cxl.dpa = __cpu_to_le64(dpa); in nsl_set_dpa()
131 nd_label->efi.dpa = __cpu_to_le64(dpa); in nsl_set_dpa()
147 nd_label->cxl.rawsize = __cpu_to_le64(rawsize); in nsl_set_rawsize()
149 nd_label->efi.rawsize = __cpu_to_le64(rawsize); in nsl_set_rawsize()
167 nd_label->efi.isetcookie = __cpu_to_le64(isetcookie); in nsl_set_isetcookie()
252 nd_label->efi.lbasize = __cpu_to_le64(lbasize); in nsl_set_lbasize()
H A Dlabel.c160 nsindex[i]->checksum = __cpu_to_le64(0); in __nd_label_validate()
162 nsindex[i]->checksum = __cpu_to_le64(sum_save); in __nd_label_validate()
680 nsindex->myoff = __cpu_to_le64(offset); in nd_label_write_index()
681 nsindex->mysize = __cpu_to_le64(sizeof_namespace_index(ndd)); in nd_label_write_index()
685 nsindex->otheroff = __cpu_to_le64(offset); in nd_label_write_index()
688 nsindex->labeloff = __cpu_to_le64(offset); in nd_label_write_index()
695 nsindex->checksum = __cpu_to_le64(0); in nd_label_write_index()
706 nsindex->checksum = __cpu_to_le64(checksum); in nd_label_write_index()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dhwmon.c612 pkt.value = __cpu_to_le64(value); in hl_set_temperature()
776 pkt.value = __cpu_to_le64(value); in hl_set_voltage()
801 pkt.value = __cpu_to_le64(value); in hl_set_current()
832 pkt.value = __cpu_to_le64(value); in hl_set_power()
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h86 #define cpu_to_le64 __cpu_to_le64
H A Dlittle_endian.h32 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) macro
H A Dbig_endian.h32 #define __cpu_to_le64(x) ((__force __le64)__swab64((x))) macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h86 #define cpu_to_le64 __cpu_to_le64
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_regs.h130 *(volatile u64 __force *)addr = __cpu_to_le64(data); in tilcdc_write64()
/openbmc/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h32 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) macro
H A Dbig_endian.h32 #define __cpu_to_le64(x) ((__force __le64)__swab64((x))) macro
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_main.c311 entry->desc->next = __cpu_to_le64(next_entry->desc_dma); in tsnep_tx_ring_create()
468 entry->desc->tx = __cpu_to_le64(dma); in tsnep_tx_map()
607 entry->desc->tx = __cpu_to_le64(dma); in tsnep_xdp_tx_map()
714 entry->desc->tx = __cpu_to_le64(dma); in tsnep_xdp_tx_map_zc()
968 entry->desc->next = __cpu_to_le64(next_entry->desc_dma); in tsnep_rx_ring_create()
1057 entry->desc->rx = __cpu_to_le64(entry->dma + TSNEP_RX_OFFSET); in tsnep_rx_set_page()
1154 entry->desc->rx = __cpu_to_le64(entry->dma); in tsnep_rx_set_xdp()
/openbmc/linux/include/uapi/linux/
H A Dnilfs2_ondisk.h622 su->su_lastmod = __cpu_to_le64(0); in NILFS_SEGMENT_USAGE_FNS()
/openbmc/linux/include/asm-generic/
H A Dio.h290 __raw_writeq((u64 __force)__cpu_to_le64(value), addr); in writeq()
389 __raw_writeq((u64 __force)__cpu_to_le64(value), addr); in writeq_relaxed()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c776 cfg->bank_base_addrs[0] = __cpu_to_le64(htt->frag_desc.paddr); in ath10k_htt_send_frag_desc_bank_cfg_64()
942 ring->fw_idx_shadow_reg_paddr = __cpu_to_le64(htt->rx_ring.alloc_idx.paddr); in ath10k_htt_send_rx_ring_cfg_64()
943 ring->rx_ring_base_paddr = __cpu_to_le64(htt->rx_ring.base_paddr); in ath10k_htt_send_rx_ring_cfg_64()
1751 txbuf->cmd_tx.frags_paddr = __cpu_to_le64(frags_paddr); in ath10k_htt_tx_64()
H A Dce.c701 desc->addr = __cpu_to_le64(paddr); in __ath10k_ce_rx_post_buf_64()
702 desc->addr &= __cpu_to_le64(CE_DESC_ADDR_MASK); in __ath10k_ce_rx_post_buf_64()
H A Dhtt_rx.c110 htt->rx_ring.paddrs_ring_64[idx] = __cpu_to_le64(paddr); in ath10k_htt_set_paddrs_ring_64()
H A Dwmi.c7997 cmd->module_enable = __cpu_to_le64(module_enable); in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7998 cmd->module_valid = __cpu_to_le64(~0); in ath10k_wmi_10_4_op_gen_dbglog_cfg()
H A Dwmi-tlv.c3143 cmd->paddr = __cpu_to_le64(paddr); in ath10k_wmi_tlv_op_gen_mgmt_tx_send()
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c1204 .modes = __cpu_to_le64(modes), in prestera_hw_port_phy_mode_set()
2424 .cir = __cpu_to_le64(cir), in prestera_hw_policer_sr_tcm_set()
/openbmc/linux/drivers/ata/
H A Dlibata-scsi.c3217 buf[i++] = __cpu_to_le64(entry); in ata_format_dsm_trim_descr()