Man Page: debugfs_print_regs32
Operating Environment: centos
Section: 9
DEBUGFS_PRINT_REGS32(9) The debugfs filesystem DEBUGFS_PRINT_REGS32(9)NAMEdebugfs_print_regs32 - use seq_print to describe a set of registersSYNOPSISint debugfs_print_regs32(struct seq_file * s, const struct debugfs_reg32 * regs, int nregs, void __iomem * base, char * prefix);ARGUMENTSs the seq_file structure being used to generate output regs an array if struct debugfs_reg32 structures nregs the length of the above array base the base address to be used in reading the registers prefix a string to be prefixed to every output lineDESCRIPTIONThis function outputs a text block describing the current values of some 32-bit hardware registers. It is meant to be used within debugfs files based on seq_file that need to show registers, intermixed with other information. The prefix argument may be used to specify a leading string, because some peripherals have several blocks of identical registers, for example configuration of dma channelsCOPYRIGHTKernel Hackers Manual 3.10 June 2014 DEBUGFS_PRINT_REGS32(9)
| Related Man Pages |
|---|
| debugfs_create_u16(9) - centos |
| debugfs_create_bool(9) - centos |
| debugfs_create_u8(9) - centos |
| debugfs_create_u8(9) - suse |
| csx_parse_cistpl_config(9f) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Tar Command |
| CentOS7 restoring file capabilities |
| [TIP] Processing YAML files with yq |