Lines Matching refs:entries
977 u8 entries, *entry;
982 entries = bios->data[bios->offset + 10];
984 while (entries--) {
1286 * same 5 entries, which are not specific to the card and so
1376 struct dcb_output *entry = &dcb->entry[dcb->entries];
1379 entry->index = dcb->entries++;
1518 dcb->entries--;
1525 /* Normal entries consist of a single bit, but dual link has
1603 * Here we merge compatible entries to have fewer outputs, with
1610 for (i = 0; i < dcb->entries; i++) {
1614 for (j = i + 1; j < dcb->entries; j++) {
1625 NV_INFO(drm, "Merging DCB entries %d and %d\n",
1633 /* Compact entries merged into others out of dcb */
1634 for (i = 0; i < dcb->entries; i++) {
1645 dcb->entries = newentries;
1834 for (i = 0; i < dcbt->entries; i++) {
1846 for (i = 0; i < dcbt->entries; i++) {
1858 * table - just in case it has random, rather than stub, entries.
1898 /* dump connector table entries to log, if any exist */
1917 * The header following the "HWSQ" signature has the number of entries,
1932 NV_ERROR(drm, "Too few entries in HW sequencer table for "
1971 * The microcode entries are found by the "HWSQ" signature.