Lines Matching refs:resplen

29     size_t resplen;  in bcm2835_property_mbox_push()  local
54 resplen = 0; in bcm2835_property_mbox_push()
60 resplen = 4; in bcm2835_property_mbox_push()
66 resplen = 4; in bcm2835_property_mbox_push()
70 resplen = 4; in bcm2835_property_mbox_push()
73 resplen = sizeof(s->macaddr.a); in bcm2835_property_mbox_push()
74 dma_memory_write(&s->dma_as, value + 12, s->macaddr.a, resplen, in bcm2835_property_mbox_push()
81 resplen = 8; in bcm2835_property_mbox_push()
88 resplen = 8; in bcm2835_property_mbox_push()
95 resplen = 8; in bcm2835_property_mbox_push()
103 resplen = 8; in bcm2835_property_mbox_push()
110 resplen = 8; in bcm2835_property_mbox_push()
117 resplen = 8; in bcm2835_property_mbox_push()
138 resplen = 8; in bcm2835_property_mbox_push()
147 resplen = 8; in bcm2835_property_mbox_push()
154 resplen = 8; in bcm2835_property_mbox_push()
159 resplen = 8; in bcm2835_property_mbox_push()
168 resplen = 8; in bcm2835_property_mbox_push()
171 resplen = 0; in bcm2835_property_mbox_push()
174 resplen = 4; in bcm2835_property_mbox_push()
178 resplen = 8; in bcm2835_property_mbox_push()
189 resplen = 8; in bcm2835_property_mbox_push()
200 resplen = 8; in bcm2835_property_mbox_push()
203 resplen = 4; in bcm2835_property_mbox_push()
212 resplen = 4; in bcm2835_property_mbox_push()
215 resplen = 4; in bcm2835_property_mbox_push()
224 resplen = 4; in bcm2835_property_mbox_push()
227 resplen = 4; in bcm2835_property_mbox_push()
236 resplen = 4; in bcm2835_property_mbox_push()
241 resplen = 4; in bcm2835_property_mbox_push()
244 resplen = 8; in bcm2835_property_mbox_push()
255 resplen = 8; in bcm2835_property_mbox_push()
264 resplen = 16; in bcm2835_property_mbox_push()
277 resplen = 4; in bcm2835_property_mbox_push()
281 resplen = 4; in bcm2835_property_mbox_push()
287 resplen = 4; in bcm2835_property_mbox_push()
297 resplen = strlen(s->command_line); in bcm2835_property_mbox_push()
298 if (bufsize >= resplen) in bcm2835_property_mbox_push()
301 resplen); in bcm2835_property_mbox_push()
310 trace_bcm2835_mbox_property(tag, bufsize, resplen); in bcm2835_property_mbox_push()
315 stl_le_phys(&s->dma_as, value + 8, (1 << 31) | resplen); in bcm2835_property_mbox_push()