acpicpu_md_pstate_fidvid_read
static int acpicpu_md_pstate_fidvid_read(uint32_t *, uint32_t *);
rv = acpicpu_md_pstate_fidvid_read(&cfid, &cvid);
rv = acpicpu_md_pstate_fidvid_read(&cfid, &cvid);
rv = acpicpu_md_pstate_fidvid_read(NULL, &cvid);
rv = acpicpu_md_pstate_fidvid_read(NULL, &cvid);
rv = acpicpu_md_pstate_fidvid_read(&cfid, NULL);
rv = acpicpu_md_pstate_fidvid_read(&cfid, NULL);
rv = acpicpu_md_pstate_fidvid_read(NULL, &cvid);