Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk-ast2600.c228 static u32 get_bit(u8 idx) in get_bit() function
252 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled()
253 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_is_enabled()
281 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable()
282 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_enable()
323 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable()
347 u32 rst = get_bit(id); in aspeed_g6_reset_deassert()
358 u32 rst = get_bit(id); in aspeed_g6_reset_assert()
370 u32 rst = get_bit(id); in aspeed_g6_reset_status()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c189 get_bit(CARD8 *image, xf86CursorInfoPtr cursor_info, int x, int y, Bool mask) in get_bit() function
279 if (get_bit(src, cursor_info, xin, yin, TRUE) == in xf86_crtc_convert_cursor_to_argb()
281 if (get_bit(src, cursor_info, xin, yin, FALSE)) in xf86_crtc_convert_cursor_to_argb()
520 if (get_bit(src, cursor_info, xin, yin, FALSE)) in xf86_crtc_load_cursor_image()
522 if (get_bit(src, cursor_info, xin, yin, TRUE)) in xf86_crtc_load_cursor_image()
/OK3568_Linux_fs/kernel/net/netfilter/
H A 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()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A 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()
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0008-Support-unifont.patch68 return get_bit(&glyph[y * GLYPH_BYTES_PER_ROW], x);