Searched refs:LE_32 (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Duuid.h85 (dest).time_low = LE_32((dest).time_low); \
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Duuid.h85 (dest).time_low = LE_32((dest).time_low); \
H A Dbyteorder.h70 #define LE_32(x) BSWAP_32(x) macro
75 #define LE_32(x) BMASK_32(x) macro
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dbyteorder.h73 #define LE_32(x) BSWAP_32(x) macro
78 #define LE_32(x) BMASK_32(x) macro
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_sis.c113 LEGACY_SIS_IDBR, LE_32(TRIGGER_NMI_SIS));
127 LEGACY_SIS_IDBR, LE_32(REENABLE_SIS));
177 LEGACY_SIS_SRCV_MAILBOX+i*4, LE_32(mb[i]));
181 LEGACY_SIS_ODBR_R, LE_32(0x1000));
185 LEGACY_SIS_IDBR, LE_32(SIS_CMD_SUBMIT));
204 mb[0] = LE_32(PCI_MEM_GET32(softs, &softs->ioa_reg->mb[0], LEGACY_SIS_SRCV_MAILBOX));
215 mb[i] = LE_32(PCI_MEM_GET32(softs, &softs->ioa_reg->mb[i], LEGACY_SIS_SRCV_MAILBOX+i*4));
H A Dsmartpqi_init.c373 COND_WAIT(LE_32(PCI_MEM_GET32(softs, &softs->pqi_reg->pqi_dev_status, PQI_DEV_STATUS)) &
633 section_off = LE_32(conf_table->first_section_off);
724 LEGACY_SIS_IDBR, LE_32(val));
737 LE_32(pqi_reset_reg.all_bits));
H A Dsmartpqi_discovery.c182 request->buffer_length = LE_32(datasize);
747 raidmap_size = LE_32(raid_map->structure_size);
816 raidmap_size = LE_32(raid_map->structure_size);
833 if(LE_32(raid_map->structure_size) != raidmap_size) {
835 raidmap_size,LE_32(raid_map->structure_size));
H A Dsmartpqi_queue.c85 ob_q->ci_register_offset, LE_32(ob_q->ci_local));
334 PQI_ADMINQ_PARAM, LE_32(admin_q_param));
H A Dsmartpqi_request.c299 aio_req->encrypt_twk_low = LE_32(rcb->enc_info.encrypt_tweak_lower);
300 aio_req->encrypt_twk_high = LE_32(rcb->enc_info.encrypt_tweak_upper);
H A Dsmartpqi_defines.h921 #define LE_32(x) htole32(x) macro
H A Dsmartpqi_cam.c456 LE_32(err_info->resd_count);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dbyteorder.h45 #define LE_32(x) cpu_to_le32(x) macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dbyteorder.h85 #define LE_32(x) BSWAP_32(x) macro
90 #define LE_32(x) BMASK_32(x) macro
/freebsd-13-stable/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c656 len_t headerSize = (len_t)LE_32(efi->efi_gpt_HeaderSize);
666 crc != LE_32(efi_crc32((unsigned char *)efi, headerSize))) {
670 crc, LE_32(efi_crc32((unsigned char *)efi,
815 LE_32(efi->efi_gpt_NumberOfPartitionEntries);
882 vtoc->efi_version = LE_32(efi->efi_gpt_Revision);
883 vtoc->efi_nparts = LE_32(efi->efi_gpt_NumberOfPartitionEntries);
884 vtoc->efi_part_size = LE_32(efi->efi_gpt_SizeOfPartitionEntry);
1437 efi->efi_gpt_Revision = LE_32(vtoc->efi_version); /* 0x02000100 */
1438 efi->efi_gpt_HeaderSize = LE_32(sizeof (struct efi_gpt) - LEN_EFI_PAD);
1445 efi->efi_gpt_NumberOfPartitionEntries = LE_32(vto
[all...]
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dbyteorder.h116 #define LE_32(x) BSWAP_32(x) macro
121 #define LE_32(x) BMASK_32(x) macro
/freebsd-13-stable/contrib/xz/src/common/
H A Dtuklib_integer.h109 # ifdef LE_32
110 # define conv32le(num) LE_32(num)
/freebsd-13-stable/sys/dev/oce/
H A Doce_mbox.c583 fwcmd->params.req.cap_flags = LE_32(cap_flags);
584 fwcmd->params.req.enable_flags = LE_32(en_flags);
850 fwcmd->params.req.if_id = LE_32(if_id);
1464 fwcmd->flash_op_type = LE_32(optype);
1465 fwcmd->flash_op_code = LE_32(opcode);
1466 fwcmd->data_buffer_size = LE_32(num_bytes);
1915 fwcmd->params.req.port = LE_32(sc->port_id);
1916 fwcmd->params.req.page_num = LE_32(page_num);
H A Doce_queue.c685 ctx->v1.async_evt_bitmap |= LE_32(0x00000022);
686 ctx->v1.async_evt_bitmap |= LE_32(1 << ASYNC_EVENT_CODE_DEBUG);
688 LE_32(1 << ASYNC_EVENT_CODE_SLIPORT);
H A Doce_if.h1121 #define LE_32(x) htole32(x) macro

Completed in 233 milliseconds