Home
last modified time | relevance | path

Searched refs:FWSRAM_BASE (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/micronas/vct/
H A Dtop.c39 reg.reg = reg_read(FWSRAM_TOP_SCL_CFG(FWSRAM_BASE)); in top_read_pin()
42 reg.reg = reg_read(FWSRAM_TOP_SDA_CFG(FWSRAM_BASE)); in top_read_pin()
45 reg.reg = reg_read(FWSRAM_TOP_TDO_CFG(FWSRAM_BASE)); in top_read_pin()
48 reg.reg = reg_read(FWSRAM_TOP_GPIO2_0_CFG(FWSRAM_BASE)); in top_read_pin()
57 reg.reg = reg_read(FWSRAM_BASE + FWSRAM_TOP_GPIO2_1_CFG_OFFS + in top_read_pin()
73 reg_write(FWSRAM_TOP_SCL_CFG(FWSRAM_BASE), reg.reg); in top_write_pin()
76 reg_write(FWSRAM_TOP_SDA_CFG(FWSRAM_BASE), reg.reg); in top_write_pin()
79 reg_write(FWSRAM_TOP_TDO_CFG(FWSRAM_BASE), reg.reg); in top_write_pin()
82 reg_write(FWSRAM_TOP_GPIO2_0_CFG(FWSRAM_BASE), reg.reg); in top_write_pin()
91 reg_write(FWSRAM_BASE + FWSRAM_TOP_GPIO2_1_CFG_OFFS + in top_write_pin()
/OK3568_Linux_fs/u-boot/board/micronas/vct/vcth/
H A Dreg_fwsram.h17 #define FWSRAM_BASE 0x00030000 macro