HomeSort by: relevance | last modified time | path
    Searched defs:ior (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_ior.c 29 #include "ior.h"
41 struct nvkm_ior *ior; local
42 list_for_each_entry(ior, &disp->ior, head) {
43 if (ior->type == type && (id < 0 || ior->id == id))
44 return ior;
52 struct nvkm_ior *ior = *pior; local
53 if (ior) {
54 IOR_DBG(ior, "dtor")
65 struct nvkm_ior *ior; local
    [all...]
nouveau_nvkm_engine_disp_outp.c 30 #include "ior.h"
40 struct nvkm_ior *ior; local
42 list_for_each_entry(ior, &disp->ior, head) {
43 if ((outp = ior->arm.outp) && ior->arm.outp != ior->asy.outp) {
44 OUTP_DBG(outp, "release %s", ior->name);
45 if (ior->func->route.set)
46 ior->func->route.set(outp, NULL)
96 struct nvkm_ior *ior = outp->ior; local
122 struct nvkm_ior *ior = outp->ior; local
186 struct nvkm_ior *ior; local
    [all...]
nouveau_nvkm_engine_disp_rootnv50.c 33 #include "ior.h"
109 args->v0.or = outp->ior->id;
110 args->v0.link = outp->ior->asy.link;
130 ret = outp->ior->func->sense(outp->ior, args->v0.data);
144 struct nvkm_ior *ior = outp->ior; local
156 if (!ior->func->hda.hpd)
161 ior->func->dp.audio(ior, hidx, true)
    [all...]
outp.h 27 struct nvkm_ior *ior; member in struct:nvkm_outp
nouveau_nvkm_engine_disp_sorg94.c 29 #include "ior.h"
148 struct nvkm_ior *ior; local
152 list_for_each_entry(ior, &disp->ior, head) {
153 if (ior->type != SOR)
156 clksor = nvkm_rd32(device, 0x614300 + nv50_ior_base(ior));
nouveau_nvkm_engine_disp_base.c 33 #include "ior.h"
248 struct nvkm_ior *ior; local
267 list_for_each_entry(ior, &disp->ior, head) {
268 ior->func->power(ior, true, true, true, true, true);
283 struct nvkm_ior *ior; local
414 ior = nvkm_ior_find(disp, SOR, ffs(outp->info.or) - 1);
415 if (!WARN_ON(!ior))
416 ior->identity = true
455 struct nvkm_ior *ior = local
    [all...]
nouveau_nvkm_engine_disp_dp.c 32 #include "ior.h"
84 struct nvkm_ior *ior = dp->outp.ior; local
85 struct nvkm_bios *bios = ior->disp->engine.subdev.device->bios;
92 for (i = 0; i < ior->dp.nr; i++) {
129 ior->func->dp.drive(ior, i, ocfg.pc, ocfg.dc,
153 dp->outp.ior->func->dp.pattern(dp->outp.ior, pattern);
179 for (i = 0; i < lt->dp->outp.ior->dp.nr && eq_done; i++)
229 struct nvkm_ior *ior = dp->outp.ior; local
354 struct nvkm_ior *ior = dp->outp.ior; local
456 struct nvkm_ior *ior = dp->outp.ior; local
    [all...]
nouveau_nvkm_engine_disp_nv50.c 31 #include "ior.h"
203 struct nvkm_ior *ior, int id, u32 khz)
207 struct nvkm_outp *outp = ior->asy.outp;
214 IOR_DBG(ior, "nothing to attach");
224 if (ior->type == SOR) {
225 if (ior->asy.proto == LVDS) {
229 if (ior->asy.link == 3)
233 data = nvbios_ocfg_match(bios, data, ior->asy.proto_evo, flags,
237 ior->asy.proto_evo, flags);
245 id, ior->asy.proto_evo, flags, khz)
285 struct nvkm_ior *ior; local
299 struct nvkm_ior *ior; local
313 struct nvkm_ior *ior; local
440 struct nvkm_ior *ior; local
496 struct nvkm_ior *ior; local
519 struct nvkm_ior *ior; local
535 struct nvkm_ior *ior; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/engine/
disp.h 15 struct list_head ior; member in struct:nvkm_disp
  /src/sys/arch/amiga/stand/bootblock/boot/
console.c 270 struct AmigaIO *ior; local
294 ior = WaitPort(mc->cnmp);
295 if (ior == mc->cnior) {
298 } else /* if (ior == mc->tmior) */ {
  /src/bin/ksh/
tree.c 669 struct ioword **ior; local
672 for (ior = iow; *ior++ != NULL; )
674 ior = (struct ioword **) alloc((ior - iow + 1) * sizeof(*ior), ap);
681 ior[i] = q;
690 ior[i] = NULL;
692 return ior;
  /src/sys/dev/pci/
cac_pci.c 152 int memr, ior, i; local
167 ior = -1;
173 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
174 ior = i;
186 ior = -1;
188 if (ior != -1)
189 if (pci_mapreg_map(pa, ior, PCI_MAPREG_TYPE_IO, 0,
191 ior = -1;
192 if (memr == -1 && ior == -1) {
mlx_pci.c 211 int ior, memr, i; local
230 ior = -1;
236 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
237 ior = i;
248 if (ior != -1)
249 if (pci_mapreg_map(pa, ior, PCI_MAPREG_TYPE_IO, 0,
251 ior = -1;
256 } else if (ior != -1) {
mly.c 290 int ior, memr, i, rv, state; local
311 ior = -1;
317 if (ior == -1 && PCI_MAPREG_IO_SIZE(reg) != 0)
318 ior = i;
329 if (ior != -1)
330 if (pci_mapreg_map(pa, ior, PCI_MAPREG_TYPE_IO, 0,
332 ior = -1;
337 } else if (ior != -1) {
  /src/external/gpl3/gcc/dist/gcc/
bitmap.h 1041 array_element_type ior = array_elements[array_base]; local
1043 ior |= array_elements[array_base + i];
1044 if (ior == 0)
bitmap.cc 1168 count the bits in the IOR of the two elements. */
1400 BITMAP_WORD ior = 0;
1412 ior |= r;
1414 if (ior)
1461 BITMAP_WORD ior = 0;
1469 ior |= r;
1472 if (!ior)
1566 BITMAP_WORD ior = 0;
1579 ior |= r;
1602 ior |= r
1388 BITMAP_WORD ior = 0; local
1449 BITMAP_WORD ior = 0; local
1554 BITMAP_WORD ior = 0; local
1662 BITMAP_WORD ior = 0; local
1973 BITMAP_WORD ior = 0; local
2223 BITMAP_WORD ior = 0; local
2316 BITMAP_WORD ior = 0; local
2471 BITMAP_WORD ior = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.h 1038 array_element_type ior = array_elements[array_base]; local
1040 ior |= array_elements[array_base + i];
1041 if (ior == 0)
bitmap.cc 1168 count the bits in the IOR of the two elements. */
1367 BITMAP_WORD ior = 0;
1379 ior |= r;
1381 if (ior)
1428 BITMAP_WORD ior = 0;
1436 ior |= r;
1439 if (!ior)
1533 BITMAP_WORD ior = 0;
1546 ior |= r;
1569 ior |= r
1355 BITMAP_WORD ior = 0; local
1416 BITMAP_WORD ior = 0; local
1521 BITMAP_WORD ior = 0; local
1629 BITMAP_WORD ior = 0; local
1940 BITMAP_WORD ior = 0; local
2190 BITMAP_WORD ior = 0; local
2283 BITMAP_WORD ior = 0; local
2438 BITMAP_WORD ior = 0; local
    [all...]
  /src/sys/dev/isa/
wbsio.c 633 uint8_t ior, inv; local
639 ior = wbsio_gpio_rt_read(sc, port, WBSIO_GPIO_IOR);
643 ior |= (1 << shift);
646 ior &= ~(1 << shift);
649 ior |= (1 << shift);
652 ior &= ~(1 << shift);
656 wbsio_gpio_rt_write(sc, port, WBSIO_GPIO_IOR, ior);
  /src/sys/lib/libkern/arch/hppa/
milli.S 229 ior: .equ 21 ; Interruption Offset Register label
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 1371 /* Expand vector logical operation CODE (AND, IOR, XOR) in MODE with
1609 scratch = expand_simple_binop (mode, IOR, scratch, operands[3],
3520 tmp = expand_simple_binop (mode, IOR,
3646 out = expand_simple_binop (mode, IOR,
4192 x = expand_simple_binop (mode, IOR, cmp, op_false,
4360 x = expand_simple_binop (mode, IOR, t3, t2,
4634 code = IOR;
5074 code = IOR;
8828 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1,
8833 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1, OPTAB_DIRECT)
22271 rtx rperm[2][32], vperm, l, h, ior, op, m128; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 1243 /* Expand vector logical operation CODE (AND, IOR, XOR) in MODE with
1464 scratch = expand_simple_binop (mode, IOR, scratch, operands[3],
3291 tmp = expand_simple_binop (mode, IOR,
3417 out = expand_simple_binop (mode, IOR,
3963 x = expand_simple_binop (mode, IOR, cmp, op_false,
4121 x = expand_simple_binop (mode, IOR, t3, t2,
4391 code = IOR;
4753 code = IOR;
8252 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1,
8257 reg = expand_simple_binop (mode, IOR, reg, tmp, reg, 1, OPTAB_DIRECT)
20927 rtx rperm[2][32], vperm, l, h, ior, op, m128; local
    [all...]

Completed in 84 milliseconds