Searched defs:ccsr_i2c (Results 1 – 1 of 1) sorted by relevance
| /arm-trusted-firmware/drivers/nxp/i2c/ |
| H A D | i2c.c | 22 struct ls_i2c *ccsr_i2c = (void *)nxp_i2c_addr; in i2c_init() local 32 static int wait_for_state(struct ls_i2c *ccsr_i2c, in wait_for_state() argument 60 static int tx_byte(struct ls_i2c *ccsr_i2c, unsigned char c) in tx_byte() argument 79 gen_stop(struct ls_i2c * ccsr_i2c) gen_stop() argument 94 i2c_write_addr(struct ls_i2c * ccsr_i2c,unsigned char chip,int addr,int alen) i2c_write_addr() argument 144 read_data(struct ls_i2c * ccsr_i2c,unsigned char chip,unsigned char * buf,int len) read_data() argument 182 write_data(struct ls_i2c * ccsr_i2c,unsigned char chip,const unsigned char * buf,int len) write_data() argument 205 struct ls_i2c *ccsr_i2c = (void *)g_nxp_i2c_addr; i2c_read() local 230 struct ls_i2c *ccsr_i2c = (void *)g_nxp_i2c_addr; i2c_write() local 243 struct ls_i2c *ccsr_i2c = (void *)g_nxp_i2c_addr; i2c_probe_chip() local [all...] |