Home
last modified time | relevance | path

Searched refs:__M (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Derr_impl.h41 #define EXTRACT(u, f) (((u) >> f##__S) & f##__M)
42 #define GEN_MASK(f) ((u64)f##__M << f##__S)
/openbmc/u-boot/drivers/gpio/
H A Dmscc_sgpio.c42 #define __M(bf) GENMASK((bf).end, (bf).beg) macro
43 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg))
48 #define MSCC_M_CFG_SIO_PORT_WIDTH(p) __M(p->props->port_width)
50 #define MSCC_M_CLOCK_SIO_CLK_FREQ(p) __M(p->props->clk_freq)