Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsh_eth.c949 sh_eth_write(port_info, sh_eth_read(port_info, PIR) | PIR_MMD, PIR); in sh_eth_bb_mdio_active()
959 sh_eth_write(port_info, sh_eth_read(port_info, PIR) & ~PIR_MMD, PIR); in sh_eth_bb_mdio_tristate()
971 sh_eth_read(port_info, PIR) | PIR_MDO, PIR); in sh_eth_bb_set_mdio()
974 sh_eth_read(port_info, PIR) & ~PIR_MDO, PIR); in sh_eth_bb_set_mdio()
984 *v = (sh_eth_read(port_info, PIR) & PIR_MDI) >> 3; in sh_eth_bb_get_mdio()
996 sh_eth_read(port_info, PIR) | PIR_MDC, PIR); in sh_eth_bb_set_mdc()
999 sh_eth_read(port_info, PIR) & ~PIR_MDC, PIR); in sh_eth_bb_set_mdc()
H A Dsh_eth.h137 PIR, enumerator
204 [PIR] = 0x0520,
236 [PIR] = 0x0120,
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Drelease.S33 mtspr PIR, r0
/openbmc/u-boot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrphy.c231 REG_DUMP(PIR); in reg_dump()
H A Dcmd_ddrmphy.c255 REG_DUMP(PIR); in reg_dump()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h657 #define PIR SPRN_PIR macro
/openbmc/u-boot/arch/x86/
H A DKconfig619 at every 16-byte boundary with a PCI IRQ routing signature ("$PIR").