Searched defs:i2c_regs (Results 1 – 6 of 6) sorted by relevance
15 struct i2c_regs { struct16 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 …]
15 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 …]
14 struct i2c_regs { struct15 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 …]
37 struct i2c_regs { struct55 struct i2c_regs *regs; argument
399 static unsigned long i2c_regs[CONFIG_MV_I2C_NUM] = CONFIG_MV_I2C_REG; variable
11 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