Home
last modified time | relevance | path

Searched refs:hw_bits (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpio/
H A Dgpio-xilinx.c180 DECLARE_BITMAP(hw_bits, 64); in xgpio_set_multiple()
186 bitmap_scatter(hw_bits, bits, chip->map, 64); in xgpio_set_multiple()
190 bitmap_replace(state, chip->state, hw_bits, hw_mask, 64); in xgpio_set_multiple()
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx-pow.h2150 static inline uint32_t cvmx_pow_tag_compose(uint64_t sw_bits, uint64_t hw_bits) in cvmx_pow_tag_compose() argument
2154 (hw_bits & cvmx_build_mask(32 - CVMX_TAG_SW_BITS)); in cvmx_pow_tag_compose()