Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dwait_bit.h75 #ifdef readw_be
76 BUILD_WAIT_FOR_BIT(be16, u16, readw_be)
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspider-pci.c54 SPIDER_PCI_MMIO_READ(readw_be, u16) in SPIDER_PCI_MMIO_READ()
162 .readw_be = spiderpci_readw_be,
/openbmc/linux/arch/sparc/include/asm/
H A Dio.h16 #define readw_be(__addr) __raw_readw(__addr) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dio-defs.h8 DEF_PCI_AC_RET(readw_be, u16, (const PCI_IO_ADDR addr), (addr), mem, addr)
H A Dio.h736 return readw_be(addr); in ioread16be()
928 #define mmio_read16be(addr) readw_be(addr)
/openbmc/linux/arch/mips/include/asm/
H A Dio.h399 #define readw_be(addr) \ in BUILDIO_MEM() macro
/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h631 return readw_be(uhci->regs + reg); in uhci_readw()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h287 #define readw_be(addr) \ macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h372 #define readw_be(addr) \ in BUILDIO_MEM() macro
/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c162 return readw_be(priv->base + MII_DAT_REG); in bcm6368_mdio_read()