Symbol: swab32
sys/dev/cxgb/common/cxgb_t3_hw.c
1042
addr = swab32(addr) | SF_RD_DATA_FAST;
sys/dev/cxgb/common/cxgb_t3_hw.c
1083
val = swab32(addr) | SF_PROG_PAGE;
sys/dev/cxgbe/common/t4_hw.c
3942
addr = swab32(addr) | SF_RD_DATA_FAST;
sys/dev/cxgbe/common/t4_hw.c
3983
val = swab32(addr) | SF_PROG_PAGE;
sys/dev/mlx4/mlx4_core/mlx4_catas.c
108
comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm +
sys/dev/mlx4/mlx4_core/mlx4_catas.c
141
comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm +
sys/dev/mlx4/mlx4_core/mlx4_catas.c
226
i, swab32(readl(priv->catas_err.map + i)));
sys/dev/mlx4/mlx4_core/mlx4_catas.c
236
slave_read = swab32(readl(&priv->mfunc.comm->slave_read));
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2263
comm_cmd = swab32(readl(
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2265
slt = swab32(readl(&mfunc->comm[slave].slave_read))
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2300
wr_toggle = swab32(readl(&priv->mfunc.comm->slave_write));
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2307
rd_toggle = swab32(readl(&priv->mfunc.comm->slave_read));
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2311
wr_toggle = swab32(readl(&priv->mfunc.comm->
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
2556
slave_read = swab32(readl(&priv->mfunc.comm[slave].slave_read));
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
259
return (swab32(status) >> 31) != priv->cmd.comm_toggle;
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
427
return (status & swab32(1 << HCR_GO_BIT)) ||
sys/dev/mlx4/mlx4_core/mlx4_cmd.c
429
!!(status & swab32(1 << HCR_T_BIT)));
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1185
swab32(1 << (priv->eq_table.inta_pin & 31));
sys/dev/mlx4/mlx4_core/mlx4_fw.c
1783
val = swab32(val);
sys/dev/mlx4/mlx4_core/mlx4_main.c
1839
clockhi = swab32(readl(priv->clock_mapping));
sys/dev/mlx4/mlx4_core/mlx4_main.c
1840
clocklo = swab32(readl(priv->clock_mapping + 4));
sys/dev/mlx4/mlx4_core/mlx4_main.c
1841
clockhi1 = swab32(readl(priv->clock_mapping));
sys/dev/mlx4/mlx4_core/mlx4_main.c
1932
comm_flags = swab32(readl((__iomem char *)priv->mfunc.comm +
sys/dev/mlx4/mlx4_core/mlx4_main.c
1957
comm_caps = swab32(readl((__iomem char *)priv->mfunc.comm +
sys/dev/mlx4/mlx4_core/mlx4_main.c
2002
slave_read = swab32(readl(&priv->mfunc.comm->slave_read));
sys/dev/mlx4/mlx4_core/mlx4_reset.c
59
#define MLX4_RESET_VALUE swab32(1)
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
881
qp->doorbell_qpn = swab32(qp->mqp.qpn << 8);
sys/dev/mthca/mthca_catas.c
103
switch (swab32(readl(dev->catas_err.map)) >> 24) {
sys/dev/mthca/mthca_catas.c
124
i, swab32(readl(dev->catas_err.map + i)));
sys/dev/mthca/mthca_cmd.c
1265
swab32(*(u32 *) (vsd + VSD_OFFSET_MLX_BOARD_ID + i * 4));
sys/dev/mthca/mthca_cmd.c
194
swab32(1 << HCR_GO_BIT);
sys/dev/mthca/mthca_eq.c
554
eq->eqn_mask = swab32(1 << eq->eqn);
sys/dev/mthca/mthca_eq.c
788
swab32(1 << (dev->eq_table.inta_pin & 31));
sys/dev/mthca/mthca_reset.c
60
#define MTHCA_RESET_VALUE swab32(1)