Searched defs:st_rc_device (Results 1 – 1 of 1) sorted by relevance
21 struct st_rc_device { struct22 struct device *dev;23 int irq;24 int irq_wake;25 struct clk *sys_clock;26 void __iomem *base; /* Register base address */27 void __iomem *rx_base;/* RX Register base address */28 struct rc_dev *rdev;29 bool overclocking;30 int sample_mult;[all …]