Searched refs:FLS (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/crypto/ |
H A D | camellia_generic.c | 872 #define FLS(i) ({ \ in camellia_do_encrypt() macro 880 FLS(8); in camellia_do_encrypt() 882 FLS(16); in camellia_do_encrypt() 885 FLS(24); in camellia_do_encrypt() 890 #undef FLS in camellia_do_encrypt() 927 #define FLS(i) ({ \ in camellia_do_decrypt() macro 936 FLS(24); in camellia_do_decrypt() 939 FLS(16); in camellia_do_decrypt() 941 FLS(8); in camellia_do_decrypt() 945 #undef FLS in camellia_do_decrypt()
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | lib.rs | 98 FLS = 0x034, enumerator 140 case! { DR, RSR, FR, FBRD, ILPR, IBRD, LCR_H, CR, FLS, IMSC, RIS, MIS, ICR, DMACR } in try_from()
|
H A D | device.rs | 221 Ok(FLS) => self.ifl.into(), in read() 303 Ok(FLS) => { in write()
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | iosm.rst | 53 * - ``FLS``
|
/openbmc/linux/arch/arc/ |
H A D | Kconfig | 147 * pop count: FFS, FLS
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 347 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h)); in r600_set_at()
|
H A D | r600d.h | 1441 # define FLS(x) ((x) << 0) macro
|