Home
last modified time | relevance | path

Searched refs:RKUSB_MASKROM (Results 1 – 4 of 4) sorted by relevance

/rkdeveloptool/
H A DRKComm.cpp282 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_EraseBlock()
320 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadChipInfo()
355 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadFlashID()
390 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadFlashInfo()
435 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadCapability()
475 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadLBA()
522 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ResetDevice()
561 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ChangeStorage()
601 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_ReadStorage()
650 if ((m_deviceDesc.emUsbType != RKUSB_LOADER) && (m_deviceDesc.emUsbType != RKUSB_MASKROM)) { in RKU_TestDeviceReady()
[all …]
H A DRKScan.cpp333 if ( (type & RKUSB_MASKROM) == 0 ) { in Search()
398 (*iter).emUsbType = RKUSB_MASKROM; in Search()
420 iRet = Search(RKUSB_MASKROM | RKUSB_LOADER | RKUSB_MSC); in MutexWait()
471 iRet = Search(RKUSB_MASKROM | RKUSB_LOADER | RKUSB_MSC); in MutexWaitPrepare()
473 iRet2 = Search(RKUSB_MASKROM | RKUSB_LOADER | RKUSB_MSC); in MutexWaitPrepare()
524 curDeviceType = RKUSB_MASKROM; in Wait()
H A Dmain.cpp875 if (!check_device_type(dev, RKUSB_MASKROM|RKUSB_LOADER)) in write_parameter()
930 if (!check_device_type(dev, RKUSB_MASKROM)) in write_gpt()
1765 if (!check_device_type(dev, RKUSB_MASKROM)) in download_boot()
1831 if (!check_device_type(dev, RKUSB_MASKROM)) in upgrade_loader()
2033 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in print_gpt()
2088 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in print_parameter()
2141 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in erase_flash()
2200 pScan->Wait(dev, RKUSB_MASKROM, dev.usVid, dev.usPid); in erase_flash()
2214 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in test_device()
2241 if (!check_device_type(dev, RKUSB_LOADER | RKUSB_MASKROM)) in reset_device()
[all …]
H A DDefineHeader.h67 RKUSB_MASKROM = 0x01, enumerator