Lines Matching refs:dec
1025 Aml *aml_io(AmlIODecode dec, uint16_t min_base, uint16_t max_base, in aml_io() argument
1030 build_append_byte(var->buf, dec); in aml_io()
1355 AmlMaxFixed max_fixed, AmlDecode dec, in aml_as_desc_header() argument
1358 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1369 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1382 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_word_as_desc()
1393 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1407 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_dword_as_desc()
1418 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1431 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_qword_as_desc()
1447 AmlDecode dec, uint16_t addr_gran, in aml_word_bus_number() argument
1452 return aml_word_as_desc(AML_BUS_NUMBER_RANGE, min_fixed, max_fixed, dec, in aml_word_bus_number()
1463 AmlDecode dec, AmlISARanges isa_ranges, in aml_word_io() argument
1469 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1481 AmlDecode dec, AmlISARanges isa_ranges, in aml_dword_io() argument
1487 return aml_dword_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_dword_io()
1498 Aml *aml_dword_memory(AmlDecode dec, AmlMinFixed min_fixed, in aml_dword_memory() argument
1508 dec, addr_gran, addr_min, addr_max, in aml_dword_memory()
1518 Aml *aml_qword_memory(AmlDecode dec, AmlMinFixed min_fixed, in aml_qword_memory() argument
1528 dec, addr_gran, addr_min, addr_max, in aml_qword_memory()