HomeSort by relevance Sort by last modified time
    Searched full:cmos_readb (Results 1 - 1 of 1) sorted by null

  /external/qemu-pc-bios/bochs/bios/
rombios32.c 557 static int cmos_readb(int addr) function
614 if (cmos_readb(0x34) | cmos_readb(0x35))
615 ram_size = (cmos_readb(0x34) | (cmos_readb(0x35) << 8)) * 65536 +
618 ram_size = (cmos_readb(0x30) | (cmos_readb(0x31) << 8)) * 1024 +
621 if (cmos_readb(0x5b) | cmos_readb(0x5c) | cmos_readb(0x5d)
    [all...]

Completed in 1846 milliseconds