Home
last modified time | relevance | path

Searched refs:real_pos (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/i2c/busses/
Di2c-sh_mobile.c392 int real_pos; in sh_mobile_i2c_isr_rx() local
410 real_pos = pd->pos - 2; in sh_mobile_i2c_isr_rx()
420 if (real_pos < 0) { in sh_mobile_i2c_isr_rx()
425 } else if (real_pos >= 0) { in sh_mobile_i2c_isr_rx()
429 if (real_pos >= 0) in sh_mobile_i2c_isr_rx()
430 pd->msg->buf[real_pos] = data; in sh_mobile_i2c_isr_rx()
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_l4lb.c224 __u32 *real_pos; in get_packet_dst() local
226 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
227 if (!real_pos) in get_packet_dst()
229 key = *real_pos; in get_packet_dst()
Dtest_l4lb_noinline.c220 __u32 *real_pos; in get_packet_dst() local
226 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
227 if (!real_pos) in get_packet_dst()
229 key = *real_pos; in get_packet_dst()
Dtest_xdp_noinline.c566 __u32 *real_pos, hash, key; in get_packet_dst() local
580 real_pos = bpf_map_lookup_elem(&ch_rings, &key); in get_packet_dst()
581 if (!real_pos) in get_packet_dst()
583 key = *real_pos; in get_packet_dst()
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac5.c337 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i; in dwmac5_rxp_update_single_entry() local
351 val = real_pos & ADDR; in dwmac5_rxp_update_single_entry()