Searched defs:m48t59_plat_data (Results 1 – 1 of 1) sorted by relevance
48 struct m48t59_plat_data { struct50 void (*write_byte)(struct device *dev, u32 ofs, u8 val);51 unsigned char (*read_byte)(struct device *dev, u32 ofs);53 int type; /* RTC model */56 void __iomem *ioaddr;58 unsigned int offset;
Completed in 4 milliseconds