Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/clk/
Dclk-ast2600.c266 static u32 get_bit(u8 idx) in get_bit() function
290 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled()
291 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_is_enabled()
319 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable()
320 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_enable()
361 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable()
385 u32 rst = get_bit(id); in aspeed_g6_reset_deassert()
396 u32 rst = get_bit(id); in aspeed_g6_reset_assert()
408 u32 rst = get_bit(id); in aspeed_g6_reset_status()
/linux-6.6.21/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-6.6.21/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()