Lines Matching full:compat
95 char * compat; member
310 char compat[32]; in mpcpcibrattach() local
323 len = OF_getprop(ca->ca_node, "name", compat, sizeof(compat)); in mpcpcibrattach()
324 compat[len] = '\0'; in mpcpcibrattach()
326 printf(" %s", compat); in mpcpcibrattach()
328 len = OF_getprop(ca->ca_node, "compatible", compat, sizeof(compat)); in mpcpcibrattach()
330 len = OF_getprop(ca->ca_node, "name", compat, sizeof(compat)); in mpcpcibrattach()
335 compat[len] = 0; in mpcpcibrattach()
336 if (strcmp(compat, "bandit") != 0) { in mpcpcibrattach()
338 compat); in mpcpcibrattach()
342 compat[len] = 0; in mpcpcibrattach()
345 if (strcmp(compat, "u3-ht") == 0) { in mpcpcibrattach()
368 for (i = 0; config_offsets[i].compat != NULL; i++) { in mpcpcibrattach()
370 if (strcmp(co->compat, compat) == 0) { in mpcpcibrattach()
379 " compatible %s\n", compat); in mpcpcibrattach()
407 printf(": %s\n", compat); in mpcpcibrattach()