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

/linux-master/sound/drivers/
H A Dmtpav.c115 u8 hwport; member in struct:mtpav_port
180 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) argument
183 if (hwport <= 0x00) /* all ports */
185 else if (hwport <= 0x08) { /* single port */
186 p = hwport - 1;
190 } else if (hwport <= 0x10) { /* remote port */
191 p = hwport - 0x09 + chip->num_ports;
195 } else if (hwport == 0x11) /* computer port */
283 if (portp->hwport != mtp_card->outmidihwport) {
284 mtp_card->outmidihwport = portp->hwport;
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dinit.c96 platdev = s3c24xx_uart_src[cfgptr->hwport];
98 resp = res + cfgptr->hwport;
H A Dmach-crag6410.c76 .hwport = 0,
83 .hwport = 1,
90 .hwport = 2,
97 .hwport = 3,
/linux-master/sound/pci/riptide/
H A Driptide.c383 struct riptideport *hwport; member in struct:cmdif
826 struct riptideport *hwport; local
832 hwport = cif->hwport;
851 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport))
860 cmdport = &(hwport->port[j % 2]);
913 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport),
1124 READ_AUDIO_STATUS(cif->hwport),
1174 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0);
1175 WRITE_PORT_ULONG(cif->hwport
1813 struct riptideport *hwport; local
[all...]
/linux-master/include/linux/
H A Dserial_s3c.h280 unsigned char hwport; /* hardware port number */ member in struct:s3c2410_uartcfg

Completed in 169 milliseconds