Searched refs:__bit (Results 1 – 5 of 5) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __shared.hpp | 295 if (!__bit<__started_bit>(__old) || in __detach() 296 __bit<__completed_bit>(__old)) in __detach() 317 else if (__bit<__started_bit>( in __try_start()
|
H A D | __intrusive_ptr.hpp | 50 friend constexpr bool __bit(__bits __b) noexcept in __bit() function 143 return __bit<_Bit>(static_cast<__bits_t>(__old)); in __is_set_()
|
/openbmc/linux/drivers/pmdomain/amlogic/ |
H A D | meson-ee-pwrc.c | 97 #define SM1_EE_PD(__bit) \ argument 100 .sleep_mask = BIT(__bit), \ 102 .iso_mask = BIT(__bit), \
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 104 #define KVM_X86_CPU_FEATURE(fn, idx, gpr, __bit) \ argument 110 .bit = __bit, \ 292 #define KVM_X86_PMU_FEATURE(name, __bit) \ argument 295 .anti_feature = KVM_X86_CPU_FEATURE(0xa, 0, EBX, __bit), \
|
/openbmc/linux/drivers/hwmon/ |
H A D | adt7411.c | 199 #define ADT7411_BIT_ATTR(__name, __reg, __bit) \ argument 201 adt7411_set_bit, __bit, __reg)
|