Lines Matching refs:max_fixed

1356                                AmlMaxFixed max_fixed, AmlDecode dec,  in aml_as_desc_header()  argument
1359 uint8_t flags = max_fixed | min_fixed | dec; in aml_as_desc_header()
1370 AmlMaxFixed max_fixed, AmlDecode dec, in aml_word_as_desc() argument
1383 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_word_as_desc()
1394 AmlMaxFixed max_fixed, AmlDecode dec, in aml_dword_as_desc() argument
1408 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_dword_as_desc()
1419 AmlMaxFixed max_fixed, AmlDecode dec, in aml_qword_as_desc() argument
1432 aml_as_desc_header(type, min_fixed, max_fixed, dec, type_flags)); in aml_qword_as_desc()
1447 Aml *aml_word_bus_number(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_bus_number() argument
1453 return aml_word_as_desc(AML_BUS_NUMBER_RANGE, min_fixed, max_fixed, dec, in aml_word_bus_number()
1463 Aml *aml_word_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_word_io() argument
1470 return aml_word_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_word_io()
1481 Aml *aml_dword_io(AmlMinFixed min_fixed, AmlMaxFixed max_fixed, in aml_dword_io() argument
1488 return aml_dword_as_desc(AML_IO_RANGE, min_fixed, max_fixed, dec, in aml_dword_io()
1500 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_dword_memory() argument
1508 return aml_dword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_dword_memory()
1520 AmlMaxFixed max_fixed, AmlCacheable cacheable, in aml_qword_memory() argument
1528 return aml_qword_as_desc(AML_MEMORY_RANGE, min_fixed, max_fixed, in aml_qword_memory()