| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_attach.c | 9 __u32 duration = 0, id1, id2, id0 = 0, len; in test_xdp_attach() local 46 err = bpf_get_link_xdp_id(IFINDEX_LO, &id0, 0); in test_xdp_attach() 47 if (CHECK(err || id0 != id1, "id1_check", in test_xdp_attach() 48 "loaded prog id %u != id1 %u, err %d", id0, id1, err)) in test_xdp_attach() 60 err = bpf_get_link_xdp_id(IFINDEX_LO, &id0, 0); in test_xdp_attach() 61 if (CHECK(err || id0 != id2, "id2_check", in test_xdp_attach() 62 "loaded prog id %u != id2 %u, err %d", id0, id2, err)) in test_xdp_attach() 78 err = bpf_get_link_xdp_id(IFINDEX_LO, &id0, 0); in test_xdp_attach() 79 if (CHECK(err || id0 != 0, "unload_check", in test_xdp_attach() 80 "loaded prog id %u != 0, err %d", id0, err)) in test_xdp_attach()
|
| H A D | xdp_link.c | 11 __u32 duration = 0, id1, id2, id0 = 0, prog_fd1, prog_fd2, err; in test_xdp_link() local 48 err = bpf_get_link_xdp_id(IFINDEX_LO, &id0, 0); in test_xdp_link() 49 CHECK(err || id0 != id1, "id1_check", in test_xdp_link() 50 "loaded prog id %u != id1 %u, err %d", id0, id1, err); in test_xdp_link() 75 err = bpf_get_link_xdp_id(IFINDEX_LO, &id0, 0); in test_xdp_link() 76 if (CHECK(err || id0 != id1, "id1_check", in test_xdp_link() 77 "loaded prog id %u != id1 %u, err %d", id0, id1, err)) in test_xdp_link() 112 err = bpf_get_link_xdp_id(IFINDEX_LO, &id0, 0); in test_xdp_link() 113 if (CHECK(err || id0 != id2, "id2_check", in test_xdp_link() 114 "loaded prog id %u != id2 %u, err %d", id0, id1, err)) in test_xdp_link()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/b53/ |
| H A D | b53_serdes.c | 186 u16 id0, msb, lsb; in b53_serdes_init() local 191 id0 = b53_serdes_read(dev, lane, B53_SERDES_ID0, SERDES_ID0); in b53_serdes_init() 196 if (id0 == 0 || id0 == 0xffff) { in b53_serdes_init() 203 lane, id0 & SERDES_ID0_MODEL_MASK, in b53_serdes_init() 204 (id0 >> SERDES_ID0_REV_LETTER_SHIFT) + 0x41, in b53_serdes_init() 205 (id0 >> SERDES_ID0_REV_NUM_SHIFT) & SERDES_ID0_REV_NUM_MASK, in b53_serdes_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 734 u8 id1, id0; in hal_txbf_8822b_status() local 804 id0 = 0; in hal_txbf_8822b_status() 807 id0 = 1; in hal_txbf_8822b_status() 810 id0 = 2; in hal_txbf_8822b_status() 813 id0 = 3; in hal_txbf_8822b_status() 816 id0 = 4; in hal_txbf_8822b_status() 822 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 831 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 835 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/cpu/ |
| H A D | cpu.c | 32 uint32_t id0, id1; in print_cpuinfo() local 36 : "=r"(id0), "=r"(id1)); in print_cpuinfo() 39 XCHAL_CORE_ID, id0, id1, strmhz(mhz, gd->cpu_clk)); in print_cpuinfo()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 720 u8 id1, id0; in HalTxbf8822B_Status() 792 id0 = 0; in HalTxbf8822B_Status() 795 id0 = 1; in HalTxbf8822B_Status() 798 id0 = 2; in HalTxbf8822B_Status() 801 id0 = 3; in HalTxbf8822B_Status() 804 id0 = 4; in HalTxbf8822B_Status() 810 gid_valid[id0] |= (BIT(gid)); in HalTxbf8822B_Status() 814 gid_valid[id0] |= (BIT(gid)); in HalTxbf8822B_Status() 819 gid_valid[id0] &= ~(BIT(gid)); in HalTxbf8822B_Status() 823 gid_valid[id0] &= ~(BIT(gid)); in HalTxbf8822B_Status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 720 u8 id1, id0; in hal_txbf_8822b_status() local 800 id0 = 0; in hal_txbf_8822b_status() 803 id0 = 1; in hal_txbf_8822b_status() 806 id0 = 2; in hal_txbf_8822b_status() 809 id0 = 3; in hal_txbf_8822b_status() 812 id0 = 4; in hal_txbf_8822b_status() 818 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 822 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 827 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 831 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 720 u8 id1, id0; in hal_txbf_8822b_status() local 800 id0 = 0; in hal_txbf_8822b_status() 803 id0 = 1; in hal_txbf_8822b_status() 806 id0 = 2; in hal_txbf_8822b_status() 809 id0 = 3; in hal_txbf_8822b_status() 812 id0 = 4; in hal_txbf_8822b_status() 818 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 822 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 827 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 831 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 828 u8 id1, id0; in HalTxbf8822B_Status() 883 id0 = 0; in HalTxbf8822B_Status() 886 id0 = 1; in HalTxbf8822B_Status() 889 id0 = 2; in HalTxbf8822B_Status() 892 id0 = 3; in HalTxbf8822B_Status() 895 id0 = 4; in HalTxbf8822B_Status() 901 gid_valid[id0] |= (BIT(gid)); in HalTxbf8822B_Status() 905 gid_valid[id0] |= (BIT(gid)); in HalTxbf8822B_Status() 910 gid_valid[id0] &= ~(BIT(gid)); in HalTxbf8822B_Status() 914 gid_valid[id0] &= ~(BIT(gid)); in HalTxbf8822B_Status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/txbf/ |
| H A D | haltxbf8822b.c | 719 u8 id1, id0; in hal_txbf_8822b_status() local 799 id0 = 0; in hal_txbf_8822b_status() 802 id0 = 1; in hal_txbf_8822b_status() 805 id0 = 2; in hal_txbf_8822b_status() 808 id0 = 3; in hal_txbf_8822b_status() 811 id0 = 4; in hal_txbf_8822b_status() 817 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 821 gid_valid[id0] |= (BIT(gid)); in hal_txbf_8822b_status() 826 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() 830 gid_valid[id0] &= ~(BIT(gid)); in hal_txbf_8822b_status() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | handle_self_turns.hpp | 99 segment_identifier const& id0 = turn.operations[0].seg_id; in apply() local 101 if (id0.multi_index != id1.multi_index in apply() 102 || (id0.ring_index == -1 && id1.ring_index == -1) in apply() 103 || (id0.ring_index >= 0 && id1.ring_index >= 0)) in apply()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | intel_msic.c | 351 u8 id0, id1; in intel_msic_probe() local 360 ret = intel_scu_ipc_ioread8(INTEL_MSIC_ID0, &id0); in intel_msic_probe() 372 if (MSIC_VENDOR(id0) != MSIC_VENDOR(id1)) { in intel_msic_probe() 373 dev_err(&pdev->dev, "invalid vendor ID: %x, %x\n", id0, id1); in intel_msic_probe() 381 msic->vendor = MSIC_VENDOR(id0); in intel_msic_probe() 382 msic->version = MSIC_VERSION(id0); in intel_msic_probe()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 151 u8 id0; in cfg_mu_bfer_88xx() local 168 id0 = 0; in cfg_mu_bfer_88xx() 172 id0 = 1; in cfg_mu_bfer_88xx() 176 id0 = 2; in cfg_mu_bfer_88xx() 180 id0 = 3; in cfg_mu_bfer_88xx() 184 id0 = 4; in cfg_mu_bfer_88xx() 190 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 194 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 199 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx() 203 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 152 u8 id0; in cfg_mu_bfer_88xx() local 169 id0 = 0; in cfg_mu_bfer_88xx() 173 id0 = 1; in cfg_mu_bfer_88xx() 177 id0 = 2; in cfg_mu_bfer_88xx() 181 id0 = 3; in cfg_mu_bfer_88xx() 185 id0 = 4; in cfg_mu_bfer_88xx() 191 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 195 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 200 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx() 204 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 151 u8 id0; in cfg_mu_bfer_88xx() local 168 id0 = 0; in cfg_mu_bfer_88xx() 172 id0 = 1; in cfg_mu_bfer_88xx() 176 id0 = 2; in cfg_mu_bfer_88xx() 180 id0 = 3; in cfg_mu_bfer_88xx() 184 id0 = 4; in cfg_mu_bfer_88xx() 190 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 194 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 199 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx() 203 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/ |
| H A D | halmac_mimo_88xx.c | 151 u8 id0; in cfg_mu_bfer_88xx() local 168 id0 = 0; in cfg_mu_bfer_88xx() 172 id0 = 1; in cfg_mu_bfer_88xx() 176 id0 = 2; in cfg_mu_bfer_88xx() 180 id0 = 3; in cfg_mu_bfer_88xx() 184 id0 = 4; in cfg_mu_bfer_88xx() 190 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 194 gid_valid[id0] |= (BIT(gid)); in cfg_mu_bfer_88xx() 199 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx() 203 gid_valid[id0] &= ~(BIT(gid)); in cfg_mu_bfer_88xx()
|