Home
last modified time | relevance | path

Searched refs:qixis (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/board/freescale/common/
H A Dqixis.h13 struct qixis { struct
104 #define QIXIS_READ(reg) qixis_read_i2c(offsetof(struct qixis, reg)) argument
106 qixis_write_i2c(offsetof(struct qixis, reg), value)
108 #define QIXIS_READ(reg) qixis_read(offsetof(struct qixis, reg))
109 #define QIXIS_WRITE(reg, value) qixis_write(offsetof(struct qixis, reg), value)
113 #define QIXIS_READ_I2C(reg) qixis_read_i2c(offsetof(struct qixis, reg))
115 qixis_write_i2c(offsetof(struct qixis, reg), value)
H A Dqixis.c245 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x20); in qixis_reset_cmd()
246 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x21); in qixis_reset_cmd()
256 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x20); in qixis_reset_cmd()
257 qixis_write_i2c(offsetof(struct qixis, rcfg_ctl), 0x21); in qixis_reset_cmd()
H A Dics307_clk.c17 #define fpga_reg ((struct qixis *)QIXIS_BASE)
H A DMakefile28 obj-$(CONFIG_FSL_QIXIS) += qixis.o
/rk3399_rockchip-uboot/board/freescale/t4qds/
H A Dt4240qds.c727 brdcfg[i] = qixis_read(offsetof(struct qixis, brdcfg[0]) + i); in board_detail()
728 dutcfg[i] = qixis_read(offsetof(struct qixis, dutcfg[0]) + i); in board_detail()
828 brdcfg[i] = qixis_read(offsetof(struct qixis, brdcfg[0]) + i); in qixis_dump_switch()
829 dutcfg[i] = qixis_read(offsetof(struct qixis, dutcfg[0]) + i); in qixis_dump_switch()
/rk3399_rockchip-uboot/board/freescale/b4860qds/
H A Db4860qds.c1245 brdcfg[i] = qixis_read(offsetof(struct qixis, brdcfg[0]) + i); in qixis_dump_switch()
1246 dutcfg[i] = qixis_read(offsetof(struct qixis, dutcfg[0]) + i); in qixis_dump_switch()
/rk3399_rockchip-uboot/board/freescale/t1040qds/
H A DREADME157 => qixis reset (it will boot using vbank0)
/rk3399_rockchip-uboot/doc/
H A DREADME.b4860qds265 => qixis reset (it will boot using vbank0)