Searched refs:hwport (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dmach-smdk2410.c67 .hwport = 0,
74 .hwport = 1,
81 .hwport = 2,
H A Dmach-n30.c52 .hwport = 0,
60 .hwport = 1,
69 .hwport = 2,
H A Dmach-otom.c51 .hwport = 0,
58 .hwport = 1,
66 .hwport = 2,
H A Dmach-amlm5900.c124 .hwport = 0,
131 .hwport = 1,
138 .hwport = 2,
H A Dmach-h1940.c63 .hwport = 0,
70 .hwport = 1,
78 .hwport = 2,
H A Dmach-qt2410.c74 .hwport = 0,
81 .hwport = 1,
88 .hwport = 2,
H A Dmach-vr1000.c153 .hwport = 0,
162 .hwport = 1,
172 .hwport = 2,
H A Dmach-bast.c189 .hwport = 0,
198 .hwport = 1,
208 .hwport = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Dmach-nexcoder.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
H A Dmach-rx3715.c82 .hwport = 0,
91 .hwport = 1,
101 .hwport = 2,
H A Dmach-smdk2440.c81 .hwport = 0,
88 .hwport = 1,
96 .hwport = 2,
H A Dmach-osiris.c112 .hwport = 0,
121 .hwport = 1,
130 .hwport = 2,
H A Dmach-anubis.c108 .hwport = 0,
117 .hwport = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2443/
H A Dmach-smdk2443.c81 .hwport = 0,
88 .hwport = 1,
96 .hwport = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Dmach-smdk2413.c56 .hwport = 0,
63 .hwport = 1,
71 .hwport = 2,
H A Dmach-vstms.c57 .hwport = 0,
64 .hwport = 1,
71 .hwport = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dmtpav.c134 u8 hwport; member in struct:mtpav_port
199 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) argument
202 if (hwport <= 0x00) /* all ports */
204 else if (hwport <= 0x08) { /* single port */
205 p = hwport - 1;
209 } else if (hwport <= 0x10) { /* remote port */
210 p = hwport - 0x09 + chip->num_ports;
214 } else if (hwport == 0x11) /* computer port */
302 if (portp->hwport != mtp_card->outmidihwport) {
303 mtp_card->outmidihwport = portp->hwport;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c397 struct riptideport *hwport; member in struct:cmdif
866 struct riptideport *hwport; local
871 hwport = cif->hwport;
890 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport))
899 cmdport = &(hwport->port[j % 2]);
950 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport),
1155 READ_AUDIO_STATUS(cif->hwport),
1231 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0);
1232 WRITE_PORT_ULONG(cif->hwport
1869 struct riptideport *hwport; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dregs-serial.h208 unsigned char hwport; /* hardware port number */ member in struct:s3c2410_uartcfg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dcpu.c286 platdev = s3c24xx_uart_src[cfgptr->hwport];
288 resp = res + cfgptr->hwport;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Ds3c2410.c1010 if (cfg->hwport > 3)
1020 dbg("s3c24xx_serial_init_port: %p (hw %d)...\n", port, cfg->hwport);

Completed in 101 milliseconds