Home
last modified time | relevance | path

Searched defs:clk_aux (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/spear/
H A Dclk.h46 struct clk_aux { struct
47 struct clk_hw hw;
48 void __iomem *reg;
49 const struct aux_clk_masks *masks;
50 struct aux_rate_tbl *rtbl;
51 u8 rtbl_cnt;
52 spinlock_t *lock;
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-keembay.c64 struct clk *clk_aux; member