Searched refs:get_bit (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-ast2600.c | 266 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()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_h323_asn1.c | 104 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() 760 if ((f->attr & EXT) && get_bit(bs)) { in decode_choice()
|
/openbmc/qemu/hw/net/ |
H A D | cadence_gem.c | 759 static unsigned get_bit(const uint8_t *mac, unsigned bit) in get_bit() function 781 hash_index |= (get_bit(mac, mac_bit) ^ in calc_mac_hash() 782 get_bit(mac, mac_bit + 6) ^ in calc_mac_hash() 783 get_bit(mac, mac_bit + 12) ^ in calc_mac_hash() 784 get_bit(mac, mac_bit + 18) ^ in calc_mac_hash() 785 get_bit(mac, mac_bit + 24) ^ in calc_mac_hash() 786 get_bit(mac, mac_bit + 30) ^ in calc_mac_hash() 787 get_bit(mac, mac_bit + 36) ^ in calc_mac_hash() 788 get_bit(mac, mac_bit + 42)) << index_bit; in calc_mac_hash()
|
/openbmc/qemu/hw/usb/ |
H A D | hcd-dwc2.c | 61 #define get_bit(data, bitmask) \ macro 235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet() 626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
|
/openbmc/linux/drivers/video/fbdev/via/ |
H A D | hw.c | 974 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()
|