Searched refs:le16_to_cpu (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dplatform.h7 #define le16_to_cpu le_to_host16 macro
18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h11 #undef le16_to_cpu macro
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c84 if ((le16_to_cpu(gpio->usClkMaskRegisterIndex) == 0x0018) ||
85 (le16_to_cpu(gpio->usClkMaskRegisterIndex) == 0x0019) ||
86 (le16_to_cpu(gpio->usClkMaskRegisterIndex) == 0x001a)) {
95 (le16_to_cpu(gpio->usClkMaskRegisterIndex) == 0x1936) &&
108 (le16_to_cpu(gpio->usClkMaskRegisterIndex) == 0x1fda) &&
120 i2c.mask_clk_reg = le16_to_cpu(gpio->usClkMaskRegisterIndex) * 4;
121 i2c.mask_data_reg = le16_to_cpu(gpio->usDataMaskRegisterIndex) * 4;
122 i2c.en_clk_reg = le16_to_cpu(gpio->usClkEnRegisterIndex) * 4;
123 i2c.en_data_reg = le16_to_cpu(gpio->usDataEnRegisterIndex) * 4;
124 i2c.y_clk_reg = le16_to_cpu(gpi
[all...]
H A Drs690.c86 if (le16_to_cpu(info->info.usK8MemoryClock))
87 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock));
93 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock));
109 rdev->pm.igp_ht_link_width.full = dfixed_const(le16_to_cpu(info->info_v2.usMinHTLinkWidth));
H A Datom.c1390 le16_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb));
1392 usage_bytes = le16_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].usFirmwareUseInKb) * 1024;
H A Datombios_crtc.c646 adjusted_clock = le16_to_cpu(args.v1.usPixelClock) * 10;
/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_ee.c486 hw->eeprom[i] = le16_to_cpu (ee_data);
494 if ((ee_map->init_ctrl_reg_1 & le16_to_cpu(EEPROM_ICW1_SIGNATURE_MASK))
495 != le16_to_cpu(EEPROM_ICW1_SIGNATURE_VALID)) {
520 if ((ee_map->init_ctrl_reg_1 & le16_to_cpu(EEPROM_ICW1_SIGNATURE_MASK))
521 == le16_to_cpu(EEPROM_ICW1_SIGNATURE_VALID)) {
606 return ( le16_to_cpu(hw->eeprom[EEPROM_PBA_1_2_REG])
607 | (le16_to_cpu(hw->eeprom[EEPROM_PBA_3_4_REG])<<16));
H A Dif_ixgb_osdep.h87 #define le16_to_cpu macro
/freebsd-11-stable/contrib/ofed/include/
H A Dbyteorder.h45 #define le16_to_cpu le16toh macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h49 #define le16_to_cpu(x) le16toh(x) macro
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h98 #define le16_to_cpu(x) le16toh(x) macro
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h231 #define le16_to_cpu(x) le16toh(x) macro
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h165 #define le16_to_cpu macro
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h137 #define le16_to_cpu macro
H A Dixl_iw.c174 pf_info->qs_handle[i] = le16_to_cpu(pf->vsi.info.qs_handle[0]);
H A Dixl_pf_iov.c577 txq.rdylist = le16_to_cpu(vf->vsi.info.qs_handle[0]);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h47 #define le16_to_cpu(x) le16toh(x) macro
H A Ddrm_edid.c951 mode->clock = le16_to_cpu(timing->pixel_clock) * 10;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c10103 le16_to_cpu(*(u16*)header->pcir_offset)];
10213 pcir_offset = le16_to_cpu(*(u16 *)header->pcir_offset);
10231 if (le16_to_cpu(*(u16*)header->signature) != BOOT_SIGNATURE ) {
10247 if (le16_to_cpu(*(u16*)pcir_header->vendor_id) != VENDOR_ID) {
10263 if (le16_to_cpu(*(u16*)pcir_header->device_id) != device_id) {
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1377 if (le16_to_cpu(*(u16*)header->signature) != BOOT_SIGNATURE) {

Completed in 332 milliseconds