Home
last modified time | relevance | path

Searched refs:val32 (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_dash.h244 #define RTL_CMAC_W32(tp, reg, val32) writel ((val32), tp->cmac_ioaddr + (reg))
H A Dr8168.h449 #define RTL_W32(tp, reg, val32) writel((val32), tp->mmio_addr + (reg))
H A Dr8168_n.c6769 u32 reg,val32; in rtl8168_get_mac_version() local
6772 val32 = RTL_R32(tp, TxConfig); in rtl8168_get_mac_version()
6773 reg = val32 & 0x7c800000; in rtl8168_get_mac_version()
6774 ICVerID = val32 & 0x00700000; in rtl8168_get_mac_version()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c7428 static void reg_set_min_max(struct bpf_reg_state *true_reg, struct bpf_reg_state *false_reg, u64 val, u32 val32, in reg_set_min_max() argument
7436 s32 sval32 = (s32)val32; in reg_set_min_max()
7460 __mark_reg32_known(true_reg, val32); in reg_set_min_max()
7469 __mark_reg32_known(false_reg, val32); in reg_set_min_max()
7478 false_32off = tnum_and(false_32off, tnum_const(~val32)); in reg_set_min_max()
7479 if (is_power_of_2(val32)) { in reg_set_min_max()
7480 true_32off = tnum_or(true_32off, tnum_const(val32)); in reg_set_min_max()
7492 u32 false_umax = opcode == BPF_JGT ? val32 : val32 - 1; in reg_set_min_max()
7493 u32 true_umin = opcode == BPF_JGT ? val32 in reg_set_min_max()
7577 reg_set_min_max_inv(struct bpf_reg_state *true_reg, struct bpf_reg_state *false_reg, u64 val, u32 val32, u8 opcode, bool is_jmp32) reg_set_min_max_inv() argument
[all...]

Completed in 44 milliseconds