Searched refs:extrap (Results 1 – 2 of 2) sorted by relevance
492 Source extrap; in parse_makefile() local692 extrap = (Source) in parse_makefile()694 extrap->string.buffer.start = NULL; in parse_makefile()695 extrap->inp_buf = in parse_makefile()696 extrap->inp_buf_ptr = in parse_makefile()697 extrap->inp_buf_end = NULL; in parse_makefile()698 extrap->error_converting = false; in parse_makefile()705 &extrap->string, in parse_makefile()711 extrap->string.text.p = in parse_makefile()712 extrap->string.buffer.start; in parse_makefile()[all …]
796 const struct ao_ctl_init *extrap; in ao_ms_bankctl_val() local805 extrap = bankcfg->bank_ctl_init_extra; in ao_ms_bankctl_val()809 while (extrap != NULL && extrap->ctl_revmask != X86_CHIPREV_UNKNOWN) { in ao_ms_bankctl_val()810 if (X86_CHIPREV_MATCH(rev, extrap->ctl_revmask)) in ao_ms_bankctl_val()811 mcictl |= extrap->ctl_bits; in ao_ms_bankctl_val()812 extrap++; in ao_ms_bankctl_val()