Searched refs:dbytes (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
68 dbytes = ABS(kvs->data_fmt);
69 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
71 if (count * dbytes > BUFFER_SIZE) {
72 count = BUFFER_SIZE / dbytes;
83 ZF_LOGD("Read register %d", dbytes * count);
84 bytes = i2c_slave_read(kvs->slave, d, dbytes * count, false, NULL, NULL);
89 if (bytes != dbytes * count) {
90 ZF_LOGW("short read %d/%d", bytes, dbytes * count);
93 count = bytes / dbytes;
102 int abytes, dbytes, bytes; local
215 int dbytes = ABS(kvs->data_fmt); local
245 int dbytes = ABS(kvs->data_fmt); local
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Di2c.c63 int abytes, dbytes, bytes; local
68 dbytes = ABS(kvs->data_fmt);
69 assert(abytes < BUFFER_SIZE && dbytes < BUFFER_SIZE);
71 if (count * dbytes > BUFFER_SIZE) {
72 count = BUFFER_SIZE / dbytes;
83 ZF_LOGD("Read register %d", dbytes * count);
84 bytes = i2c_slave_read(kvs->slave, d, dbytes * count, false, NULL, NULL);
89 if (bytes != dbytes * count) {
90 ZF_LOGW("short read %d/%d", bytes, dbytes * count);
93 count = bytes / dbytes;
102 int abytes, dbytes, bytes; local
215 int dbytes = ABS(kvs->data_fmt); local
245 int dbytes = ABS(kvs->data_fmt); local
[all...]

Completed in 22 milliseconds