HomeSort by: relevance | last modified time | path
    Searched refs:dac (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dacnv50.c 34 nv50_dac_clock(struct nvkm_ior *dac)
36 struct nvkm_device *device = dac->disp->engine.subdev.device;
37 const u32 doff = nv50_ior_base(dac);
42 nv50_dac_sense(struct nvkm_ior *dac, u32 loadval)
44 struct nvkm_device *device = dac->disp->engine.subdev.device;
45 const u32 doff = nv50_ior_base(dac);
47 dac->func->power(dac, false, true, false, false, false);
54 dac->func->power(dac, false, false, false, false, false)
    [all...]
nouveau_nvkm_engine_disp_dacgf119.c 30 gf119_dac_clock(struct nvkm_ior *dac)
32 struct nvkm_device *device = dac->disp->engine.subdev.device;
33 const u32 doff = nv50_ior_base(dac);
38 gf119_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state)
40 struct nvkm_device *device = dac->disp->engine.subdev.device;
41 const u32 coff = (state == &dac->asy) * 0x20000 + dac->id * 0x20;
66 return nvkm_ior_new_(&gf119_dac, disp, DAC, id);
nouveau_nvkm_engine_disp_g84.c 43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
nouveau_nvkm_engine_disp_g94.c 43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
nouveau_nvkm_engine_disp_gk104.c 44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
nouveau_nvkm_engine_disp_gk110.c 44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
nouveau_nvkm_engine_disp_gm107.c 44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
nouveau_nvkm_engine_disp_gm200.c 44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
nouveau_nvkm_engine_disp_gt200.c 43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
nouveau_nvkm_engine_disp_gt215.c 43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
nouveau_nvkm_engine_disp_mcp77.c 41 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
nouveau_nvkm_engine_disp_mcp89.c 41 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
nv50.h 28 } wndw, head, dac; member in struct:nv50_disp
72 } wndw, head, dac, sor, pior; member in struct:nv50_disp_func
nouveau_nvkm_engine_disp_nv50.c 110 if (func->dac.cnt) {
111 disp->dac.nr = func->dac.cnt(&disp->base, &disp->dac.mask);
112 nvkm_debug(subdev, " DAC(s): %d (%02lx)\n",
113 disp->dac.nr, disp->dac.mask);
114 for_each_set_bit(i, &disp->dac.mask, disp->dac.nr) {
115 ret = func->dac.new(&disp->base, i)
    [all...]
nouveau_nvkm_engine_disp_gf119.c 214 /* ... DAC caps */
215 for (i = 0; i < disp->dac.nr; i++) {
269 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_core907d.c 37 .dac = &dac907d,
nouveau_dispnv50_core917d.c 37 .dac = &dac907d,
nouveau_dispnv50_core827d.c 37 .dac = &dac507d,
core.h 32 } *dac, *pior, *sor; member in struct:nv50_core_func
nouveau_dispnv50_core507d.c 87 .dac = &dac507d,
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/
stm32f429.dtsi 395 dac: dac@40007400 {
396 compatible = "st,stm32f4-dac-core";
398 resets = <&rcc STM32F4_APB1_RESET(DAC)>;
399 clocks = <&rcc 0 STM32F4_APB1_CLOCK(DAC)>;
405 dac1: dac@1 {
406 compatible = "st,stm32-dac";
412 dac2: dac@2 {
413 compatible = "st,stm32-dac";
stm32h743.dtsi 190 dac: dac@40007400 {
191 compatible = "st,stm32h7-dac-core";
199 dac1: dac@1 {
200 compatible = "st,stm32-dac";
206 dac2: dac@2 {
207 compatible = "st,stm32-dac";
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c 874 uint8_t rev, bg, dac; local
890 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf;
891 p_dac->ps2_pdac_adj = (bg << 8) | (dac);
894 dac = RBIOS8(dac_info + 0x3) & 0xf;
895 p_dac->ps2_pdac_adj = (bg << 8) | (dac);
898 if ((dac == 0) || (bg == 0))
1025 uint8_t rev, bg, dac; local
1039 dac = RBIOS8(dac_info + 0xd) & 0xf;
1040 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20);
1043 dac = RBIOS8(dac_info + 0xf) & 0xf
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1968 decNumber *dac=dacbuff; /* -> result accumulator */ local
2006 decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */
2008 if (decNumberIsNegative(dac)) { /* lhs<1 */
2011 else if (dac->lsu[0]==0) { /* lhs=1 */
2099 /* all be done into the accumulator, dac. The precision needed */
2140 dac=allocdac; /* use the allocated space */
2148 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2152 *dac->lsu=1; /* was 0, make int 1 *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1968 decNumber *dac=dacbuff; /* -> result accumulator */ local
2006 decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */
2008 if (decNumberIsNegative(dac)) { /* lhs<1 */
2011 else if (dac->lsu[0]==0) { /* lhs=1 */
2099 /* all be done into the accumulator, dac. The precision needed */
2140 dac=allocdac; /* use the allocated space */
2148 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2152 *dac->lsu=1; /* was 0, make int 1 *
    [all...]

Completed in 57 milliseconds

1 2