Lines Matching refs:entries
974 u8 entries, *entry;
979 entries = bios->data[bios->offset + 10];
981 while (entries--) {
1283 * same 5 entries, which are not specific to the card and so
1373 struct dcb_output *entry = &dcb->entry[dcb->entries];
1376 entry->index = dcb->entries++;
1515 dcb->entries--;
1522 /* Normal entries consist of a single bit, but dual link has
1600 * Here we merge compatible entries to have fewer outputs, with
1607 for (i = 0; i < dcb->entries; i++) {
1611 for (j = i + 1; j < dcb->entries; j++) {
1622 NV_INFO(drm, "Merging DCB entries %d and %d\n",
1630 /* Compact entries merged into others out of dcb */
1631 for (i = 0; i < dcb->entries; i++) {
1642 dcb->entries = newentries;
1829 for (i = 0; i < dcbt->entries; i++) {
1841 for (i = 0; i < dcbt->entries; i++) {
1853 * table - just in case it has random, rather than stub, entries.
1893 /* dump connector table entries to log, if any exist */
1912 * The header following the "HWSQ" signature has the number of entries,
1927 NV_ERROR(drm, "Too few entries in HW sequencer table for "
1966 * The microcode entries are found by the "HWSQ" signature.