Lines Matching refs:seq_printf
244 seq_printf(m, "PPC4XX OCM : %d\n", ocm->index); in ocm_debugfs_show()
245 seq_printf(m, "PhysAddr : 0x%llx\n", ocm->phys); in ocm_debugfs_show()
246 seq_printf(m, "MemTotal : %d Bytes\n", ocm->memtotal); in ocm_debugfs_show()
247 seq_printf(m, "MemTotal(NC) : %d Bytes\n", ocm->nc.memtotal); in ocm_debugfs_show()
248 seq_printf(m, "MemTotal(C) : %d Bytes\n", ocm->c.memtotal); in ocm_debugfs_show()
250 seq_printf(m, "\n"); in ocm_debugfs_show()
252 seq_printf(m, "NC.PhysAddr : 0x%llx\n", ocm->nc.phys); in ocm_debugfs_show()
253 seq_printf(m, "NC.VirtAddr : 0x%p\n", ocm->nc.virt); in ocm_debugfs_show()
254 seq_printf(m, "NC.MemTotal : %d Bytes\n", ocm->nc.memtotal); in ocm_debugfs_show()
255 seq_printf(m, "NC.MemFree : %d Bytes\n", ocm->nc.memfree); in ocm_debugfs_show()
258 seq_printf(m, "NC.MemUsed : %d Bytes (%s)\n", in ocm_debugfs_show()
262 seq_printf(m, "\n"); in ocm_debugfs_show()
264 seq_printf(m, "C.PhysAddr : 0x%llx\n", ocm->c.phys); in ocm_debugfs_show()
265 seq_printf(m, "C.VirtAddr : 0x%p\n", ocm->c.virt); in ocm_debugfs_show()
266 seq_printf(m, "C.MemTotal : %d Bytes\n", ocm->c.memtotal); in ocm_debugfs_show()
267 seq_printf(m, "C.MemFree : %d Bytes\n", ocm->c.memfree); in ocm_debugfs_show()
270 seq_printf(m, "C.MemUsed : %d Bytes (%s)\n", in ocm_debugfs_show()
274 seq_printf(m, "\n"); in ocm_debugfs_show()