123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- #ifndef _CLOCK_BCM_NSP_H
- #define _CLOCK_BCM_NSP_H
- #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
- #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
|