Home
last modified time | relevance | path

Searched defs:i2c_regs (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/i2c/
A Ddesignware_i2c.h15 struct i2c_regs { struct
16 u32 ic_con; /* 0x00 */
17 u32 ic_tar; /* 0x04 */
50 u32 dma_cr;
51 u32 dma_tdlr;
52 u32 dma_rdlr;
53 u32 sda_setup;
56 u32 fs_spklen;
57 u32 hs_spklen;
61 u32 comp_version;
[all …]
A Ddavinci_i2c.h15 u32 i2c_oa;
16 u32 i2c_ie;
17 u32 i2c_stat;
20 u32 i2c_cnt;
21 u32 i2c_drr;
22 u32 i2c_sa;
23 u32 i2c_dxr;
24 u32 i2c_con;
25 u32 i2c_iv;
26 u32 res_2c;
[all …]
A Di2c-cortina.h14 struct i2c_regs { struct
15 u32 i2c_cfg;
16 u32 i2c_ctrl;
17 u32 i2c_txr;
18 u32 i2c_rxr;
19 u32 i2c_ack;
20 u32 i2c_ie0;
21 u32 i2c_int0;
22 u32 i2c_ie1;
23 u32 i2c_int1;
[all …]
A Dmeson_i2c.c37 struct i2c_regs { struct
55 struct i2c_regs *regs; argument
A Dmv_i2c.c399 static unsigned long i2c_regs[CONFIG_MV_I2C_NUM] = CONFIG_MV_I2C_REG; variable
/u-boot/arch/arm/include/asm/arch-rockchip/
A Di2c.h11 u32 con;
12 u32 clkdiv;
13 u32 mrxaddr;
14 u32 mrxraddr;
15 u32 mtxcnt;
16 u32 mrxcnt;
17 u32 ien;
18 u32 ipd;
19 u32 fcnt;
21 u32 txdata[8];
[all …]

Completed in 8 milliseconds