Lines Matching refs:chbs
124 struct acpi_cedt_chbs chbs[NR_BRIDGES]; member
173 .chbs[0] = {
176 .length = sizeof(mock_cedt.chbs[0]),
181 .chbs[1] = {
184 .length = sizeof(mock_cedt.chbs[0]),
189 .chbs[2] = {
192 .length = sizeof(mock_cedt.chbs[0]),
197 .chbs[3] = {
200 .length = sizeof(mock_cedt.chbs[0]),
434 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in populate_cedt()
435 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i]; in populate_cedt() local
438 if (chbs->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL20) in populate_cedt()
446 chbs->base = res->range.start; in populate_cedt()
447 chbs->length = size; in populate_cedt()
488 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in mock_acpi_table_parse_cedt()
489 h = (union acpi_subtable_headers *)&mock_cedt.chbs[i]; in mock_acpi_table_parse_cedt()
490 end = (unsigned long)&mock_cedt.chbs[i + 1]; in mock_acpi_table_parse_cedt()