Home
last modified time | relevance | path

Searched refs:is_bit_set (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c33 if (!is_bit_set(dfltcc_state->common.af.fns, DFLTCC_GDHT) || in dfltcc_can_deflate()
34 !is_bit_set(dfltcc_state->common.af.fns, DFLTCC_CMPR) || in dfltcc_can_deflate()
35 !is_bit_set(dfltcc_state->common.af.fmts, DFLTCC_FMT0)) in dfltcc_can_deflate()
H A Ddfltcc_inflate.c26 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) && in dfltcc_can_inflate()
27 is_bit_set(dfltcc_state->af.fmts, DFLTCC_FMT0); in dfltcc_can_inflate()
H A Ddfltcc_util.h73 static inline int is_bit_set( in is_bit_set() function
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_lib.c750 static inline int is_bit_set(const u32 *bitmap, unsigned int bit) in is_bit_set() function
762 if (is_bit_set(ac97_registers_to_restore[codec], i)) in oxygen_restore_ac97()
776 if (is_bit_set(registers_to_restore, i)) in oxygen_pci_resume()