Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dwait_bit.h76 #ifdef readw_be
77 BUILD_WAIT_FOR_BIT(be16, u16, readw_be)
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspider-pci.c55 SPIDER_PCI_MMIO_READ(readw_be, u16) in SPIDER_PCI_MMIO_READ()
163 .readw_be = spiderpci_readw_be,
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio.h16 #define readw_be(__addr) __raw_readw(__addr) macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Diomap.c28 return readw_be(addr); in ioread16be()
/OK3568_Linux_fs/kernel/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.h762 #define mmio_read16be(addr) readw_be(addr)
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dio.h397 #define readw_be(addr) \ in BUILDIO_MEM() macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Duhci-hcd.h627 return readw_be(uhci->regs + reg); in uhci_readw()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h371 #define readw_be(addr) \ in BUILDIO_MEM() macro