Searched refs:ASPEED_IP_GFX (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.c | 10 [ASPEED_IP_GFX] = "GFX",
|
H A D | pinmux-aspeed.h | 423 #define ASPEED_IP_GFX 1 macro
|
H A D | pinctrl-aspeed-g5.c | 1028 #define CRT_DVO_EN_DESC SIG_DESC_IP_SET(ASPEED_IP_GFX, GFX064, 7) 1541 #define CRT_DVO_DS_DESC { ASPEED_IP_GFX, GFX064, GENMASK(7, 6), 0, 0 } 1544 #define CRT_DVO_DD_DESC { ASPEED_IP_GFX, GFX064, GENMASK(7, 6), 1, 1 } 1547 #define CRT_DVO_ES_DESC { ASPEED_IP_GFX, GFX064, GENMASK(7, 6), 2, 2 } 1550 #define CRT_DVO_ED_DESC { ASPEED_IP_GFX, GFX064, GENMASK(7, 6), 3, 3 } 2631 if (ip == ASPEED_IP_GFX) { in aspeed_g5_acquire_regmap() 2645 ctx->maps[ASPEED_IP_GFX] = map; in aspeed_g5_acquire_regmap()
|