Home
last modified time | relevance | path

Searched refs:get_bit (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/clk/
Dclk-ast2600.c210 static u32 get_bit(u8 idx) in get_bit() function
234 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled()
235 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_is_enabled()
263 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable()
264 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_enable()
305 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable()
329 u32 rst = get_bit(id); in aspeed_g6_reset_deassert()
340 u32 rst = get_bit(id); in aspeed_g6_reset_assert()
352 u32 rst = get_bit(id); in aspeed_g6_reset_status()
/Linux-v5.10/net/netfilter/
Dnf_conntrack_h323_asn1.c104 static unsigned int get_bit(struct bitstr *bs);
178 static unsigned int get_bit(struct bitstr *bs) in get_bit() function
366 if ((f->attr & EXT) && get_bit(bs)) { in decode_enum()
531 ext = (f->attr & EXT) ? get_bit(bs) : 0; in decode_seq()
756 if ((f->attr & EXT) && get_bit(bs)) { in decode_choice()
/Linux-v5.10/drivers/video/fbdev/via/
Dhw.c974 u16 get_bit; in viafb_load_reg() local
987 get_bit = (timing_value & (BIT0 << bit_num)); in viafb_load_reg()
989 data | ((get_bit >> shift_next_reg) << start_index); in viafb_load_reg()