Home
last modified time | relevance | path

Searched refs:R_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c39 #define R_MASK 0xffffffffULL macro
43 #define R_MASK 0xffULL macro
46 #define R_MASK 0xffULL macro
49 #define R_MASK 0xffffffffULL macro
53 #define R_MASK 0xffULL macro
370 switch (rel->info & R_MASK) { in efi_runtime_relocate()
392 __func__, rel->info & R_MASK); in efi_runtime_relocate()
/openbmc/linux/sound/core/oss/
H A Drate.c29 #define R_MASK (BITS-1) macro
99 if (pos & ~R_MASK) { in resample_expand()
100 pos &= R_MASK; in resample_expand()
163 if (pos & ~R_MASK) { in resample_shrink()
164 pos &= R_MASK; in resample_shrink()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_state.h26 #define role_MASK R_MASK
27 #define peer_MASK R_MASK
H A Ddrbd_state.c2204 { .role = R_MASK, in conn_set_state()
2205 .peer = R_MASK, in conn_set_state()
H A Ddrbd_nl.c639 mask.i = 0; mask.role = R_MASK; in drbd_set_role()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dpi_regs.h60 #define R_MASK BIT(6) macro
/openbmc/linux/include/linux/
H A Ddrbd.h177 R_MASK = 3, enumerator