Searched refs:writeb_be (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | bcm63xx_spi.c | 209 writeb_be(0, priv->base + regs[SPI_IR_MASK]); in bcm63xx_spi_xfer() 273 writeb_be(val, priv->base + regs[SPI_CTL]); in bcm63xx_spi_xfer() 276 writeb_be(SPI_IR_CLEAR_MASK, priv->base + regs[SPI_IR_STAT]); in bcm63xx_spi_xfer() 287 writeb_be(SPI_IR_DONE_MASK, priv->base + regs[SPI_IR_MASK]); in bcm63xx_spi_xfer() 417 writeb_be(0, priv->base + regs[SPI_IR_MASK]); in bcm63xx_spi_probe() 420 writeb_be(0xff, priv->base + regs[SPI_FILL]); in bcm63xx_spi_probe()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io.h | 18 #define writeb_be(__b, __addr) __raw_writeb(__b, __addr) macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | io.h | 404 #define writeb_be(val, addr) \ in BUILDIO_MEM() macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | uhci-hcd.h | 669 writeb_be(val, uhci->regs + reg); in uhci_writeb()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 378 #define writeb_be(val, addr) \ in BUILDIO_MEM() macro
|