Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c33 #define RTK_DBG_GPIO BIT(22) macro
43 GPIO_WR(GPIO_RD(0x20) | RTK_DBG_GPIO, 0x20); in rtk_dbg_gpio_set()
50 GPIO_WR(GPIO_RD(0x20) & ~RTK_DBG_GPIO, 0x20); in rtk_dbg_gpio_clr()
57 GPIO_WR(GPIO_RD(0x24) | RTK_DBG_GPIO, 0x24); in rtk_dbg_gpio_init()