Home
last modified time | relevance | path

Searched refs:pow_off (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pinctrl/realtek/
Dpinctrl-rtd.c290 u32 pulsel_off, pulen_off, smt_off, curr_off, pow_off, reg_off, p_off, n_off; in rtd_pconf_parse_conf() local
401 pow_off = config_desc->base_bit + config_desc->power_offset; in rtd_pconf_parse_conf()
402 if (pow_off >= 32) { in rtd_pconf_parse_conf()
404 pow_off -= 32; in rtd_pconf_parse_conf()
407 mask = BIT(pow_off); in rtd_pconf_parse_conf()
/linux-6.12.1/net/packet/
Daf_packet.c1310 static bool __tpacket_has_room(const struct packet_sock *po, int pow_off) in __tpacket_has_room() argument
1316 if (pow_off) in __tpacket_has_room()
1317 idx += len >> pow_off; in __tpacket_has_room()
1323 static bool __tpacket_v3_has_room(const struct packet_sock *po, int pow_off) in __tpacket_v3_has_room() argument
1329 if (pow_off) in __tpacket_v3_has_room()
1330 idx += len >> pow_off; in __tpacket_v3_has_room()