include/soc/qcom/kryo-l2-accessors.h

Source file repositories/reference/linux-study-clean/include/soc/qcom/kryo-l2-accessors.h

File Facts

System
Linux kernel
Corpus path
include/soc/qcom/kryo-l2-accessors.h
Extension
.h
Size
298 bytes
Lines
13
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H
#define __SOC_ARCH_QCOM_KRYO_L2_ACCESSORS_H

void kryo_l2_set_indirect_reg(u64 reg, u64 val);
u64 kryo_l2_get_indirect_reg(u64 reg);

#endif

Annotation

Implementation Notes