Lines Matching refs:revision
49 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() local
51 switch (revision) { in decode_type0_hpx_record()
59 hpx->t0->revision = revision; in decode_type0_hpx_record()
68 __func__, revision); in decode_type0_hpx_record()
79 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() local
81 switch (revision) { in decode_type1_hpx_record()
89 hpx->t1->revision = revision; in decode_type1_hpx_record()
97 __func__, revision); in decode_type1_hpx_record()
108 u32 revision = fields[1].integer.value; in decode_type2_hpx_record() local
110 switch (revision) { in decode_type2_hpx_record()
118 hpx->t2->revision = revision; in decode_type2_hpx_record()
139 __func__, revision); in decode_type2_hpx_record()
238 hpp->t0->revision = 1; in acpi_run_hpp()