Searched defs:reg0 (Results 1 – 3 of 3) sorted by relevance
372 static uint64_t regs_to_u64(uint32_t reg0, uint32_t reg1) in regs_to_u64()377 static void u64_to_regs(uint64_t val, unsigned long *reg0, unsigned long *reg1) in u64_to_regs()
235 static uint64_t regs_to_u64(uint32_t reg0, uint32_t reg1) in regs_to_u64()240 static void u64_to_regs(uint64_t val, uint32_t *reg0, uint32_t *reg1) in u64_to_regs()
15 static const struct device *const reg0 = DEVICE_DT_GET(DT_NODELABEL(reg0)); variable