| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
| amdgpu_bios_parser_interface.c | 44 struct dc_bios *bios = NULL; local 46 bios = firmware_parser_create(init, dce_version); 48 /* Fall back to old bios parser for older asics */ 49 if (bios == NULL) 50 bios = bios_parser_create(init, dce_version); 52 return bios; 57 struct dc_bios *bios = *dcb; local 59 bios->funcs->bios_parser_destroy(dcb);
|
| amdgpu_bios_parser_interface.c | 44 struct dc_bios *bios = NULL; local 46 bios = firmware_parser_create(init, dce_version); 48 /* Fall back to old bios parser for older asics */ 49 if (bios == NULL) 50 bios = bios_parser_create(init, dce_version); 52 return bios; 57 struct dc_bios *bios = *dcb; local 59 bios->funcs->bios_parser_destroy(dcb);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| bios_parser_interface.h | 37 uint8_t *bios; member in struct:bp_init_data
|
| bios_parser_interface.h | 37 uint8_t *bios; member in struct:bp_init_data
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
| nouveau_nvkm_subdev_bios_ramcfg.c | 29 #include <subdev/bios.h> 30 #include <subdev/bios/bit.h> 31 #include <subdev/bios/ramcfg.h> 32 #include <subdev/bios/M0203.h> 41 nvbios_ramcfg_count(struct nvkm_bios *bios) 45 if (!bit_entry(bios, 'M', &bit_M)) { 47 return nvbios_rd08(bios, bit_M.offset + 2); 49 return nvbios_rd08(bios, bit_M.offset + 0); 58 struct nvkm_bios *bios = subdev->device->bios; local [all...] |
| nouveau_nvkm_subdev_bios_ramcfg.c | 29 #include <subdev/bios.h> 30 #include <subdev/bios/bit.h> 31 #include <subdev/bios/ramcfg.h> 32 #include <subdev/bios/M0203.h> 41 nvbios_ramcfg_count(struct nvkm_bios *bios) 45 if (!bit_entry(bios, 'M', &bit_M)) { 47 return nvbios_rd08(bios, bit_M.offset + 2); 49 return nvbios_rd08(bios, bit_M.offset + 0); 58 struct nvkm_bios *bios = subdev->device->bios; local [all...] |
| nouveau_nvkm_subdev_bios_shadowramin.c | 31 struct nvkm_bios *bios; member in struct:priv 36 pramin_read(void *data, u32 offset, u32 length, struct nvkm_bios *bios) 38 struct nvkm_device *device = bios->subdev.device; 42 *(u32 *)&bios->data[i] = nvkm_rd32(device, 0x700000 + i); 53 struct nvkm_device *device = priv->bios->subdev.device; 60 pramin_init(struct nvkm_bios *bios, const char *name) 62 struct nvkm_subdev *subdev = &bios->subdev; 71 /* we can't get the bios image pointer without PDISP */ 106 /* modify bar0 PRAMIN window to cover the bios image */ 112 priv->bios = bios [all...] |
| nouveau_nvkm_subdev_bios_shadowramin.c | 31 struct nvkm_bios *bios; member in struct:priv 36 pramin_read(void *data, u32 offset, u32 length, struct nvkm_bios *bios) 38 struct nvkm_device *device = bios->subdev.device; 42 *(u32 *)&bios->data[i] = nvkm_rd32(device, 0x700000 + i); 53 struct nvkm_device *device = priv->bios->subdev.device; 60 pramin_init(struct nvkm_bios *bios, const char *name) 62 struct nvkm_subdev *subdev = &bios->subdev; 71 /* we can't get the bios image pointer without PDISP */ 106 /* modify bar0 PRAMIN window to cover the bios image */ 112 priv->bios = bios [all...] |
| nouveau_nvkm_subdev_bios_base.c | 31 #include <subdev/bios.h> 32 #include <subdev/bios/bmp.h> 33 #include <subdev/bios/bit.h> 34 #include <subdev/bios/image.h> 37 nvbios_addr(struct nvkm_bios *bios, u32 *addr, u8 size) 41 if (*addr > bios->image0_size && bios->imaged_addr) { 42 *addr -= bios->image0_size; 43 *addr += bios->imaged_addr; 46 if (unlikely(*addr + size >= bios->size)) 137 struct nvkm_bios *bios = nvkm_bios(subdev); local 150 struct nvkm_bios *bios; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
| nouveau_nvkm_subdev_therm_ic.c | 31 #include <subdev/bios/extdev.h> 95 struct nvkm_bios *bios = device->bios; local 104 if (!nvbios_extdev_find(bios, NVBIOS_EXTDEV_LM89, &extdev_entry)) { 116 if (!nvbios_extdev_find(bios, NVBIOS_EXTDEV_ADT7473, &extdev_entry)) { 128 if (nvbios_extdev_skip_probe(bios))
|
| nouveau_nvkm_subdev_therm_ic.c | 31 #include <subdev/bios/extdev.h> 95 struct nvkm_bios *bios = device->bios; local 104 if (!nvbios_extdev_find(bios, NVBIOS_EXTDEV_LM89, &extdev_entry)) { 116 if (!nvbios_extdev_find(bios, NVBIOS_EXTDEV_ADT7473, &extdev_entry)) { 128 if (nvbios_extdev_skip_probe(bios))
|
| nouveau_nvkm_subdev_therm_fanpwm.c | 33 #include <subdev/bios.h> 34 #include <subdev/bios/fan.h> 72 if (fan->base.bios.pwm_freq) { 76 divs /= fan->base.bios.pwm_freq; 93 struct nvkm_bios *bios = device->bios; local 98 nvbios_fan_parse(bios, &info);
|
| nouveau_nvkm_subdev_therm_fanpwm.c | 33 #include <subdev/bios.h> 34 #include <subdev/bios/fan.h> 72 if (fan->base.bios.pwm_freq) { 76 divs /= fan->base.bios.pwm_freq; 93 struct nvkm_bios *bios = device->bios; local 98 nvbios_fan_parse(bios, &info);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| nouveau_nvkm_subdev_devinit_nv05.c | 34 #include <subdev/bios.h> 35 #include <subdev/bios/bmp.h> 36 #include <subdev/bios/init.h> 54 struct nvkm_bios *bios = device->bios; local 69 if ((data = bmp_mem_init_table(bios))) { 70 ramcfg[0] = nvbios_rd08(bios, data + 2 * strap + 0); 71 ramcfg[1] = nvbios_rd08(bios, data + 2 * strap + 1); 88 u32 scramble = nvbios_rd32(bios, data);
|
| nouveau_nvkm_subdev_devinit_nv05.c | 34 #include <subdev/bios.h> 35 #include <subdev/bios/bmp.h> 36 #include <subdev/bios/init.h> 54 struct nvkm_bios *bios = device->bios; local 69 if ((data = bmp_mem_init_table(bios))) { 70 ramcfg[0] = nvbios_rd08(bios, data + 2 * strap + 0); 71 ramcfg[1] = nvbios_rd08(bios, data + 2 * strap + 1); 88 u32 scramble = nvbios_rd32(bios, data);
|
| nouveau_nvkm_subdev_devinit_gm200.c | 31 #include <subdev/bios.h> 32 #include <subdev/bios/bit.h> 33 #include <subdev/bios/pmu.h> 40 struct nvkm_bios *bios = device->bios; local 47 nvkm_wr32(device, 0x10a184, nvbios_rd32(bios, img + i)); 60 struct nvkm_bios *bios = device->bios; local 65 nvkm_wr32(device, 0x10a1c4, nvbios_rd32(bios, img + i)); 91 struct nvkm_bios *bios = subdev->device->bios local 128 struct nvkm_bios *bios = device->bios; local [all...] |
| nouveau_nvkm_subdev_devinit_nv50.c | 31 #include <subdev/bios.h> 32 #include <subdev/bios/dcb.h> 33 #include <subdev/bios/disp.h> 34 #include <subdev/bios/init.h> 35 #include <subdev/bios/pll.h> 44 struct nvkm_bios *bios = device->bios; local 49 ret = nvbios_pll_parse(bios, type, &info); 132 struct nvkm_bios *bios = device->bios; local [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_http.c | 29 static int keep_alive(int keep_alive, int body_type, BIO **bios) 31 if (keep_alive != 0 && bios == NULL 57 BIO **bios; /* optionally used as bio and rbio */ local 70 bios = OSSL_CMP_CTX_get_transfer_cb_arg(ctx); 82 if (bios == NULL) 95 bios == NULL ? NULL : bios[0] /* bio */, 96 bios == NULL ? NULL : bios[1] /* rbio */, 103 keep_alive(ctx->keep_alive, req->body->type, bios)); [all...] |
| cmp_http.c | 29 static int keep_alive(int keep_alive, int body_type, BIO **bios) 31 if (keep_alive != 0 && bios == NULL 57 BIO **bios; /* optionally used as bio and rbio */ local 70 bios = OSSL_CMP_CTX_get_transfer_cb_arg(ctx); 82 if (bios == NULL) 95 bios == NULL ? NULL : bios[0] /* bio */, 96 bios == NULL ? NULL : bios[1] /* rbio */, 103 keep_alive(ctx->keep_alive, req->body->type, bios)); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| nouveau_nvkm_subdev_fb_ramgp100.c | 31 #include <subdev/bios.h> 32 #include <subdev/bios/init.h> 33 #include <subdev/bios/rammap.h> 40 struct nvkm_bios *bios = device->bios; local 56 data = nvbios_rammapTe(bios, &ver, &hdr, &cnt, &len, &snr, &ssz); 60 cnt = nvbios_rd08(bios, data + 0x14); /* guess at count */ 61 data = nvbios_rd32(bios, data + 0x10); /* guess u32... */ 67 nvbios_init(subdev, nvbios_rd32(bios, data));
|
| nouveau_nvkm_subdev_fb_ramgp100.c | 31 #include <subdev/bios.h> 32 #include <subdev/bios/init.h> 33 #include <subdev/bios/rammap.h> 40 struct nvkm_bios *bios = device->bios; local 56 data = nvbios_rammapTe(bios, &ver, &hdr, &cnt, &len, &snr, &ssz); 60 cnt = nvbios_rd08(bios, data + 0x14); /* guess at count */ 61 data = nvbios_rd32(bios, data + 0x10); /* guess u32... */ 67 nvbios_init(subdev, nvbios_rd32(bios, data));
|
| nouveau_nvkm_subdev_fb_ramnv40.c | 31 #include <subdev/bios.h> 32 #include <subdev/bios/bit.h> 33 #include <subdev/bios/init.h> 34 #include <subdev/bios/pll.h> 43 struct nvkm_bios *bios = subdev->device->bios; local 48 ret = nvbios_pll_parse(bios, 0x04, &pll); 77 struct nvkm_bios *bios = device->bios; local 160 if (!bit_entry(bios, 'M', &M) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/ |
| nouveau_nvkm_subdev_gpio_gf119.c | 35 struct nvkm_bios *bios = device->bios; local 40 while ((entry = dcb_gpio_entry(bios, 0, ++ent, &ver, &len))) { 41 u32 data = nvbios_rd32(bios, entry);
|
| nouveau_nvkm_subdev_gpio_gf119.c | 35 struct nvkm_bios *bios = device->bios; local 40 while ((entry = dcb_gpio_entry(bios, 0, ++ent, &ver, &len))) { 41 u32 data = nvbios_rd32(bios, entry);
|
| /src/lib/librumpuser/ |
| rumpuser_bio.c | 63 static struct rumpuser_bio bios[N_BIOS]; variable in typeref:struct:rumpuser_bio 119 biop = &bios[bio_tail]; 181 bios[bio_head] = bio;
|