Symbol: ioread32be
sys/compat/linuxkpi/common/include/linux/io.h
352
#define ioread32be(addr) ioread32be(addr)
sys/dev/mlx5/driver.h
928
return ioread32be(&dev->iseg->fw_rev) & 0xffff;
sys/dev/mlx5/driver.h
933
return ioread32be(&dev->iseg->fw_rev) >> 16;
sys/dev/mlx5/driver.h
938
return ioread32be(&dev->iseg->cmdif_rev_fw_sub) & 0xffff;
sys/dev/mlx5/driver.h
943
return ioread32be(&dev->iseg->cmdif_rev_fw_sub) >> 16;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1575
cmd_l = ioread32be(&dev->iseg->cmdq_addr_l_sz) & 0xff;
sys/dev/mlx5/mlx5_core/mlx5_cmd.c
1597
cmd->cmdif_rev = ioread32be(&dev->iseg->cmdif_rev_fw_sub) >> 16;
sys/dev/mlx5/mlx5_core/mlx5_health.c
116
return (ioread32be(&dev->iseg->cmdq_addr_l_sz) >> 8) & 7;
sys/dev/mlx5/mlx5_core/mlx5_health.c
123
cur_cmdq_addr_l_sz = ioread32be(&dev->iseg->cmdq_addr_l_sz);
sys/dev/mlx5/mlx5_core/mlx5_health.c
133
u32 rfr = ioread32be(&h->rfr) >> MLX5_RFR_OFFSET;
sys/dev/mlx5/mlx5_core/mlx5_health.c
170
bool err = ioread32be(&h->fw_ver) == 0xffffffff;
sys/dev/mlx5/mlx5_core/mlx5_health.c
208
supported = (ioread32be(&dev->iseg->initializing) >>
sys/dev/mlx5/mlx5_core/mlx5_health.c
231
cmdq_addr = ioread32be(&dev->iseg->cmdq_addr_l_sz);
sys/dev/mlx5/mlx5_core/mlx5_health.c
524
ioread32be(h->assert_var + i));
sys/dev/mlx5/mlx5_core/mlx5_health.c
527
ioread32be(&h->assert_exit_ptr));
sys/dev/mlx5/mlx5_core/mlx5_health.c
529
ioread32be(&h->assert_callra));
sys/dev/mlx5/mlx5_core/mlx5_health.c
533
mlx5_core_info(dev, "hw_id 0x%08x\n", ioread32be(&h->hw_id));
sys/dev/mlx5/mlx5_core/mlx5_health.c
538
fw = ioread32be(&h->fw_ver);
sys/dev/mlx5/mlx5_core/mlx5_health.c
621
count = ioread32be(health->health_counter);
sys/dev/mlx5/mlx5_core/mlx5_main.c
1871
count = ioread32be(health->health_counter);
sys/dev/mlx5/mlx5_core/mlx5_main.c
758
return ioread32be(&dev->iseg->initializing) >> 31;
sys/dev/mlx5/mlx5_core/mlx5_main.c
786
ioread32be(&dev->iseg->initializing));
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1130
hw_h = ioread32be(&iseg->internal_timer_h);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1131
hw_l = ioread32be(&iseg->internal_timer_l);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1132
hw_h1 = ioread32be(&iseg->internal_timer_h);