Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Ddir.c22 #define PART_SHIFT (24) macro
156 od->end = count << PART_SHIFT; in parse_readdir()
248 count = ((ctx->pos & PART_MASK) >> PART_SHIFT) - 1; in orangefs_dir_fill()
275 (1 << PART_SHIFT); in orangefs_dir_fill()
299 od->end = 1 << PART_SHIFT; in orangefs_dir_llseek()
327 ctx->pos = 1 << PART_SHIFT; in orangefs_dir_iterate()
380 od->end = 1 << PART_SHIFT; in orangefs_dir_open()
/openbmc/linux/arch/mips/lantiq/falcon/
H A Dprom.c24 #define PART_SHIFT 12 macro
56 i->partnum = (ltq_r32(FALCON_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()
/openbmc/linux/arch/mips/lantiq/xway/
H A Dprom.c36 #define PART_SHIFT 12 macro
43 i->partnum = (ltq_r32(LTQ_MPS_CHIPID) & PART_MASK) >> PART_SHIFT; in ltq_soc_detect()