Searched refs:hwsq_offset (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c6521 static int load_nv17_hwsq_ucode_entry(struct drm_device *dev, struct nvbios *bios, uint16_t hwsq_offset, int entry) argument
6536 if (bios->data[hwsq_offset] <= entry) {
6542 bytes_to_write = bios->data[hwsq_offset + 1];
6551 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write;
6581 int hwsq_offset; local
6583 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz);
6584 if (!hwsq_offset)
6588 return load_nv17_hwsq_ucode_entry(dev, bios, hwsq_offset + sz, 0);

Completed in 102 milliseconds