Lines Matching refs:seq_printf
183 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
184 seq_printf(seq, " Device Address 0x%x\n", c->da); in rproc_rsc_table_show()
185 seq_printf(seq, " Physical Address 0x%x\n", c->pa); in rproc_rsc_table_show()
186 seq_printf(seq, " Length 0x%x Bytes\n", c->len); in rproc_rsc_table_show()
187 seq_printf(seq, " Flags 0x%x\n", c->flags); in rproc_rsc_table_show()
188 seq_printf(seq, " Reserved (should be zero) [%d]\n", c->reserved); in rproc_rsc_table_show()
189 seq_printf(seq, " Name %s\n\n", c->name); in rproc_rsc_table_show()
193 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
194 seq_printf(seq, " Device Address 0x%x\n", d->da); in rproc_rsc_table_show()
195 seq_printf(seq, " Physical Address 0x%x\n", d->pa); in rproc_rsc_table_show()
196 seq_printf(seq, " Length 0x%x Bytes\n", d->len); in rproc_rsc_table_show()
197 seq_printf(seq, " Flags 0x%x\n", d->flags); in rproc_rsc_table_show()
198 seq_printf(seq, " Reserved (should be zero) [%d]\n", d->reserved); in rproc_rsc_table_show()
199 seq_printf(seq, " Name %s\n\n", d->name); in rproc_rsc_table_show()
203 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
204 seq_printf(seq, " Device Address 0x%x\n", t->da); in rproc_rsc_table_show()
205 seq_printf(seq, " Length 0x%x Bytes\n", t->len); in rproc_rsc_table_show()
206 seq_printf(seq, " Reserved (should be zero) [%d]\n", t->reserved); in rproc_rsc_table_show()
207 seq_printf(seq, " Name %s\n\n", t->name); in rproc_rsc_table_show()
211 seq_printf(seq, "Entry %d is of type %s\n", i, types[hdr->type]); in rproc_rsc_table_show()
213 seq_printf(seq, " ID %d\n", v->id); in rproc_rsc_table_show()
214 seq_printf(seq, " Notify ID %d\n", v->notifyid); in rproc_rsc_table_show()
215 seq_printf(seq, " Device features 0x%x\n", v->dfeatures); in rproc_rsc_table_show()
216 seq_printf(seq, " Guest features 0x%x\n", v->gfeatures); in rproc_rsc_table_show()
217 seq_printf(seq, " Config length 0x%x\n", v->config_len); in rproc_rsc_table_show()
218 seq_printf(seq, " Status 0x%x\n", v->status); in rproc_rsc_table_show()
219 seq_printf(seq, " Number of vrings %d\n", v->num_of_vrings); in rproc_rsc_table_show()
220 seq_printf(seq, " Reserved (should be zero) [%d][%d]\n\n", in rproc_rsc_table_show()
224 seq_printf(seq, " Vring %d\n", j); in rproc_rsc_table_show()
225 seq_printf(seq, " Device Address 0x%x\n", v->vring[j].da); in rproc_rsc_table_show()
226 seq_printf(seq, " Alignment %d\n", v->vring[j].align); in rproc_rsc_table_show()
227 seq_printf(seq, " Number of buffers %d\n", v->vring[j].num); in rproc_rsc_table_show()
228 seq_printf(seq, " Notify ID %d\n", v->vring[j].notifyid); in rproc_rsc_table_show()
229 seq_printf(seq, " Physical Address 0x%x\n\n", in rproc_rsc_table_show()
234 seq_printf(seq, "Unknown resource type found: %d [hdr: %pK]\n", in rproc_rsc_table_show()
263 seq_printf(seq, "\tVirtual address: %pK\n", carveout->va); in rproc_carveouts_show()
264 seq_printf(seq, "\tDMA address: %pad\n", &carveout->dma); in rproc_carveouts_show()
265 seq_printf(seq, "\tDevice address: 0x%x\n", carveout->da); in rproc_carveouts_show()
266 seq_printf(seq, "\tLength: 0x%x Bytes\n\n", carveout->len); in rproc_carveouts_show()