Lines Matching refs:seq_printf
871 seq_printf(m, "%-16s %s\n", "name", card->name); in b1dmactl_proc_show()
872 seq_printf(m, "%-16s 0x%x\n", "io", card->port); in b1dmactl_proc_show()
873 seq_printf(m, "%-16s %d\n", "irq", card->irq); in b1dmactl_proc_show()
874 seq_printf(m, "%-16s 0x%lx\n", "membase", card->membase); in b1dmactl_proc_show()
887 seq_printf(m, "%-16s %s\n", "type", s); in b1dmactl_proc_show()
889 seq_printf(m, "%-16s %s\n", "ver_driver", s); in b1dmactl_proc_show()
891 seq_printf(m, "%-16s %s\n", "ver_cardtype", s); in b1dmactl_proc_show()
893 seq_printf(m, "%-16s %s\n", "ver_serial", s); in b1dmactl_proc_show()
898 seq_printf(m, "%-16s%s%s%s%s%s%s%s\n", in b1dmactl_proc_show()
912 seq_printf(m, "%-16s%s%s%s%s\n", in b1dmactl_proc_show()
920 seq_printf(m, "%-16s %s\n", "cardname", cinfo->cardname); in b1dmactl_proc_show()
935 seq_printf(m, "%-16s 0x%lx\n", "csr (cached)", (unsigned long)card->csr); in b1dmactl_proc_show()
936 seq_printf(m, "%-16s 0x%lx\n", "csr", (unsigned long)csr); in b1dmactl_proc_show()
937 seq_printf(m, "%-16s %lu\n", "txoff", (unsigned long)txoff); in b1dmactl_proc_show()
938 seq_printf(m, "%-16s %lu\n", "txlen", (unsigned long)txlen); in b1dmactl_proc_show()
939 seq_printf(m, "%-16s %lu\n", "rxoff", (unsigned long)rxoff); in b1dmactl_proc_show()
940 seq_printf(m, "%-16s %lu\n", "rxlen", (unsigned long)rxlen); in b1dmactl_proc_show()