hwsq_offset      1909 drivers/gpu/drm/nouveau/nouveau_bios.c static int load_nv17_hwsq_ucode_entry(struct drm_device *dev, struct nvbios *bios, uint16_t hwsq_offset, int entry)
hwsq_offset      1926 drivers/gpu/drm/nouveau/nouveau_bios.c 	if (bios->data[hwsq_offset] <= entry) {
hwsq_offset      1932 drivers/gpu/drm/nouveau/nouveau_bios.c 	bytes_to_write = bios->data[hwsq_offset + 1];
hwsq_offset      1941 drivers/gpu/drm/nouveau/nouveau_bios.c 	hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write;
hwsq_offset      1971 drivers/gpu/drm/nouveau/nouveau_bios.c 	int hwsq_offset;
hwsq_offset      1973 drivers/gpu/drm/nouveau/nouveau_bios.c 	hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz);
hwsq_offset      1974 drivers/gpu/drm/nouveau/nouveau_bios.c 	if (!hwsq_offset)
hwsq_offset      1978 drivers/gpu/drm/nouveau/nouveau_bios.c 	return load_nv17_hwsq_ucode_entry(dev, bios, hwsq_offset + sz, 0);