Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.c841 cur_byte += 2; in wilc_hif_pack_sta_param()
859 cur_byte += 2; in wilc_hif_pack_sta_param()
981 u8 *cur_byte; in handle_set_mcast_filter() local
992 cur_byte += 4; in handle_set_mcast_filter()
995 cur_byte += 4; in handle_set_mcast_filter()
1763 u8 *cur_byte; in wilc_add_beacon() local
1774 cur_byte += 4; in wilc_add_beacon()
1776 cur_byte += 4; in wilc_add_beacon()
1778 cur_byte += 4; in wilc_add_beacon()
1822 u8 *cur_byte; in wilc_add_station() local
[all …]
/openbmc/linux/arch/arm64/lib/
H A Dmemchr.S35 #define cur_byte w6 macro
59 ldrb cur_byte, [srcin], #1
61 cmp cur_byte, chrin
/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c364 const int cur_byte = i * (1 << es); in vstrc() local
368 if (cur_byte == first_zero && !rt) { in vstrc()
393 first_match = MIN(cur_byte, first_match); in vstrc()
397 first_match = cur_byte; in vstrc()
H A Dmem_helper.c1496 uint8_t cur_byte = 0; in HELPER() local
1499 cur_byte = cpu_ldub_data_ra(env, src, ra); in HELPER()
1507 cur_byte >>= 4; in HELPER()
1514 cur_byte = (cur_byte & 0xf); in HELPER()
1516 cur_byte |= 0xf0; in HELPER()
1518 cpu_stb_data_ra(env, dest, cur_byte, ra); in HELPER()
/openbmc/qemu/disas/
H A Dm68k.c4686 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT) - cur_byte - 1; in get_field()
4692 ++cur_byte; in get_field()
4694 --cur_byte; in get_field()
4710 ++cur_byte; in get_field()
4712 --cur_byte; in get_field()
4854 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT) - cur_byte - 1; in put_field()
4857 *(data + cur_byte) &= in put_field()
4863 ++cur_byte; in put_field()
4865 --cur_byte; in put_field()
4882 ++cur_byte; in put_field()
[all …]