代码搜索:sync

找到约 6,244 项符合「sync」的源代码

代码结果 6,244
www.eeworm.com/read/161121/5559699

c cycx_drv.c

/* * cycx_drv.c Cyclom 2X Support Module. * * This module is a library of common hardware specific * functions used by the Cyclades Cyclom 2X sync card. * * Author: Arnaldo Carvalho de Melo
www.eeworm.com/read/431720/8659852

v kit_de2.v

module kit_DE2 ( CLOCK_50, KEY, LEDR, SW, ///////Giao dien VGA//////// VGA_R, VGA_G, VGA_B, VGA_CLK, VGA_BLANK, VGA_SYNC, VGA_HS,
www.eeworm.com/read/431720/8659926

v kit_de2.v

module kit_DE2 ( CLOCK_50, KEY, LEDR, SW, ///////Giao dien VGA//////// VGA_R, VGA_G, VGA_B, VGA_CLK, VGA_BLANK, VGA_SYNC, VGA_HS,
www.eeworm.com/read/184942/9064188

v controller_snoop.v

// Produced by /usr/class/ee272/bin/snoopgen from file controller.in // Remember to run Verilog with -x if any variables are subscripted // 2 Clock phases: phi1 phi2 // Input, Verilog: sync_s1, ir
www.eeworm.com/read/438146/7735594

h ati_ids.h

/* * ATI PCI IDs from XFree86, kept here to make sync'ing with * XFree much simpler. Currently, this list is only used by * radeonfb */ #define PCI_CHIP_RV380_3150 0x3150 #define PCI_
www.eeworm.com/read/198623/7921168

c dd.c

#define LCASE 01 #define UCASE 02 #define SWAB 04 #define NERR 010 #define SYNC 020 int cflag; int fflag; int skip; int count; char *string; char *ifile; char *ofile; char *ibuf; char *obuf; char *ibs
www.eeworm.com/read/326264/13152476

c fifo.c

#include #include #include #include #define BUFSIZE 1024 char buf[BUFSIZE]="hongchunxia"; pthread_t thread; void * start_routine(void *arg)
www.eeworm.com/read/326264/13152480

c~ fifo.c~

#include #include #include #include #define BUFSIZE 1024 char buf[BUFSIZE]="hongchunxia"; pthread_t thread; void * start_routine(void *arg)
www.eeworm.com/read/152843/5663897

h ati_ids.h

/* * ATI PCI IDs from XFree86, kept here to make sync'ing with * XFree much simpler. Currently, this list is only used by * radeonfb */ #define PCI_CHIP_RV380_3150 0x3150 #define PCI_
www.eeworm.com/read/147766/5725656

c 8253xsyn.c

/* -*- linux-c -*- */ /* $Id: 8253xsyn.c,v 1.17 2002/02/10 22:17:25 martillo Exp $ * 8253xsyn.c: SYNC TTY Driver for the SIEMENS SAB8253X DUSCC. * * Implementation, modifications and extensions *