Home
last modified time | relevance | path

Searched refs:uint64_value (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dkern_csr.c166 uint64_t uint64_value; in csr_bootstrap() local
173 _csr_get_dt_uint64(&entry, "lp-sip0", &uint64_value)) { in csr_bootstrap()
174 csr_config = (uint32_t)uint64_value; // Currently only 32 bits used. in csr_bootstrap()