Searched refs:extrap (Results 1 – 2 of 2) sorted by relevance
494 Source extrap; in parse_makefile() local694 extrap = (Source) in parse_makefile()696 extrap->string.buffer.start = NULL; in parse_makefile()697 extrap->inp_buf = in parse_makefile()698 extrap->inp_buf_ptr = in parse_makefile()699 extrap->inp_buf_end = NULL; in parse_makefile()700 extrap->error_converting = false; in parse_makefile()707 &extrap->string, in parse_makefile()713 extrap->string.text.p = in parse_makefile()714 extrap->string.buffer.start; in parse_makefile()[all …]
798 const struct ao_ctl_init *extrap; in ao_ms_bankctl_val() local807 extrap = bankcfg->bank_ctl_init_extra; in ao_ms_bankctl_val()811 while (extrap != NULL && extrap->ctl_revmask != X86_CHIPREV_UNKNOWN) { in ao_ms_bankctl_val()812 if (chiprev_matches(rev, extrap->ctl_revmask)) in ao_ms_bankctl_val()813 mcictl |= extrap->ctl_bits; in ao_ms_bankctl_val()814 extrap++; in ao_ms_bankctl_val()