Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dmscc_sgpio.c43 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg)) macro
47 #define MSCC_F_CFG_SIO_PORT_WIDTH(p, x) __F(p->props->port_width, x)
49 #define MSCC_F_CLOCK_SIO_CLK_FREQ(p, x) __F(p->props->clk_freq, x)
51 #define MSCC_F_PORT_CFG_BIT_SOURCE(p, x) __F(p->props->bit_source, x)
/openbmc/linux/include/linux/
H A Dstatic_call.h154 typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \
156 STATIC_CALL_TRAMP_ADDR(name), __F); \