Lines Matching defs:bytes
64 size_t bytes)
70 if (!sdam_is_valid(sdam, offset, bytes)) {
72 offset, bytes);
76 rc = regmap_bulk_read(sdam->regmap, sdam->base + offset, val, bytes);
79 offset, bytes, rc);
85 size_t bytes)
91 if (!sdam_is_valid(sdam, offset, bytes)) {
93 offset, bytes);
97 if (sdam_is_ro(offset, bytes)) {
99 offset, bytes);
103 rc = regmap_bulk_write(sdam->regmap, sdam->base + offset, val, bytes);
106 offset, bytes, rc);