| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_ctxgp102.c | 55 u32 ao = 0; local 56 u32 bo = ao + size; 89 mmio_wr32(info, o + 0xf8, ao); 90 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
|
| nouveau_nvkm_engine_gr_ctxgp100.c | 59 u32 ao = 0; local 60 u32 bo = ao + size; 90 mmio_wr32(info, o + 0xf8, ao); 91 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
|
| nouveau_nvkm_engine_gr_ctxgv100.c | 76 u32 ao = 0; local 77 u32 bo = ao + size; 107 mmio_wr32(info, o + 0xf8, ao); 108 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
|
| nouveau_nvkm_engine_gr_ctxgf117.c | 261 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; local 280 mmio_wr32(info, o + 0xe4, (a << 16) | ao); 281 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
|
| nouveau_nvkm_engine_gr_ctxgf108.c | 753 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; local 770 mmio_wr32(info, o + 0x44, (a << 16) | ao); 771 ao += grctx->alpha_nr_max;
|
| nouveau_nvkm_engine_gr_ctxgm107.c | 925 u32 ao = bo + grctx->attrib_nr_max * gr->tpc_total; local 946 mmio_wr32(info, o + 0xf8, ao); 947 ao += grctx->alpha_nr_max * gr->ppc_tpc_nr[gpc][ppc];
|
| /src/sys/dev/acpi/ |
| acpi_cpu.c | 371 acpicpu_object(ACPI_HANDLE hdl, struct acpicpu_object *ao) 402 if (ao != NULL) { 403 ao->ao_procid = obj->Processor.ProcId; 404 ao->ao_pblklen = obj->Processor.PblkLength; 405 ao->ao_pblkaddr = obj->Processor.PblkAddress;
|
| /src/sys/dev/wscons/ |
| wsdisplay_vcons.c | 185 struct wsscreen_descr *def, struct wsdisplay_accessops *ao, 201 vdp->ioctl = ao->ioctl; 204 ao->ioctl = vcons_ioctl; 205 ao->alloc_screen = vcons_alloc_screen; 206 ao->free_screen = vcons_free_screen; 207 ao->show_screen = vcons_show_screen; 208 ao->load_font = vcons_load_font; 210 ao->scroll = vcons_scroll; 255 struct wsscreen_descr *def, struct wsdisplay_accessops *ao) 257 return vcons_init_common(vd, cookie, def, ao, 1) [all...] |
| /src/lib/libc/gdtoa/ |
| makefile | 87 rm -f arith.h gd_qnan.h *.[ao] Printf xsum.out xsum1.out
|
| /src/sys/dist/pf/net/ |
| pf.c | 1417 struct pf_addr ao; local 1420 PF_ACPY(&ao, a, af); 1429 ao.addr16[0], an->addr16[0], 0), 1430 ao.addr16[1], an->addr16[1], 0); 1433 ao.addr16[0], an->addr16[0], u), 1434 ao.addr16[1], an->addr16[1], u), 1443 ao.addr16[0], an->addr16[0], u), 1444 ao.addr16[1], an->addr16[1], u), 1445 ao.addr16[2], an->addr16[2], u), 1446 ao.addr16[3], an->addr16[3], u) 1462 u_int32_t ao; local 1474 struct pf_addr ao; local [all...] |
| pf_osfp.c | 67 # define pool_init(pool, size, a, ao, f, m, p) (*(pool)) = (size)
|
| /src/lib/libc/gdtoa/test/ |
| makefile | 167 rm -f *.[ao] dt *test *testsi pftest.out strtodt strtodtnrp xsum.out\
|
| /src/sys/dev/audio/ |
| audio.c | 3028 struct audio_offset *ao; local 3133 ao = (struct audio_offset *)addr; 3136 ao->samples = 0; 3137 ao->deltablks = 0; 3138 ao->offset = 0; 3151 ao->samples = stamp * track->usrbuf_blksize; 3152 ao->deltablks = stamp - track->last_stamp; 3153 ao->offset = audio_track_inputblk_as_usrbyte(track, offset); 3155 pre, ao->samples, ao->deltablks, ao->offset) [all...] |