Lines Matching full:address
13 * cmos_read8() - Get 8-bit data stored at the given address
15 * This reads from CMOS for the 8-bit data stored at the given address.
17 * @addr: RTC SRAM address
18 * @return: 8-bit data stored at the given address
23 * cmos_read16() - Get 16-bit data stored at the given address
25 * This reads from CMOS for the 16-bit data stored at the given address.
27 * @addr: RTC SRAM address
28 * @return: 16-bit data stored at the given address
33 * cmos_read32() - Get 32-bit data stored at the given address
35 * This reads from CMOS for the 32-bit data stored at the given address.
37 * @addr: RTC SRAM address
38 * @return: 32-bit data stored at the given address