Searched refs:abytes (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/arch/arm/
H A Di2c.c63 int abytes, dbytes, bytes; local
67 abytes = ABS(kvs->address_fmt);
69 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
77 bytes = i2c_slave_write(kvs->slave, d, abytes, true, NULL, NULL);
78 if (bytes != abytes) {
102 int abytes, dbytes, bytes; local
106 abytes = ABS(kvs->address_fmt);
108 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
110 if (count * dbytes + abytes > BUFFER_SIZE) {
111 count = (BUFFER_SIZE - abytes) / dbyte
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Di2c.c63 int abytes, dbytes, bytes; local
67 abytes = ABS(kvs->address_fmt);
69 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
77 bytes = i2c_slave_write(kvs->slave, d, abytes, true, NULL, NULL);
78 if (bytes != abytes) {
102 int abytes, dbytes, bytes; local
106 abytes = ABS(kvs->address_fmt);
108 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
110 if (count * dbytes + abytes > BUFFER_SIZE) {
111 count = (BUFFER_SIZE - abytes) / dbyte
[all...]

Completed in 33 milliseconds