Lines Matching +full:0 +full:x12345678
20 #define RESET_REG_OFF 0x00
21 #define RESET_REG_VALUE 0x00000001
23 #define SCRATCH_REG_OFF 0x04
24 #define SCRATCH_REG_VALUE 0x12345678
25 #define SCRATCH_TEST_VALUE 0xdeadbeef
48 …panic("Scratch register read error - the system is probably broken! Expected: 0x%x but got: 0x%lx", in litex_check_csr_access()
57 …panic("Scratch register write error - the system is probably broken! Expected: 0x%x but got: 0x%lx… in litex_check_csr_access()
67 return 0; in litex_check_csr_access()
102 soc_ctrl_dev->base = devm_platform_ioremap_resource(pdev, 0); in litex_soc_ctrl_probe()
120 return 0; in litex_soc_ctrl_probe()
128 return 0; in litex_soc_ctrl_remove()