HomeSort by relevance Sort by last modified time
    Searched refs:cmos_read8 (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/x86/include/asm/
early_cmos.h 13 * cmos_read8() - Get 8-bit data stored at the given address
20 u8 cmos_read8(u8 addr);
  /external/u-boot/arch/x86/lib/
early_cmos.c 17 u8 cmos_read8(u8 addr) function
31 data = cmos_read8(addr + i);
45 data = cmos_read8(addr + i);

Completed in 41 milliseconds