Searched refs:__F (Results 1 – 2 of 2) sorted by relevance
43 #define __F(bf, x) (__M(bf) & ((x) << (bf).beg)) macro47 #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)
154 typeof(&STATIC_CALL_TRAMP(name)) __F = (func); \156 STATIC_CALL_TRAMP_ADDR(name), __F); \