Searched defs:port (Results 1 - 25 of 215) sorted by relevance

123456789

/arch/sh/kernel/cpu/sh3/
H A Dserial-sh7720.c7 static void sh7720_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
13 if (port->mapbase == 0xa4430000) { /* SCIF0 */
17 } else if (port->mapbase == 0xa4438000) { /* SCIF1 */
23 if (port->mapbase == 0xa4430000) { /* SCIF0 */
27 } else if (port->mapbase == 0xa4438000) { /* SCIF1 */
H A Dserial-sh770x.c9 static void sh770x_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
H A Dserial-sh7710.c9 static void sh7710_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
11 if (port->mapbase == 0xA4400000) {
14 } else if (port->mapbase == 0xA4410000)
/arch/ia64/sn/kernel/
H A Diomv.c25 * sn_io_addr - convert an in/out port to an i/o address
26 * @port: port to convert
29 * on IA64. This routine will convert a port number into a valid
33 void *sn_io_addr(unsigned long port) argument
36 if (IS_LEGACY_VGA_IOPORT(port))
37 return (__ia64_mk_io_addr(port));
39 if (port < (64 * 1024))
42 return (__ia64_mk_io_addr(port));
44 return ((void *)(port | __IA64_UNCACHED_OFFSE
[all...]
/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-npi.c97 int port; local
98 for (port = 0; port < num_ports; port++) {
101 cvmx_helper_get_ipd_port(interface, port);
H A Dcvmx-helper-loop.c52 int port; local
56 for (port = 0; port < num_ports; port++) {
58 int ipd_port = cvmx_helper_get_ipd_port(interface, port);
/arch/sh/kernel/cpu/sh4a/
H A Dserial-sh7722.c7 static void sh7722_sci_init_pins(struct uart_port *port, unsigned int cflag) argument
11 if (port->mapbase == 0xffe00000) {
/arch/sparc/lib/
H A Diomap.c8 /* Create a virtual mapping cookie for an IO port range */
9 void __iomem *ioport_map(unsigned long port, unsigned int nr) argument
11 return (void __iomem *) (unsigned long) port;
/arch/arm/mm/
H A Diomap.c4 * Map IO port and PCI memory spaces so that {read,write}[bwl] can
16 void __iomem *ioport_map(unsigned long port, unsigned int nr) argument
18 return __io(port);
/arch/m68k/platform/528x/
H A Dconfig.c41 u8 port; local
44 port = readb(MCF5282_GPIO_PUAPAR);
45 port |= 0x03 | (0x03 << 2);
46 writeb(port, MCF5282_GPIO_PUAPAR);
/arch/mips/lib/
H A Diomap-pci.c14 unsigned long port, unsigned int nr)
40 return (void __iomem *) (ctrl->io_map_base + port);
13 __pci_ioport_map(struct pci_dev *dev, unsigned long port, unsigned int nr) argument
/arch/mips/vr41xx/common/
H A Dsiu.c125 struct uart_port port; local
147 port.line = i;
148 port.type = type[i];
149 if (port.type == PORT_UNKNOWN)
151 port.mapbase = res[i].start;
152 port.membase = (unsigned char __iomem *)KSEG1ADDR(res[i].start);
153 vr41xx_siu_early_setup(&port);
/arch/sh/kernel/
H A Dioport.c26 void __iomem *ioport_map(unsigned long port, unsigned int nr) argument
30 ret = __ioport_map_trapped(port, nr);
34 return __ioport_map(port, nr);
/arch/arm/mach-imx/
H A Dehci-imx25.c36 int mx25_initialize_usb_hw(int port, unsigned int flags) argument
42 switch (port) {
43 case 0: /* OTG port */
51 case 1: /* H1 port */
H A Dehci-imx27.c38 int mx27_initialize_usb_hw(int port, unsigned int flags) argument
44 switch (port) {
45 case 0: /* OTG port */
52 case 1: /* H1 port */
63 case 2: /* H2 port */
H A Dehci-imx31.c38 int mx31_initialize_usb_hw(int port, unsigned int flags) argument
44 switch (port) {
45 case 0: /* OTG port */
53 case 1: /* H1 port */
64 case 2: /* H2 port */
H A Dehci-imx35.c36 int mx35_initialize_usb_hw(int port, unsigned int flags) argument
42 switch (port) {
43 case 0: /* OTG port */
51 case 1: /* H1 port */
/arch/arm/mach-s3c24xx/
H A Dsimtec-usb.c8 * Simtec BAST and Thorcom VR1000 USB port support functions
49 usb_simtec_powercontrol(int port, int to) argument
51 pr_debug("usb_simtec_powercontrol(%d,%d)\n", port, to);
53 power_state[port] = to;
95 .port[0] = {
98 .port[1] = {
/arch/arm/mach-sa1100/
H A Dhackkit.c48 static u_int hackkit_get_mctrl(struct uart_port *port);
49 static void hackkit_set_mctrl(struct uart_port *port, u_int mctrl);
50 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate);
85 sa1100_register_uart(0, 1); /* com port */
94 * @port: uart port structure
99 static void hackkit_uart_pm(struct uart_port *port, u_int state, u_int oldstate) argument
108 static void hackkit_set_mctrl(struct uart_port *port, u_int mctrl) argument
111 if (port->mapbase == _Ser1UTCR0) {
130 static u_int hackkit_get_mctrl(struct uart_port *port) argument
[all...]
/arch/arm/plat-pxa/
H A Dssp.c14 * IO-based SSP applications and allows easy port setup for DMA access.
40 struct ssp_device *pxa_ssp_request(int port, const char *label) argument
47 if (ssp->port_id == port && ssp->use_count == 0) {
/arch/arm/plat-samsung/include/plat/
H A Dusb-control.h6 * S3C - USB host port information
27 struct s3c2410_hcd_port port[2]; member in struct:s3c2410_hcd_info
29 void (*power_control)(int port, int to);
/arch/m32r/platforms/oaks32r/
H A Dsetup.c23 unsigned long port, data; local
25 port = irq2port(irq);
27 outl(data, port);
32 unsigned long port, data; local
34 port = irq2port(irq);
36 outl(data, port);
51 unsigned long port; local
53 port = irq2port(data->irq);
54 outl(M32R_ICUCR_ILEVEL7, port);
/arch/mips/lantiq/
H A Ddevices.c87 void __init ltq_register_asc(int port) argument
89 switch (port) {
/arch/parisc/include/asm/
H A Dide.h23 static __inline__ void __ide_mm_insw(void __iomem *port, void *addr, u32 count) argument
26 *(u16 *)addr = __raw_readw(port);
31 static __inline__ void __ide_mm_insl(void __iomem *port, void *addr, u32 count) argument
34 *(u32 *)addr = __raw_readl(port);
39 static __inline__ void __ide_mm_outsw(void __iomem *port, void *addr, u32 count) argument
42 __raw_writew(*(u16 *)addr, port);
47 static __inline__ void __ide_mm_outsl(void __iomem *port, void *addr, u32 count) argument
50 __raw_writel(*(u32 *)addr, port);
/arch/powerpc/platforms/82xx/
H A Dkm82xx.c48 int port, pin, flags; member in struct:cpm_pin
139 cpm2_set_pin(pin->port, pin->pin, pin->flags);

Completed in 1820 milliseconds

123456789