include/dt-bindings/clock/bcm-nsp.h

Source file repositories/reference/linux-study-clean/include/dt-bindings/clock/bcm-nsp.h

File Facts

System
Linux kernel
Corpus path
include/dt-bindings/clock/bcm-nsp.h
Extension
.h
Size
2148 bytes
Lines
52
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 _CLOCK_BCM_NSP_H
#define _CLOCK_BCM_NSP_H

/* GENPLL clock channel ID */
#define BCM_NSP_GENPLL			0
#define BCM_NSP_GENPLL_PHY_CLK		1
#define BCM_NSP_GENPLL_ENET_SW_CLK	2
#define BCM_NSP_GENPLL_USB_PHY_REF_CLK	3
#define BCM_NSP_GENPLL_IPROCFAST_CLK	4
#define BCM_NSP_GENPLL_SATA1_CLK	5
#define BCM_NSP_GENPLL_SATA2_CLK	6

/* LCPLL0 clock channel ID */
#define BCM_NSP_LCPLL0			0
#define BCM_NSP_LCPLL0_PCIE_PHY_REF_CLK	1
#define BCM_NSP_LCPLL0_SDIO_CLK		2
#define BCM_NSP_LCPLL0_DDR_PHY_CLK	3

#endif /* _CLOCK_BCM_NSP_H */

Annotation

Implementation Notes