Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/st/stv0991/
H A Dstv0991.c21 struct gpio_regs *const gpioa_regs = variable
47 writel(readl(&gpioa_regs->dir) | 0x40, &gpioa_regs->dir); in enable_eth_phy()
48 writel(readl(&gpioa_regs->data) | 0x40, &gpioa_regs->data); in enable_eth_phy()