Home
last modified time | relevance | path

Searched refs:LE_64 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dbyteorder.h74 #define LE_64(x) BSWAP_64(x) macro
79 #define LE_64(x) BMASK_64(x) macro
/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_queue.c115 val = LE_64(PCI_MEM_GET64(softs, &softs->pqi_reg->pqi_dev_adminq_cap, PQI_ADMINQ_CAP)); in pqisrc_get_admin_queue_config()
239 PCI_MEM_PUT64(softs, &softs->pqi_reg->admin_q_config, PQI_ADMINQ_CONFIG, LE_64(cmd)); in pqisrc_create_delete_adminq()
312 PQI_ADMIN_IBQ_ELEM_ARRAY_ADDR, LE_64(softs->admin_ib_queue.array_dma_addr)); in pqisrc_create_admin_queue()
316 PQI_ADMIN_OBQ_ELEM_ARRAY_ADDR, LE_64(softs->admin_ob_queue.array_dma_addr)); in pqisrc_create_admin_queue()
320 PQI_ADMIN_IBQ_CI_ADDR, LE_64(softs->admin_ib_queue.ci_dma_addr)); in pqisrc_create_admin_queue()
324 PQI_ADMIN_OBQ_PI_ADDR, LE_64(softs->admin_ob_queue.pi_dma_addr)); in pqisrc_create_admin_queue()
Dsmartpqi_defines.h300 LE_64(PCI_MEM_GET64(softs, softs->heartbeat_counter_abs_addr, softs->heartbeat_counter_off))
921 #define LE_64(x) htole64(x) macro
Dsmartpqi_init.c342 signature = LE_64(PCI_MEM_GET64(softs, &softs->pqi_reg->signature, PQI_SIGNATURE)); in pqisrc_check_pqimode()
/freebsd-12-stable/contrib/xz/src/common/
Dtuklib_integer.h112 # ifdef LE_64
113 # define conv64le(num) LE_64(num)
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_history.c144 reclen = LE_64(*((uint64_t *)buf)); in spa_history_advance_bof()
349 le_len = LE_64((uint64_t)reclen); in spa_history_log_sync()
Dzvol.c2000 gpe.efi_gpe_StartingLBA = LE_64(34ULL);
2001 gpe.efi_gpe_EndingLBA = LE_64((vs >> bs) - 1);
2007 gpt.efi_gpt_Signature = LE_64(EFI_SIGNATURE);
2010 gpt.efi_gpt_MyLBA = LE_64(1ULL);
2011 gpt.efi_gpt_FirstUsableLBA = LE_64(34ULL);
2012 gpt.efi_gpt_LastUsableLBA = LE_64((vs >> bs) - 1);
2013 gpt.efi_gpt_PartitionEntryLBA = LE_64(2ULL);
/freebsd-12-stable/sys/dev/oce/
Doce_if.h1136 #define LE_64(x) htole64(x) macro