Searched refs:FNCN (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/pinctrl/sunplus/ |
D | sppctl_sp7021.c | 428 FNCN("", pinmux_type_fpmx, 0x00, 0, 0), 429 FNCN("", pinmux_type_fpmx, 0x00, 0, 0), 431 FNCN("L2SW_CLK_OUT", pinmux_type_fpmx, 0x00, 0, 7), 432 FNCN("L2SW_MAC_SMI_MDC", pinmux_type_fpmx, 0x00, 8, 7), 433 FNCN("L2SW_LED_FLASH0", pinmux_type_fpmx, 0x01, 0, 7), 434 FNCN("L2SW_LED_FLASH1", pinmux_type_fpmx, 0x01, 8, 7), 435 FNCN("L2SW_LED_ON0", pinmux_type_fpmx, 0x02, 0, 7), 436 FNCN("L2SW_LED_ON1", pinmux_type_fpmx, 0x02, 8, 7), 437 FNCN("L2SW_MAC_SMI_MDIO", pinmux_type_fpmx, 0x03, 0, 7), 438 FNCN("L2SW_P0_MAC_RMII_TXEN", pinmux_type_fpmx, 0x03, 8, 7), [all …]
|
D | sppctl.h | 63 #define FNCN(n, r, o, bo, bl) { \ macro
|