Lines Matching +full:0 +full:x07b00000
33 REG_SDR_CCR = 0x0000,
34 REG_SDR_ZQCR0 = 0x00a8,
35 REG_SDR_ZQSR = 0x00b0
51 REG_SDR_CCR_RESET = 0x80020000,
52 REG_SDR_ZQCR0_RESET = 0x07b00000,
53 REG_SDR_ZQSR_RESET = 0x80000000
67 case 0x2e4 ... AW_A10_DRAMC_IOSIZE: in allwinner_a10_dramc_read()
68 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_a10_dramc_read()
70 return 0; in allwinner_a10_dramc_read()
72 qemu_log_mask(LOG_UNIMP, "%s: unimplemented read offset 0x%04x\n", in allwinner_a10_dramc_read()
74 return 0; in allwinner_a10_dramc_read()
101 case 0x2e4 ... AW_A10_DRAMC_IOSIZE: in allwinner_a10_dramc_write()
102 qemu_log_mask(LOG_GUEST_ERROR, "%s: out-of-bounds offset 0x%04x\n", in allwinner_a10_dramc_write()
106 qemu_log_mask(LOG_UNIMP, "%s: unimplemented write offset 0x%04x\n", in allwinner_a10_dramc_write()