Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dled.c19 writel(readl(&gpio->pedr) | gpio_pin[led], &gpio->pedr); in switch_LED_on()
27 writel(readl(&gpio->pedr) & ~gpio_pin[led], &gpio->pedr); in switch_LED_off()
/openbmc/u-boot/arch/sh/include/asm/
H A Dcpu_sh7753.h135 unsigned char pedr; member
H A Dcpu_sh7752.h135 unsigned char pedr; member
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h146 u32 pedr; /* 0xe00 - PCI Error Detect Register */ member
H A Dimmap_86xx.h188 uint pedr; /* 0x8e00 - PEX Error Detect Register */ member
H A Dimmap_85xx.h239 u32 pedr; /* PCIX Error Detect */ member
/openbmc/u-boot/drivers/pci/
H A Dfsl_pci_init.c427 out_be32(&pci->pedr, 0xffffffff); /* Clear any errors */ in fsl_pci_init()
595 out_be32(&pci->pedr, 0xffffffff); in fsl_pci_init()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h487 uint32_t pedr; member