Lines Matching +full:0 +full:x50000
18 FW_HDR_CRC_DISABLE = 0x00
19 FW_HDR_CRC_ENABLE = 0x02
20 FW_CRC_DISABLE = 0x00
21 FW_CRC_ENABLE = 0x02
23 SPI_CLOCK_RATIO_1 = 0x00
24 SPI_CLOCK_RATIO_2 = 0x08
26 SPI_UNLIMITED_BURST_DISABLE = 0x00
27 SPI_UNLIMITED_BURST_ENABLE = 0x08
30 NO_VERBOSE = 0
39 PASTE_FIRMWARE_HEADER_DEFAULT = 0x00000000
45 FW_CRC_START_OFFSET_DEFAULT = 0x0
46 POINTER_OFFSET_DEFAULT = 0x0
50 'npcx7m5': {'ram_address': 0x100a8000, 'ram_size': 0x20000},
51 'npcx7m6': {'ram_address': 0x10090000, 'ram_size': 0x40000},
52 'npcx7m7': {'ram_address': 0x10070000, 'ram_size': 0x60000},
53 'npcx9m3': {'ram_address': 0x10080000, 'ram_size': 0x50000},
54 'npcx9m6': {'ram_address': 0x10090000, 'ram_size': 0x40000},
55 'npcx9m7': {'ram_address': 0x10070000, 'ram_size': 0x60000},
56 'npcx9mfp': {'ram_address': 0x10058000, 'ram_size': 0x80000},
57 'npcx4m3': {'ram_address': 0x10088000, 'ram_size': 0x50000},
58 'npcx4m8': {'ram_address': 0x10060000, 'ram_size': 0x7c800},
63 RAM_ADDR = 0x00
64 RAM_SIZE = 0x01
103 valid_arguments = arguments[0]
228 if val.startswith("0x") or val.startswith("0X"):