Lines Matching defs:chbs
124 struct acpi_cedt_chbs chbs[NR_BRIDGES];
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++) {
435 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i];
438 if (chbs->cxl_version == ACPI_CEDT_CHBS_VERSION_CXL20)
446 chbs->base = res->range.start;
447 chbs->length = size;
488 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) {
489 h = (union acpi_subtable_headers *)&mock_cedt.chbs[i];
490 end = (unsigned long)&mock_cedt.chbs[i + 1];