Home
last modified time | relevance | path

Searched defs:reg_write (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/micronas/vct/
H A Dvct.h80 static inline void reg_write(u32 addr, u32 data) in reg_write() function
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_init.h122 static inline void reg_write(u32 addr, u32 val) in reg_write() function
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr_ml_wrapper.h128 static inline void reg_write(u32 addr, u32 val) in reg_write() function
/openbmc/qemu/hw/net/
H A Dopencores_eth.c112 static void (*reg_write[MII_REG_MAX])(Mii *s, uint16_t v) = { in mii_write_host() local
663 static void (*reg_write[REG_MAX])(OpenEthState *s, uint32_t val) = { local
/openbmc/u-boot/drivers/spi/
H A Dmxc_spi.c35 #define reg_write(a, v) writel(v, a) macro