Home
last modified time | relevance | path

Searched refs:iicbus_block_read (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iicbus/
H A Diiconf.h150 extern int iicbus_block_read(device_t, u_char, char *, int, int *);
H A Diicbus.c81 if (!iicbus_block_read(dev, (u_char)addr, &byte, 1, &count)) in iic_probe_device()
H A Diiconf.c411 iicbus_block_read(device_t bus, u_char slave, char *buf, int len, int *read) in iicbus_block_read() function