Searched refs:vte (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/sys/modules/vte/
H A DMakefile1 # $FreeBSD: releng/10.3/sys/modules/vte/Makefile 216829 2010-12-31 00:21:41Z yongari $
3 .PATH: ${.CURDIR}/../../dev/vte
/freebsd-10.3-release/sys/powerpc/wii/
H A Dwii_fb.c344 struct wiifb_vtimingeven vte; local
403 vte.vte_preb = (P + prb) << shift;
404 vte.vte_postb = (Q - psb) << shift;
409 vte.vte_preb = (P + interlacebias + prb) << shift;
410 vte.vte_postb = (Q - interlacebias + psb) << shift;
415 wiifb_vtimingeven_write(sc, &vte);
H A Dwii_fbvar.h275 wiifb_vtimingeven_read(struct wiifb_softc *sc, struct wiifb_vtimingeven *vte) argument
280 vte->vte_preb = *reg & 0x3ff;
281 vte->vte_postb = (*reg >> 16) & 0x3ff;
285 wiifb_vtimingeven_write(struct wiifb_softc *sc, struct wiifb_vtimingeven *vte) argument
290 *reg = ((vte->vte_postb & 0x3ff) << 16) |
291 (vte->vte_preb & 0x3ff);
/freebsd-10.3-release/sys/dev/vte/
H A Dif_vte.c31 __FBSDID("$FreeBSD: releng/10.3/sys/dev/vte/if_vte.c 243857 2012-12-04 09:32:43Z glebius $");
69 #include <dev/vte/if_vtereg.h>
70 #include <dev/vte/if_vtevar.h>
75 MODULE_DEPEND(vte, pci, 1, 1, 1);
76 MODULE_DEPEND(vte, ether, 1, 1, 1);
77 MODULE_DEPEND(vte, miibus, 1, 1, 1);
81 TUNABLE_INT("hw.vte.tx_deep_copy", &tx_deep_copy);
158 "vte",
165 DRIVER_MODULE(vte, pci, vte_driver, vte_devclass, 0, 0);
166 DRIVER_MODULE(miibus, vte, miibus_drive
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp211 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
H A DSelectionDAGBuilder.cpp7502 for (unsigned vti = 0, vte = ValueVTs.size(); vti != vte; ++vti) {
/freebsd-10.3-release/share/man/man4/
H A DMakefile531 vte.4 \
706 MLINKS+=vte.4 if_vte.4
/freebsd-10.3-release/sys/modules/
H A DMakefile367 vte \

Completed in 192 milliseconds