Home
last modified time | relevance | path

Searched refs:REG_IN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Darch_hweight.h8 #define REG_IN "D" macro
11 #define REG_IN "a" macro
21 : REG_IN (w)); in __arch_hweight32()
49 : REG_IN (w)); in __arch_hweight64()
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.h68 REG_IN, enumerator
111 [REG_IN] = { ir, ib }, \
H A Dpinctrl-meson.c92 ret = meson_gpio_calc_reg_and_bit(dev->parent, offset, REG_IN, &reg, in meson_gpio_get()