Searched refs:get_bit (Results 1 – 3 of 3) sorted by relevance
210 static u32 get_bit(u8 idx) in get_bit() function234 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()
104 static unsigned int get_bit(struct bitstr *bs);178 static unsigned int get_bit(struct bitstr *bs) in get_bit() function366 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()
974 u16 get_bit; in viafb_load_reg() local987 get_bit = (timing_value & (BIT0 << bit_num)); in viafb_load_reg()989 data | ((get_bit >> shift_next_reg) << start_index); in viafb_load_reg()