Searched refs:le32_to_cpu (Results 1 - 23 of 23) sorted by path

/freebsd-11-stable/contrib/ofed/include/
H A Dbyteorder.h43 #define le32_to_cpu le32toh macro
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dplatform.h8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((le32 *)(p)))
/freebsd-11-stable/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h47 #define le32_to_cpu(x) le32toh(x) macro
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c677 *data = le32_to_cpu(*data);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h230 #define le32_to_cpu(x) le32toh(x) macro
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h10 #undef le32_to_cpu macro
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h276 #define le32_to_cpu(x) le32toh(x) macro
H A Dmach64_dma.c431 reg = le32_to_cpu(*p++);
453 reg, le32_to_cpu(*p));
498 le32_to_cpu(((u32 *) ring->start)[i + 0]),
499 le32_to_cpu(((u32 *) ring->start)[i + 1]),
500 le32_to_cpu(((u32 *) ring->start)[i + 2]),
501 le32_to_cpu(((u32 *) ring->start)[i + 3]),
517 u32 addr = le32_to_cpu(((u32 *) ring->start)[ring->head + 1]);
1208 le32_to_cpu(ring_read[head++]) - MACH64_APERTURE_OFFSET;
1209 buf_addr = le32_to_cpu(ring_read[head++]);
1210 eol = le32_to_cpu(ring_rea
[all...]
H A Dmach64_state.c515 reg = le32_to_cpu(data);
H A Dradeon_cp.c58 val = le32_to_cpu(val);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h49 #define le32_to_cpu(x) le32toh(x) macro
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datom.c1389 le32_to_cpu(firmware_usage->asFirmwareVramReserveInfo[0].ulStartAddrUsedByFirmware),
H A Datombios_crtc.c683 adjusted_clock = le32_to_cpu(args.v3.sOutput.ulDispPllFreq) * 10;
H A Dr600.c3832 wptr = le32_to_cpu(rdev->wb.wb[R600_WB_IH_WPTR_OFFSET/4]);
3916 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff;
3917 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff;
H A Dradeon_atombios.c1155 le32_to_cpu(firmware_info->info_12.ulMinPixelClockPLL_Output);
1157 le32_to_cpu(firmware_info->info.ulMaxPixelClockPLL_Output);
1199 le32_to_cpu(firmware_info->info.ulMaxEngineClockPLL_Output);
1226 le32_to_cpu(firmware_info->info.ulMaxMemoryClockPLL_Output);
1242 le32_to_cpu(firmware_info->info.ulDefaultEngineClock);
1244 le32_to_cpu(firmware_info->info.ulDefaultMemoryClock);
1248 le32_to_cpu(firmware_info->info_21.ulDefaultDispEngineClkFreq);
1299 if (le32_to_cpu(igp_info->info.ulBootUpMemoryClock))
1303 if (le32_to_cpu(igp_info->info_2.ulBootUpSidePortClock))
1490 (clock <= le32_to_cpu(ss_inf
[all...]
H A Dradeon_fence.c87 seq = le32_to_cpu(*drv->cpu_addr);
H A Dradeon_ring.c362 rptr = le32_to_cpu(rdev->wb.wb[ring->rptr_offs/4]);
609 ptr = le32_to_cpu(*ring->next_rptr_cpu_addr);
H A Drs690.c84 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock));
98 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpSidePortClock));
100 if (le32_to_cpu(info->info_v2.ulBootUpUMAClock))
101 rdev->pm.igp_system_mclk.full = dfixed_const(le32_to_cpu(info->info_v2.ulBootUpUMAClock));
107 rdev->pm.igp_ht_link_clk.full = dfixed_const(le32_to_cpu(info->info_v2.ulHTLinkFreq));
H A Dsi.c3698 wptr = le32_to_cpu(rdev->wb.wb[R600_WB_IH_WPTR_OFFSET/4]);
3757 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff;
3758 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff;
3759 ring_id = le32_to_cpu(rdev->ih.ring[ring_index + 2]) & 0xff;
H A Devergreen.c2999 wptr = le32_to_cpu(rdev->wb.wb[R600_WB_IH_WPTR_OFFSET/4]);
3049 src_id = le32_to_cpu(rdev->ih.ring[ring_index]) & 0xff;
3050 src_data = le32_to_cpu(rdev->ih.ring[ring_index + 1]) & 0xfffffff;
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c2844 *data = le32_to_cpu(*data);
10239 if (le32_to_cpu(*(u32*)pcir_header->signature) != PCIR_SIGNATURE) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h99 #define le32_to_cpu(x) le32toh(x) macro
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h165 cpu_to_le32((le32_to_cpu(*((__le32 *)(p) + __mlx5_dw_off(typ, fld))) & \
170 #define MLX5_VSC_GET(typ, p, fld) ((le32_to_cpu(*((__le32 *)(p) +\

Completed in 325 milliseconds