Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt7621-pci/
Dpci-mt7621.c219 int start_b, int bits, int val) in set_pcie_phy() argument
223 reg &= ~(((1 << bits) - 1) << start_b); in set_pcie_phy()
224 reg |= val << start_b; in set_pcie_phy()
/Linux-v4.19/net/sched/
Dsch_cake.c990 u32 start_b = get_unaligned_be32(&sack_tmp->start_seq); in cake_tcph_sack_compare() local
995 bytes_b += end_b - start_b; in cake_tcph_sack_compare()
997 if (!after(start_b, start_a) && !before(end_b, end_a)) { in cake_tcph_sack_compare()