Searched refs:__F (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | static_call.h | 72 typeof(&STATIC_CALL_TRAMP(name)) __F = (_func); \ 75 STATIC_CALL_TRAMP_ADDR(name), __F);\ 79 __F); \
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mscc_sgpio.c | 43 #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 D | static_call.h | 154 typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \ 156 STATIC_CALL_TRAMP_ADDR(name), __F); \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/ |
H A D | 0001-Add-casts-to-appease-conversions-between-wchar_t-and.patch | 27 ELRE_DEBUG(1, (__F, "updating %d lines.\r\n", el->el_refresh.r_newcv)); 46 ELRE_DEBUG(1, (__F,
|