nouveau_bios.c | 1914 static int load_nv17_hwsq_ucode_entry(struct drm_device *dev, struct nvbios *bios, uint16_t hwsq_offset, int entry) 1931 if (bios->data[hwsq_offset] <= entry) { 1937 bytes_to_write = bios->data[hwsq_offset + 1]; 1946 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write; 1976 int hwsq_offset; local in function:load_nv17_hw_sequencer_ucode 1978 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz); 1979 if (!hwsq_offset) 1983 return load_nv17_hwsq_ucode_entry(dev, bios, hwsq_offset + sz, 0);
|