Searched refs:pow_off (Results 1 – 2 of 2) sorted by relevance
290 u32 pulsel_off, pulen_off, smt_off, curr_off, pow_off, reg_off, p_off, n_off; in rtd_pconf_parse_conf() local401 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()
1310 static bool __tpacket_has_room(const struct packet_sock *po, int pow_off) in __tpacket_has_room() argument1316 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() argument1329 if (pow_off) in __tpacket_v3_has_room()1330 idx += len >> pow_off; in __tpacket_v3_has_room()