Searched refs:hw_bits (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | goramo_mlr.c | 81 static u32 hw_bits = 0xFFFFFFFD; /* assume all hardware present */; variable 383 hw_bits = __raw_readl(flash + CFG_HW_BITS); in gmlr_init() 404 switch (hw_bits & (CFG_HW_HAS_UART0 | CFG_HW_HAS_UART1)) { in gmlr_init() 416 if (hw_bits & (CFG_HW_HAS_UART0 | CFG_HW_HAS_UART1)) in gmlr_init() 419 if (hw_bits & CFG_HW_HAS_ETH0) in gmlr_init() 421 if (hw_bits & CFG_HW_HAS_ETH1) in gmlr_init() 424 if (hw_bits & CFG_HW_HAS_HSS0) in gmlr_init() 426 if (hw_bits & CFG_HW_HAS_HSS1) in gmlr_init() 477 if ((hw_bits & CFG_HW_USB_PORTS) >= 2 && in gmlr_pci_postinit() 478 (hw_bits in gmlr_pci_postinit() [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-xilinx.c | 206 DECLARE_BITMAP(hw_bits, 64); in xgpio_set_multiple() 212 bitmap_remap(hw_bits, bits, chip->sw_map, chip->hw_map, 64); in xgpio_set_multiple() 216 bitmap_replace(state, chip->state, hw_bits, hw_mask, 64); in xgpio_set_multiple()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 2142 * hw_bits parameter. 2144 * @hw_bits: The lower bits (number depends on configuration) are set 2150 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()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pow.h | 2142 * hw_bits parameter. 2144 * @hw_bits: The lower bits (number depends on configuration) are set 2150 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()
|
Completed in 8 milliseconds