Searched refs:cpu_to_le32 (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h12 #undef cpu_to_le32 macro
/freebsd-11.0-release/sys/dev/drm/
H A Dr128_state.c662 data[dwords++] = cpu_to_le32(R128_CCE_PACKET2);
728 data[0] = cpu_to_le32(CCE_PACKET3(R128_3D_RNDR_GEN_INDX_PRIM,
731 data[1] = cpu_to_le32(offset);
732 data[2] = cpu_to_le32(R128_MAX_VB_VERTS);
733 data[3] = cpu_to_le32(format);
734 data[4] = cpu_to_le32((prim | R128_CCE_VC_CNTL_PRIM_WALK_IND |
851 data[0] = cpu_to_le32(CCE_PACKET3(R128_CNTL_HOSTDATA_BLT, dwords + 6));
852 data[1] = cpu_to_le32((R128_GMC_DST_PITCH_OFFSET_CNTL |
861 data[2] = cpu_to_le32((blit->pitch << 21) | (blit->offset >> 5));
862 data[3] = cpu_to_le32(
[all...]
H A Dmach64_dma.c582 u32 mask = cpu_to_le32(MACH64_DMA_EOL);
606 u32 mask = cpu_to_le32(~MACH64_DMA_EOL);
644 _ring[_ring_write++] = cpu_to_le32( x ); \
841 data[count++] = cpu_to_le32(DMAREG(MACH64_PAT_REG0) | (1 << 16));
847 cpu_to_le32(DMAREG(MACH64_PAT_REG0) | (1 << 16));
851 data[count++] = cpu_to_le32(DMAREG(MACH64_SRC_CNTL) | (0 << 16));
855 table[MACH64_DMA_FRAME_BUF_OFFSET] = cpu_to_le32(MACH64_BM_ADDR +
857 table[MACH64_DMA_SYS_MEM_ADDR] = cpu_to_le32(data_addr);
858 table[MACH64_DMA_COMMAND] = cpu_to_le32(count * sizeof(u32)
H A Dati_pcigart.c215 *pci_gart = cpu_to_le32(page_base);
H A Dmach64_drv.h775 _buf_wptr[_outcount++] = cpu_to_le32(DMAREG(reg)); \
776 _buf_wptr[_outcount++] = cpu_to_le32((val)); \
H A Dr128_drv.h525 ring[write++] = cpu_to_le32( x ); \
H A DdrmP.h274 #define cpu_to_le32(x) htole32(x) macro
H A Dradeon_cp.c81 (off / sizeof(u32))) = cpu_to_le32(val);
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h46 #define cpu_to_le32(x) htole32(x) macro
/freebsd-11.0-release/contrib/ofed/include/infiniband/
H A Dbyteorder.h42 #define cpu_to_le32 htole32 macro
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c649 packet2s[num_packet2s++] = cpu_to_le32(PACKET2(0));
713 *(u32 *)((unsigned long)ptr + rdev->r600_blit.vs_offset + i * 4) = cpu_to_le32(evergreen_vs[i]);
715 *(u32 *)((unsigned long)ptr + rdev->r600_blit.ps_offset + i * 4) = cpu_to_le32(evergreen_ps[i]);
724 *(u32 *)((unsigned long)ptr + rdev->r600_blit.vs_offset + i * 4) = cpu_to_le32(cayman_vs[i]);
726 *(u32 *)((unsigned long)ptr + rdev->r600_blit.ps_offset + i * 4) = cpu_to_le32(cayman_ps[i]);
H A Dr600_blit_kms.c499 packet2s[num_packet2s++] = cpu_to_le32(PACKET2(0));
558 *(u32 *)((unsigned long)ptr + rdev->r600_blit.vs_offset + i * 4) = cpu_to_le32(r6xx_vs[i]);
560 *(u32 *)((unsigned long)ptr + rdev->r600_blit.ps_offset + i * 4) = cpu_to_le32(r6xx_ps[i]);
H A Datom.c498 ctx->ps[idx] = cpu_to_le32(val);
1313 ps[0] = cpu_to_le32(CU32(hwi + ATOM_FWI_DEFSCLK_PTR));
1314 ps[1] = cpu_to_le32(CU32(hwi + ATOM_FWI_DEFMCLK_PTR));
H A Drs400.c226 entry = cpu_to_le32(entry);
H A Dr600_blit.c143 vs[i] = cpu_to_le32(r6xx_vs[i]);
145 ps[i] = cpu_to_le32(r6xx_ps[i]);
H A Datombios_crtc.c749 args.v6.ulDispEngClkFreq = cpu_to_le32(dispclk);
841 args.v5.ulFbDivDecFrac = cpu_to_le32(frac_fb_div * 100000);
860 args.v6.ulDispEngClkFreq = cpu_to_le32(crtc_id << 24 | clock / 10);
863 args.v6.ulFbDivDecFrac = cpu_to_le32(frac_fb_div * 100000);
H A Dradeon_fence.c66 *drv->cpu_addr = cpu_to_le32(seq);
H A Dradeon_cp.c102 (off / sizeof(u32))) = cpu_to_le32(val);
H A Dradeon_atombios.c2718 args.ulTargetEngineClock = cpu_to_le32(eng_clock); /* 10 khz */
2732 args.ulTargetMemoryClock = cpu_to_le32(mem_clock); /* 10 khz */
H A Dr100.c708 gtt[i] = cpu_to_le32(lower_32_bits(addr));
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dosdep.h101 #define cpu_to_le32(x) htole32(x) macro
/freebsd-11.0-release/sys/dev/drm2/
H A Dati_pcigart.c192 pci_gart[gart_idx] = cpu_to_le32(val);
H A Ddrm_os_freebsd.h48 #define cpu_to_le32(x) htole32(x) macro
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_osdep.h232 #define cpu_to_le32(x) htole32(x) macro
/freebsd-11.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c700 cpu_to_le32(data));
756 *((u32 *)buf) = cpu_to_le32(tmp);
764 *((u32 *)(&buf[4])) = cpu_to_le32(tmp);
791 *((u32 *)buf) = cpu_to_le32(tmp);

Completed in 323 milliseconds

12