Searched refs:be32_to_cpup (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/contrib/ofed/include/infiniband/
H A Dbyteorder.h63 #define be32_to_cpup(x) be32toh(*((uint32_t *)x)) macro
76 #define be32_to_cpus(x) do { *((uint32_t *)x) = be32_to_cpup((x)) } while (0)
/freebsd-10-stable/sys/ofed/include/asm/
H A Dbyteorder.h66 #define be32_to_cpup(x) be32toh(*((uint32_t *)x)) macro
79 #define be32_to_cpus(x) do { *((uint32_t *)x) = be32_to_cpup((x)) } while (0)
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dpacker.c43 case 4: return be32_to_cpup((__be32 *) (structure + offset));
168 val = (be32_to_cpup(addr) & mask) >> shift;
H A Dsysfs.c373 be32_to_cpup((__be32 *)(out_mad->data + 40 + offset / 8)));
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mad.c325 *vendor_id = be32_to_cpup((__be32 *)(out_mad->data + 36)) & 0xffff;
490 props->port_cap_flags = be32_to_cpup((__be32 *)(out_mad->data + 20));
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h42 #define be32_to_cpup(x) be32toh(*x) macro
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c91 props->vendor_id = be32_to_cpup((__be32 *) (out_mad->data + 36)) &
94 props->hw_ver = be32_to_cpup((__be32 *) (out_mad->data + 32));
173 props->port_cap_flags = be32_to_cpup((__be32 *) (out_mad->data + 20));
1291 dev->rev_id = be32_to_cpup((__be32 *) (out_mad->data + 32));
H A Dmthca_dev.h394 case 4: (dest) = be32_to_cpup(__p); break; \
H A Dmthca_eq.c621 printk(" %08x", be32_to_cpup(mailbox->buf + i * 4));
H A Dmthca_cmd.c1756 printk(" %08x\n", be32_to_cpup(mailbox->buf));
1773 printk(" opt param mask: %08x\n", be32_to_cpup(mailbox->buf));
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dr600.c2186 be32_to_cpup(fw_data++));
2192 be32_to_cpup(fw_data++));
3374 WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++));
3379 WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++));
3384 WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++));
3389 WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++));
3394 WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++));
H A Dni.c270 WREG32(MC_SEQ_SUP_PGM, be32_to_cpup(fw_data++));
1007 WREG32(CP_PFP_UCODE_DATA, be32_to_cpup(fw_data++));
1013 WREG32(CP_ME_RAM_DATA, be32_to_cpup(fw_data++));
H A Dr600_cp.c433 be32_to_cpup(fw_data++));
439 be32_to_cpup(fw_data++));
525 RADEON_WRITE(R600_CP_PFP_UCODE_DATA, be32_to_cpup(fw_data++));
531 RADEON_WRITE(R600_CP_ME_RAM_DATA, be32_to_cpup(fw_data++));
H A Drv770.c349 WREG32(CP_PFP_UCODE_DATA, be32_to_cpup(fw_data++));
355 WREG32(CP_ME_RAM_DATA, be32_to_cpup(fw_data++));
H A Dsi.c257 WREG32(MC_SEQ_SUP_PGM, be32_to_cpup(fw_data++));
1915 WREG32(CP_PFP_UCODE_DATA, be32_to_cpup(fw_data++));
1922 WREG32(CP_CE_UCODE_DATA, be32_to_cpup(fw_data++));
1929 WREG32(CP_ME_RAM_DATA, be32_to_cpup(fw_data++));
3267 WREG32(RLC_UCODE_DATA, be32_to_cpup(fw_data++));
H A Dradeon_cp.c560 be32_to_cpup(&fw_data[i]));
562 be32_to_cpup(&fw_data[i + 1]));
H A Dr100.c1088 be32_to_cpup(&fw_data[i]));
1090 be32_to_cpup(&fw_data[i + 1]));
H A Devergreen.c1656 WREG32(CP_PFP_UCODE_DATA, be32_to_cpup(fw_data++));
1662 WREG32(CP_ME_RAM_DATA, be32_to_cpup(fw_data++));
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c183 props->vendor_id = be32_to_cpup((__be32 *) (out_mad->data + 36)) &
186 props->hw_ver = be32_to_cpup((__be32 *) (out_mad->data + 32));
266 props->port_cap_flags = be32_to_cpup((__be32 *) (out_mad->data + 20));
1286 dev->dev->rev_id = be32_to_cpup((__be32 *) (out_mad->data + 32));
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h758 #define IPOIB_QPN(ha) (be32_to_cpup((__be32 *) ha) & 0xffffff)
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Deq.c1038 pr_cont(" %08x", be32_to_cpup(mailbox->buf + i * 4));
H A Dfw.c64 case 4: (dest) = be32_to_cpup(__p); break; \

Completed in 416 milliseconds