Home
last modified time | relevance | path

Searched refs:writew_be (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dbcm63xx_spi.c268 writew_be(val, priv->base + regs[SPI_CTL]); in bcm63xx_spi_xfer()
281 writew_be(cmd, priv->base + regs[SPI_CMD]); in bcm63xx_spi_xfer()
H A Dbcm63xx_hsspi.c265 writew_be(opcode | (curr_step & HSSPI_FIFO_OP_BYTES_MASK), in bcm63xx_hsspi_xfer()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dio.h296 #define writew_be(val, addr) \ macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dio.h381 #define writew_be(val, addr) \ in BUILDIO_MEM() macro
/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c627 writew_be(9728, priv->base + ETH_JMBCTL_MAXSIZE_REG); in bcm6368_eth_probe()