Home
last modified time | relevance | path

Searched defs:BITS_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-at91.c1469 #define BITS_MASK(bits) (((bits) == 32) ? ~0U : (BIT(bits) - 1)) in at91_gpio_set_multiple() macro
/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c87 #define BITS_MASK 0xFF macro