Searched refs:ports (Results 1 - 25 of 131) sorted by path

123456

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe.mk221 # as some ports are so simple they don't need boad-specific stuff.
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc_adm.c260 /* Vlan ports bitmap */
292 char port[] = "XXXX", *next, *ports, *cur; local
304 ports = getvar(adm->vars, vlanports);
307 if (!ports)
315 for (cur = ports; cur; cur = next) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/kernel/
H A Ddebug-armv.S193 @ if all ports are inactive, then there is nothing we can do
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/compressed/
H A Dhead.S37 ;; Initiate the PA and PB ports
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dgpio.c32 * that take a pointer as argument and thus can handle 32 bit ports (G)
158 static volatile unsigned char *ports[NUM_PORTS] = { variable
301 priv->port = ports[p];
H A Dsync_serial.c4 * Synchronous serial ports are used for continous streamed data like audio.
134 /* The ports */
135 static struct sync_port ports[]= variable in typeref:struct:sync_port
177 #define NUMBER_OF_PORTS (sizeof(ports)/sizeof(sync_port))
190 ports[0].enabled = 0;
191 ports[1].enabled = 0;
199 /* Deselect synchronous serial ports */
206 ports[0].enabled = 1;
210 ports[0].use_dma = 1;
212 if(request_irq(24, tr_interrupt, 0, "synchronous serial 1 dma tr", &ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/lpslave/
H A De100lpslave.S38 movu.w 0x84, r0 ; DMA2/3/4/5 to par ports
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dhead_4xx.S59 ### As with the other PowerPC ports, it is expected that when code
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Desp.c72 #define NR_PORTS 64 /* maximum number of ports */
73 #define NR_PRIMARY 8 /* maximum number of primary ports */
144 static struct esp_struct *ports; variable in typeref:struct:esp_struct
172 * buffer across all the serial ports, since it significantly saves
173 * memory if large numbers of serial ports are open.
1052 struct esp_struct *current_port = ports;
1542 current_async = ports;
1576 current_async = ports;
1657 current_async = ports;
1674 /* all ports mus
[all...]
H A Dip2main.c1083 printk(KERN_INFO "IP2: EX box=%d ports=%d %d bit\n",
3387 int ports = 0; local
3405 len += sprintf( page+len, "Board %d: EX ports=", i );
3408 ports = 0;
3414 ++ports;
3417 len += sprintf( page+len, "%d,", ports );
3418 tports += ports;
3427 len += sprintf(page+len, "Board %d: ISA-4 ports=4 boxes=1", i );
3428 tports = ports = 4;
3432 len += sprintf(page+len, "Board %d: ISA-8-std ports
[all...]
H A Disicom.c395 port = isi_card[card].ports;
567 port = card->ports + channel;
835 port = bp->ports;
1103 port = bp->ports;
1900 isi_card[card].ports = port;
1935 MODULE_PARM_DESC(io, "I/O ports for the cards");
H A Distallion.c111 * This line will configure a Brumby board (any number of ports!) at
190 * swapping!). All ports will share one buffer - since if the system
202 * with a large memcpy. Just use 1 buffer for all ports, since its
211 * Define a local default termios struct. All ports will be created
444 * to the directly accessible io ports of the ECP. There is a set of
513 * defines apply to the directly accessible io ports of these boards.
622 * Define the maximal baud rate, and the default baud base for ports.
855 * Free up all allocated resources used by the ports. This includes
884 portp = brdp->ports[j];
1050 portp = brdp->ports[portn
[all...]
H A Dmoxa.c986 int i, ports; local
999 if ((ports = MoxaPortsOfCard(card)) <= 0)
1002 for (i = 0; i < ports; i++, ch++) {
1293 #define C218_TestRx (C218_ConfBase + 0x10) /* 8 bytes for 8 ports */
1294 #define C218_TestTx (C218_ConfBase + 0x18) /* 8 bytes for 8 ports */
1295 #define C218_RXerr (C218_ConfBase + 0x20) /* 8 bytes for 8 ports */
1296 #define C218_ErrFlag (C218_ConfBase + 0x28) /* 8 bytes for 8 ports */
1800 int port, p, ports; local
1805 if ((ports = moxa_boards[card].numPorts) == 0)
1810 ports <<
[all...]
H A Dmxser.c81 #define MXSER_PORTS 32 /* Max. ports */
82 #define MXSER_PORTS_PER_BOARD 8 /* Max. ports per board */
229 int ports; member in struct:mxser_hwconf
314 * buffer across all the serial ports, since it significantly saves
315 * memory if large numbers of serial ports are open.
431 for (i = 0; i < hwconf->ports; i++, n++, info++) {
498 hwconf->ports = mxser_numports[board_type];
500 for (i = 0; i < hwconf->ports; i++)
510 for (i = 0; i < hwconf->ports; i++) {
2383 hwconf->ports
[all...]
H A Dstallion.c161 * swapping!). All ports will share one buffer - since if the system
168 * Define a local default termios struct. All ports will be created
331 * to the directly accessible io ports of these boards (not the uarts -
790 * Free up all allocated resources used by the ports. This includes
793 * hanging onto ports.
819 portp = panelp->ports[k];
1029 portp = brdp->panels[panelnr]->ports[portnr];
2011 * calculated on the fly, and irrelevant ports are skipped.
2041 portp = panelp->ports[portnr];
2250 * Initialize all the ports o
[all...]
H A Dsx.c47 /* I don't think that this driver can handle more than 256 ports on
1070 port = &board->ports[i];
1526 "%d channels, first board: %d ports\n",
1658 * The card will notice that a ports buffer has drained below some low
1846 sx_dprintk (SX_DEBUG_INIT, "returning %d ports.", board->nports);
2090 /* Many drivers statically allocate the maximum number of ports
2116 board->ports = port;
H A Dsx.h44 struct sx_port *ports; member in struct:sx_board
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ip2/
H A Dip2mkdev.c108 int ports = 0; local
116 if( pB->i2eChannelMap[box] & 1<< i ) ++ports;
120 printf("EX bx=%d pt=%d %d bit", boxes, ports, pB->i2eDataWidth16 ? 16 : 8 );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dali14xx.c59 static int ports[ALI_NUM_PORTS] __initdata = {0x074, 0x0f4, 0x034, 0x0e4};
163 basePort = ports[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Dcom90xx.c75 /* The number of low I/O ports used by the card */
108 int ports[(0x3f0 - 0x200) / 16 + 1] = local
127 ports[numports++] = dev->base_addr;
130 ports[numports++] = count;
137 /* Stage 1: abandon any reserved ports, or ones with status==0xFF
141 for (port = &ports[0]; port - ports < numports; port++) {
156 *port = ports[numports - 1];
165 *port = ports[numports - 1];
187 for (port = &ports[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Datp.c170 /* The number of low I/O ports used by the ethercard. */
230 int *port, ports[] = {0x378, 0x278, 0x3bc, 0}; local
238 for (port = ports; *port; port++) {
H A Ddepca.c1396 s32 ports[] = DEPCA_IO_PORTS;
1408 ports[i] = ioaddr;
1412 for (; (i < maxSlots) && (dev != NULL) && ports[i]; i++) {
1413 if (check_region(ports[i], DEPCA_TOTAL_SIZE) == 0) {
1414 if (DevicePresent(ports[i]) == 0) {
1415 if ((dev = alloc_device(dev, ports[i])) != NULL) {
1416 if (depca_hw_init(dev, ports[i], -1) == 0) {
1423 printk("%s: region already allocated at 0x%04x.\n", dev->name, ports[i]);
1395 s32 ports[] = DEPCA_IO_PORTS; local
H A Deexpress.c36 * through the "shadow memory" ports.
49 * lives at 0x0008. So that set of ports gives us easy random access to data
344 static unsigned short ports[] = { 0x240,0x300,0x310,0x270,0x320,0x340,0 }; local
396 for (port=&ports[0] ; *port ; port++ )
H A Dni52.c325 static int ports[] = {0x300, 0x280, 0x360 , 0x320 , 0x340, 0}; local
339 for (port = ports; *port; port++) {
H A Dni65.c308 static int ports[] = {0x360,0x300,0x320,0x340, 0}; local
315 for (port = ports; *port; port++)

Completed in 356 milliseconds

123456