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

/linux-4.4.14/arch/arm/mach-s3c24xx/
H A Dmach-smdk2443.c80 .hwport = 0,
87 .hwport = 1,
95 .hwport = 2,
102 .hwport = 3,
H A Dmach-otom.c51 .hwport = 0,
58 .hwport = 1,
66 .hwport = 2,
H A Dmach-nexcoder.c61 .hwport = 0,
68 .hwport = 1,
75 .hwport = 2,
H A Dmach-rx3715.c75 .hwport = 0,
83 .hwport = 1,
92 .hwport = 2,
H A Dmach-smdk2410.c69 .hwport = 0,
76 .hwport = 1,
83 .hwport = 2,
H A Dmach-smdk2413.c58 .hwport = 0,
65 .hwport = 1,
73 .hwport = 2,
H A Dmach-smdk2440.c80 .hwport = 0,
87 .hwport = 1,
95 .hwport = 2,
H A Dmach-tct_hammer.c101 .hwport = 0,
108 .hwport = 1,
115 .hwport = 2,
H A Dmach-vstms.c56 .hwport = 0,
63 .hwport = 1,
70 .hwport = 2,
H A Dmach-smdk2416.c98 .hwport = 0,
105 .hwport = 1,
113 .hwport = 2,
120 .hwport = 3,
H A Dmach-amlm5900.c124 .hwport = 0,
131 .hwport = 1,
138 .hwport = 2,
H A Dmach-at2440evb.c65 .hwport = 0,
73 .hwport = 1,
H A Dmach-osiris.c106 .hwport = 0,
114 .hwport = 1,
122 .hwport = 2,
H A Dmach-qt2410.c78 .hwport = 0,
85 .hwport = 1,
92 .hwport = 2,
H A Dmach-vr1000.c112 .hwport = 0,
119 .hwport = 1,
127 .hwport = 2,
H A Dmach-bast.c163 .hwport = 0,
170 .hwport = 1,
178 .hwport = 2,
H A Dmach-gta02.c123 .hwport = 0,
130 .hwport = 1,
137 .hwport = 2,
H A Dmach-jive.c69 .hwport = 0,
76 .hwport = 1,
83 .hwport = 2,
H A Dmach-anubis.c101 .hwport = 0,
109 .hwport = 2,
H A Dmach-h1940.c95 .hwport = 0,
102 .hwport = 1,
110 .hwport = 2,
H A Dmach-mini2440.c78 .hwport = 0,
85 .hwport = 1,
92 .hwport = 2,
H A Dmach-n30.c63 .hwport = 0,
71 .hwport = 1,
81 .hwport = 2,
H A Dmach-rx1950.c74 .hwport = 0,
82 .hwport = 1,
91 .hwport = 2,
/linux-4.4.14/arch/arm/mach-s3c64xx/
H A Dmach-ncp.c56 .hwport = 0,
63 .hwport = 1,
70 .hwport = 2,
H A Dmach-smdk6400.c47 .hwport = 0,
54 .hwport = 1,
H A Dmach-real6410.c58 .hwport = 0,
65 .hwport = 1,
72 .hwport = 2,
79 .hwport = 3,
H A Dmach-hmt.c55 .hwport = 0,
62 .hwport = 1,
69 .hwport = 2,
H A Dmach-mini6410.c59 .hwport = 0,
66 .hwport = 1,
73 .hwport = 2,
80 .hwport = 3,
H A Dmach-anw6410.c73 .hwport = 0,
80 .hwport = 1,
H A Dmach-smdk6410.c86 .hwport = 0,
93 .hwport = 1,
100 .hwport = 2,
107 .hwport = 3,
H A Dmach-smartq.c53 .hwport = 0,
60 .hwport = 1,
67 .hwport = 2,
H A Dmach-crag6410.c83 .hwport = 0,
90 .hwport = 1,
97 .hwport = 2,
104 .hwport = 3,
/linux-4.4.14/arch/arm/mach-w90x900/include/mach/
H A Dregs-serial.h43 unsigned char hwport; member in struct:w90x900_uartcfg
/linux-4.4.14/sound/drivers/
H A Dmtpav.c132 u8 hwport; member in struct:mtpav_port
197 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) translate_hwport_to_subdevice() argument
200 if (hwport <= 0x00) /* all ports */ translate_hwport_to_subdevice()
202 else if (hwport <= 0x08) { /* single port */ translate_hwport_to_subdevice()
203 p = hwport - 1; translate_hwport_to_subdevice()
207 } else if (hwport <= 0x10) { /* remote port */ translate_hwport_to_subdevice()
208 p = hwport - 0x09 + chip->num_ports; translate_hwport_to_subdevice()
212 } else if (hwport == 0x11) /* computer port */ translate_hwport_to_subdevice()
300 if (portp->hwport != mtp_card->outmidihwport) { snd_mtpav_output_port_write()
301 mtp_card->outmidihwport = portp->hwport; snd_mtpav_output_port_write()
304 snd_mtpav_send_byte(mtp_card, portp->hwport); snd_mtpav_output_port_write()
307 (unsigned int) portp->hwport); snd_mtpav_output_port_write()
665 mcard->ports[substream->number].hwport = translate_subdevice_to_hwport(mcard, substream->number); snd_mtpav_get_RAWMIDI()
/linux-4.4.14/sound/pci/riptide/
H A Driptide.c398 struct riptideport *hwport; member in struct:cmdif
844 struct riptideport *hwport; sendcmd() local
850 hwport = cif->hwport; sendcmd()
869 while (i++ < CMDIF_TIMEOUT && !IS_READY(cif->hwport)) sendcmd()
878 cmdport = &(hwport->port[j % 2]); sendcmd()
931 cif->cmdcnt, (int)((void *)&(cmdport->stat) - (void *)hwport), sendcmd()
1136 READ_AUDIO_STATUS(cif->hwport), riptide_handleirq()
1190 WRITE_PORT_ULONG(cif->hwport->port[i].data1, 0); try_to_load_firmware()
1191 WRITE_PORT_ULONG(cif->hwport->port[i].data2, 0); try_to_load_firmware()
1193 SET_GRESET(cif->hwport); try_to_load_firmware()
1195 UNSET_GRESET(cif->hwport); try_to_load_firmware()
1199 if (IS_READY(cif->hwport) && !IS_GERR(cif->hwport)) try_to_load_firmware()
1206 READ_AUDIO_STATUS(cif->hwport), try_to_load_firmware()
1207 IS_READY(cif->hwport), IS_GERR(cif->hwport)); try_to_load_firmware()
1212 READ_AUDIO_STATUS(cif->hwport), try_to_load_firmware()
1213 IS_READY(cif->hwport), IS_GERR(cif->hwport)); try_to_load_firmware()
1310 SET_AIACK(cif->hwport); riptide_reset()
1311 SET_AIE(cif->hwport); riptide_reset()
1312 SET_AIACK(cif->hwport); riptide_reset()
1405 SET_AIE(cif->hwport); snd_riptide_trigger()
1726 if (IS_EOBIRQ(cif->hwport) || IS_EOSIRQ(cif->hwport) || snd_riptide_interrupt()
1727 IS_EOCIRQ(cif->hwport)) { snd_riptide_interrupt()
1731 if (chip->rmidi && IS_MPUIRQ(cif->hwport)) { snd_riptide_interrupt()
1736 SET_AIACK(cif->hwport); snd_riptide_interrupt()
1791 cif->hwport = (struct riptideport *)chip->port; snd_riptide_initialize()
1809 SET_EMPUIRQ(cif->hwport); snd_riptide_initialize()
1821 SET_GRESET(cif->hwport); snd_riptide_free()
1823 UNSET_GRESET(cif->hwport); snd_riptide_free()
1846 struct riptideport *hwport; snd_riptide_create() local
1877 hwport = (struct riptideport *)chip->port; snd_riptide_create()
1878 UNSET_AIE(hwport); snd_riptide_create()
/linux-4.4.14/arch/arm/plat-samsung/
H A Dinit.c122 platdev = s3c24xx_uart_src[cfgptr->hwport]; s3c24xx_init_uartdevs()
124 resp = res + cfgptr->hwport; s3c24xx_init_uartdevs()
/linux-4.4.14/include/linux/
H A Dserial_s3c.h274 unsigned char hwport; /* hardware port number */ member in struct:s3c2410_uartcfg

Completed in 374 milliseconds