Home
last modified time | relevance | path

Searched defs:get_mask (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dc2p_core.h32 static __always_inline u32 get_mask(unsigned int n) in get_mask() function
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space.c97 static inline u32 get_mask(int size) in get_mask() function
/openbmc/linux/tools/net/ynl/lib/
H A Dnlspec.py139 def get_mask(self, as_flags=None): member in SpecEnumSet
/openbmc/linux/drivers/gpio/
H A Dgpiolib.h110 unsigned long *get_mask; member
H A Dgpio-mmio.c152 unsigned long get_mask = 0; in bgpio_get_set_multiple() local
/openbmc/linux/lib/
H A Dsbitmap.c522 unsigned long get_mask; in __sbitmap_queue_get_batch() local
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-stmfx.c49 #define get_mask(offset) (BIT(get_shift(offset))) macro
/openbmc/linux/net/openvswitch/
H A Dactions.c1123 #define get_mask(a, type) ((const type)nla_data(a) + 1) macro
/openbmc/linux/sound/pci/ice1712/
H A Dice1712.h355 unsigned int (*get_mask)(struct snd_ice1712 *ice); member