Home
last modified time | relevance | path

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

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