static inline uint32_t get_next_dtype()

in mcb-parse.c [21:27]


static inline uint32_t get_next_dtype(void __iomem *p)
{
	uint32_t dtype;

	dtype = readl(p);
	return dtype >> 28;
}