drivers/net/ethernet/intel/ice/ice_tspll.h
Source file repositories/reference/linux-study-clean/drivers/net/ethernet/intel/ice/ice_tspll.h
File Facts
- System
- Linux kernel
- Corpus path
drivers/net/ethernet/intel/ice/ice_tspll.h- Extension
.h- Size
- 1320 bytes
- Lines
- 43
- Domain
- Driver Families
- Bucket
- drivers/net
- Inferred role
- Driver Families: implementation source
- Status
- source implementation candidate
Why This File Exists
Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
- No C-style include directives detected by the generator.
Detected Declarations
struct ice_tspll_params_e82x
Annotated Snippet
struct ice_tspll_params_e82x {
u8 refclk_pre_div;
u8 post_pll_div;
u8 feedback_div;
u32 frac_n_div;
};
#define ICE_CGU_NET_REF_CLK0 0x0
#define ICE_CGU_REF_CLK_BYP0 0x5
#define ICE_CGU_REF_CLK_BYP0_DIV 0x0
#define ICE_CGU_REF_CLK_BYP1 0x4
#define ICE_CGU_REF_CLK_BYP1_DIV 0x1
#define ICE_TSPLL_CK_REFCLKFREQ_E825 0x1F
#define ICE_TSPLL_NDIVRATIO_E825 5
#define ICE_TSPLL_FBDIV_INTGR_E825 256
int ice_tspll_cfg_pps_out_e825c(struct ice_hw *hw, bool enable);
int ice_tspll_init(struct ice_hw *hw);
int ice_tspll_bypass_mux_active_e825c(struct ice_hw *hw, u8 port, bool *active,
enum ice_synce_clk output);
int ice_tspll_cfg_bypass_mux_e825c(struct ice_hw *hw, bool ena, u32 port_num,
enum ice_synce_clk output);
int ice_tspll_cfg_synce_ethdiv_e825c(struct ice_hw *hw,
enum ice_synce_clk output);
#endif /* _ICE_TSPLL_H_ */
Annotation
- Detected declarations: `struct ice_tspll_params_e82x`.
- Atlas domain: Driver Families / drivers/net.
- Implementation status: source implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.