Lines Matching refs:chbs
117 struct acpi_cedt_chbs chbs[NR_BRIDGES];
166 .chbs[0] = {
169 .length = sizeof(mock_cedt.chbs[0]),
174 .chbs[1] = {
177 .length = sizeof(mock_cedt.chbs[0]),
182 .chbs[2] = {
185 .length = sizeof(mock_cedt.chbs[0]),
190 .chbs[3] = {
193 .length = sizeof(mock_cedt.chbs[0]),
427 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) {
428 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i];
431 if (chbs->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL20)
439 chbs->base = res->range.start;
440 chbs->length = size;
481 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) {
482 h = (union acpi_subtable_headers *)&mock_cedt.chbs[i];
483 end = (unsigned long)&mock_cedt.chbs[i + 1];