Home
last modified time | relevance | path

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

/openbmc/u-boot/board/renesas/sh7752evb/
H A Dsh7752evb.c87 writeb(readb(&gpio->pgdr) | 0x02, &gpio->pgdr); /* Use ET0-MDIO */ in init_gether_mdio()
167 writeb(readb(&gpio->pgdr) & ~0x08, &gpio->pgdr); /* Reset */ in board_mmc_init()
169 writeb(readb(&gpio->pgdr) | 0x08, &gpio->pgdr); /* Release reset */ in board_mmc_init()
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dsh7753evb.c94 writeb(readb(&gpio->pgdr) | 0x02, &gpio->pgdr); /* Use ET0-MDIO */ in init_gether_mdio()
183 writeb(readb(&gpio->pgdr) & ~0x08, &gpio->pgdr); /* Reset */ in board_mmc_init()
185 writeb(readb(&gpio->pgdr) | 0x08, &gpio->pgdr); /* Release reset */ in board_mmc_init()
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c33 u8 pgdr; in hp6x0_apm_get_power_status() local
54 pgdr = __raw_readb(PGDR); in hp6x0_apm_get_power_status()
55 if (pgdr & PGDR_MAIN_BATTERY_OUT) { in hp6x0_apm_get_power_status()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7752.h139 unsigned char pgdr; member
H A Dcpu_sh7753.h139 unsigned char pgdr; member
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h492 uint32_t pgdr; member