Searched defs:pti_device (Results 1 – 1 of 1) sorted by relevance
22 struct pti_device { struct23 void __iomem *base;24 struct intel_th_device *thdev;25 unsigned int mode;26 unsigned int freeclk;27 unsigned int clkdiv;28 unsigned int patgen;52 struct pti_device *pti = dev_get_drvdata(dev); in mode_show() argument