Home
last modified time | relevance | path

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

/linux/arch/riscv/lib/
H A Dcsum.c83 #define OFFSET_MASK 3 macro
85 #define OFFSET_MASK 7 macro
H A Dcrc32-riscv.c153 #define OFFSET_MASK (STEP - 1) macro
/linux/arch/mips/kernel/
H A Dftrace.c249 #define OFFSET_MASK 0xffff /* stack offset range: 0 ~ PT_SIZE */ macro
/linux/drivers/rtc/
H A Drtc-pcf2123.c98 #define OFFSET_MASK GENMASK(6, 0) /* Offset value */ macro
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c47 #define OFFSET_MASK GENMASK(15, 0) macro
/linux/sound/pci/au88x0/
H A Dau8820.h34 #define OFFSET_MASK 0x00000fff macro
H A Dau8810.h26 #define OFFSET_MASK 0x00000fff macro
H A Dau8830.h32 #define OFFSET_MASK 0x00000fff macro
/linux/fs/ceph/
H A Ddir.c68 #define OFFSET_MASK ((1 << OFFSET_BITS) - 1) macro