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

  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 5 # This module contains unit tests for the classes in the mtb module
14 import mtb
18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL
19 from mtb import FingerPath, TidPacket
29 parser = mtb.MtbParser()
31 mtb_packets = mtb.Mtb(packets=packets)
35 class FakeMtb(mtb.Mtb):
36 """A fake MTB class to set up x and y positions directly.""
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 5 """This module provides MTB parser and related packet methods."""
16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
44 """ A helper function to get mtb packets by parsing the event file.
48 return Mtb(packets=MtbParser().parse_file(event_file))
57 pretty_event.append('time %.6f,' % event[MTB.EV_TIME])
58 if event.get(MTB.SYN_REPORT):
61 ev_type = event[MTB.EV_TYPE]
63 ev_code = event[MTB.EV_CODE]
66 pretty_event.append('value %d' % event[MTB.EV_VALUE])
78 if event.get(MTB.SYN_REPORT)
    [all...]
validators.py 11 (2) add proper method in mtb.Mtb class,
64 import mtb
70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
197 self.packets = mtb.Mtb(device=self.device, packets=packets)
356 final_state_packet = mtb.create_final_state_packet(
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Include/Library/
HwMemInitLib.h 120 UINT32 Mtb;
601 #define SPD_TCKMIN_800 20 // tCK(MTB)=20, tCK(ns)=2.5
602 #define SPD_TCKMIN_1067 15 // tCK(MTB)=15, tCK(ns)=1.875
603 #define SPD_TCKMIN_1333 12 // tCK(MTB)=12, tCK(ns)=1.5
604 #define SPD_TCKMIN_1600 10 // tCK(MTB)=10, tCK(ns)=1.25
605 #define SPD_TCKMIN_1867 9 // tCK(MTB)=9, tCK(ns)=1.07
606 #define SPD_TCKMIN_2133 8 // tCK(MTB)=8, tCK(ns)=0.9375
607 #define SPD_TCKMIN_2400 7 // tCK(MTB)=7, tCK(ns)=.833
757 #define SPD_TB_DDR4 17 // Timebase [3:2] MTB, [1:0] FTB
759 #define SPD_TCKMIN_DDR4_1600 10 // tCK(MTB)=10, tCK(ns)=1.25
    [all...]

Completed in 1423 milliseconds