Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 2 of 2) sorted by relevance

/lk-master/external/platform/cc13xx/cc13xxware/driverlib/
A Dsys_ctrl.c352 uint32_t cl ; in SysCtrlSetRechargeBeforePowerDown() local
481 cl = pLookupTable[ ti ]; in SysCtrlSetRechargeBeforePowerDown()
484 load = cl & 0xFF; in SysCtrlSetRechargeBeforePowerDown()
488 load += (( cl >> 8 ) & 0xFF ); in SysCtrlSetRechargeBeforePowerDown()
491 load += (( cl >> 16 ) & 0xFF ); in SysCtrlSetRechargeBeforePowerDown()
494 load += (( cl >> 24 ) & 0xFF ); in SysCtrlSetRechargeBeforePowerDown()
/lk-master/platform/pc/
A Dide.c699 uint8_t sc = 0, sn = 0, st = 0, cl = 0, ch = 0; in ide_detect_drives() local
752 cl = ide_read_reg8(dev, IDE_REG_CYLINDER_LOW); in ide_detect_drives()
755 LTRACEF("sc %hhu sn %hhu st %hhu cl %hhu ch %hhu\n", sc, sn, st, cl, ch); in ide_detect_drives()
758 if ((cl == 0x14 && ch == 0xeb) || (cl == 0x69 && ch == 0x96)) { in ide_detect_drives()
760 } else if (st != 0 && ((cl == 0x00 && ch == 0x00) || (cl == 0x3c && ch == 0xc3))) { in ide_detect_drives()
774 cl = ide_read_reg8(dev, IDE_REG_CYLINDER_LOW); in ide_detect_drives()
777 LTRACEF("sc %hhu sn %hhu st %hhu cl %hhu ch %hhu\n", sc, sn, st, cl, ch); in ide_detect_drives()
780 if ((cl == 0x14 && ch == 0xeb) || (cl == 0x69 && ch == 0x96)) { in ide_detect_drives()
782 } else if (st != 0 && ((cl == 0x00 && ch == 0x00) || (cl == 0x3c && ch == 0xc3))) { in ide_detect_drives()

Completed in 5 milliseconds