Home
last modified time | relevance | path

Searched refs:dac (Results 1 – 25 of 71) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnouveau_nvkm_engine_disp_dacnv50.c34 nv50_dac_clock(struct nvkm_ior *dac) in nv50_dac_clock() argument
36 struct nvkm_device *device = dac->disp->engine.subdev.device; in nv50_dac_clock()
37 const u32 doff = nv50_ior_base(dac); in nv50_dac_clock()
42 nv50_dac_sense(struct nvkm_ior *dac, u32 loadval) in nv50_dac_sense() argument
44 struct nvkm_device *device = dac->disp->engine.subdev.device; in nv50_dac_sense()
45 const u32 doff = nv50_ior_base(dac); in nv50_dac_sense()
47 dac->func->power(dac, false, true, false, false, false); in nv50_dac_sense()
54 dac->func->power(dac, false, false, false, false, false); in nv50_dac_sense()
71 nv50_dac_power(struct nvkm_ior *dac, bool normal, bool pu, in nv50_dac_power() argument
74 struct nvkm_device *device = dac->disp->engine.subdev.device; in nv50_dac_power()
[all …]
H A Dnouveau_nvkm_engine_disp_dacgf119.c30 gf119_dac_clock(struct nvkm_ior *dac) in gf119_dac_clock() argument
32 struct nvkm_device *device = dac->disp->engine.subdev.device; in gf119_dac_clock()
33 const u32 doff = nv50_ior_base(dac); in gf119_dac_clock()
38 gf119_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state) in gf119_dac_state() argument
40 struct nvkm_device *device = dac->disp->engine.subdev.device; in gf119_dac_state()
41 const u32 coff = (state == &dac->asy) * 0x20000 + dac->id * 0x20; in gf119_dac_state()
H A Dnouveau_nvkm_engine_disp_nv50.c110 if (func->dac.cnt) { in nv50_disp_oneinit_()
111 disp->dac.nr = func->dac.cnt(&disp->base, &disp->dac.mask); in nv50_disp_oneinit_()
113 disp->dac.nr, disp->dac.mask); in nv50_disp_oneinit_()
114 for_each_set_bit(i, &disp->dac.mask, disp->dac.nr) { in nv50_disp_oneinit_()
115 ret = func->dac.new(&disp->base, i); in nv50_disp_oneinit_()
725 for (i = 0; i < disp->dac.nr; i++) { in nv50_disp_init()
771 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
H A Dnv50.h28 } wndw, head, dac; member
72 } wndw, head, dac, sor, pior; member
H A Dnouveau_nvkm_engine_disp_gk104.c44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
H A Dnouveau_nvkm_engine_disp_gm107.c44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
H A Dnouveau_nvkm_engine_disp_gk110.c44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
H A Dnouveau_nvkm_engine_disp_gm200.c44 .dac = { .cnt = gf119_dac_cnt, .new = gf119_dac_new },
H A Dnouveau_nvkm_engine_disp_mcp77.c41 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
H A Dnouveau_nvkm_engine_disp_gt200.c43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
H A Dnouveau_nvkm_engine_disp_g84.c43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
H A Dnouveau_nvkm_engine_disp_gt215.c43 .dac = { .cnt = nv50_dac_cnt, .new = nv50_dac_new },
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dat91-tse850-3.dts61 dac: dpot-dac { label
62 compatible = "dpot-dac";
71 io-channels = <&dac 0>;
72 io-channel-names = "dac";
H A Dstm32h743.dtsi190 dac: dac@40007400 { label
191 compatible = "st,stm32h7-dac-core";
199 dac1: dac@1 {
200 compatible = "st,stm32-dac";
206 dac2: dac@2 {
207 compatible = "st,stm32-dac";
H A Dstm32f429.dtsi412 dac: dac@40007400 { label
413 compatible = "st,stm32f4-dac-core";
422 dac1: dac@1 {
423 compatible = "st,stm32-dac";
429 dac2: dac@2 {
430 compatible = "st,stm32-dac";
H A Dvfxxx.dtsi644 dac0: dac@400cc000 {
645 compatible = "fsl,vf610-dac";
648 clock-names = "dac";
653 dac1: dac@400cd000 {
654 compatible = "fsl,vf610-dac";
657 clock-names = "dac";
H A Dstm32mp157c-ed1.dts126 &dac {
131 dac1: dac@1 {
134 dac2: dac@2 {
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_combios.c874 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local
890 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf; in radeon_combios_get_primary_dac_info()
891 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info()
894 dac = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_primary_dac_info()
895 p_dac->ps2_pdac_adj = (bg << 8) | (dac); in radeon_combios_get_primary_dac_info()
898 if ((dac == 0) || (bg == 0)) in radeon_combios_get_primary_dac_info()
1025 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local
1039 dac = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1040 tv_dac->ps2_tvdac_adj = (bg << 16) | (dac << 20); in radeon_combios_get_tv_dac_info()
1043 dac = RBIOS8(dac_info + 0xf) & 0xf; in radeon_combios_get_tv_dac_info()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecNumber.c1968 decNumber *dac=dacbuff; /* -> result accumulator */ in decNumberPower() local
2006 decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */ in decNumberPower()
2008 if (decNumberIsNegative(dac)) { /* lhs<1 */ in decNumberPower()
2011 else if (dac->lsu[0]==0) { /* lhs=1 */ in decNumberPower()
2140 dac=allocdac; /* use the allocated space */ in decNumberPower()
2148 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */ in decNumberPower()
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */ in decNumberPower()
2152 *dac->lsu=1; /* was 0, make int 1 */ in decNumberPower()
2155 dac->digits=decShiftToMost(dac->lsu, 1, shift); in decNumberPower()
2156 dac->exponent=-shift; /* make 1.0000... */ in decNumberPower()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecNumber.c1968 decNumber *dac=dacbuff; /* -> result accumulator */ in decNumberPower() local
2006 decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */ in decNumberPower()
2008 if (decNumberIsNegative(dac)) { /* lhs<1 */ in decNumberPower()
2011 else if (dac->lsu[0]==0) { /* lhs=1 */ in decNumberPower()
2140 dac=allocdac; /* use the allocated space */ in decNumberPower()
2148 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */ in decNumberPower()
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */ in decNumberPower()
2152 *dac->lsu=1; /* was 0, make int 1 */ in decNumberPower()
2155 dac->digits=decShiftToMost(dac->lsu, 1, shift); in decNumberPower()
2156 dac->exponent=-shift; /* make 1.0000... */ in decNumberPower()
[all …]
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c1968 decNumber *dac=dacbuff; /* -> result accumulator */ in decNumberPower() local
2006 decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */ in decNumberPower()
2008 if (decNumberIsNegative(dac)) { /* lhs<1 */ in decNumberPower()
2011 else if (dac->lsu[0]==0) { /* lhs=1 */ in decNumberPower()
2140 dac=allocdac; /* use the allocated space */ in decNumberPower()
2148 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */ in decNumberPower()
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */ in decNumberPower()
2152 *dac->lsu=1; /* was 0, make int 1 */ in decNumberPower()
2155 dac->digits=decShiftToMost(dac->lsu, 1, shift); in decNumberPower()
2156 dac->exponent=-shift; /* make 1.0000... */ in decNumberPower()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c1968 decNumber *dac=dacbuff; /* -> result accumulator */ in decNumberPower() local
2006 decNumberCompare(dac, lhs, &dnOne, set); /* lhs ? 1 */ in decNumberPower()
2008 if (decNumberIsNegative(dac)) { /* lhs<1 */ in decNumberPower()
2011 else if (dac->lsu[0]==0) { /* lhs=1 */ in decNumberPower()
2140 dac=allocdac; /* use the allocated space */ in decNumberPower()
2148 decLnOp(dac, lhs, &aset, &status); /* dac=ln(lhs) */ in decNumberPower()
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */ in decNumberPower()
2152 *dac->lsu=1; /* was 0, make int 1 */ in decNumberPower()
2155 dac->digits=decShiftToMost(dac->lsu, 1, shift); in decNumberPower()
2156 dac->exponent=-shift; /* make 1.0000... */ in decNumberPower()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_core907d.c37 .dac = &dac907d,
H A Dnouveau_dispnv50_core917d.c37 .dac = &dac907d,
H A Dnouveau_dispnv50_core827d.c37 .dac = &dac507d,

123