arch/mips/include/asm/octeon/cvmx-helper-jtag.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/octeon/cvmx-helper-jtag.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/octeon/cvmx-helper-jtag.h
Extension
.h
Size
1530 bytes
Lines
44
Domain
Architecture Layer
Bucket
arch/mips
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __CVMX_HELPER_JTAG_H__
#define __CVMX_HELPER_JTAG_H__

extern void cvmx_helper_qlm_jtag_init(void);
extern uint32_t cvmx_helper_qlm_jtag_shift(int qlm, int bits, uint32_t data);
extern void cvmx_helper_qlm_jtag_shift_zeros(int qlm, int bits);
extern void cvmx_helper_qlm_jtag_update(int qlm);

#endif /* __CVMX_HELPER_JTAG_H__ */

Annotation

Implementation Notes