Searched refs:PORT (Results 1 - 158 of 158) sorted by relevance

/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_boca.c13 #define PORT(_base,_irq) \ macro
23 PORT(0x100, 12),
24 PORT(0x108, 12),
25 PORT(0x110, 12),
26 PORT(0x118, 12),
27 PORT(0x120, 12),
28 PORT(0x128, 12),
29 PORT(0x130, 12),
30 PORT(0x138, 12),
31 PORT(0x140, 12),
32 PORT(0x148, 12),
33 PORT(0x150, 12),
34 PORT(0x158, 12),
35 PORT(0x160, 12),
36 PORT(0x168, 12),
37 PORT(0x170, 12),
38 PORT(0x178, 12),
H A D8250_fourport.c13 #define PORT(_base,_irq) \ macro
23 PORT(0x1a0, 9),
24 PORT(0x1a8, 9),
25 PORT(0x1b0, 9),
26 PORT(0x1b8, 9),
27 PORT(0x2a0, 5),
28 PORT(0x2a8, 5),
29 PORT(0x2b0, 5),
30 PORT(0x2b8, 5),
H A D8250_exar_st16c554.c16 #define PORT(_base,_irq) \ macro
26 PORT(0x100, 5),
27 PORT(0x108, 5),
28 PORT(0x110, 5),
29 PORT(0x118, 5),
H A D8250_accent.c13 #define PORT(_base,_irq) \ macro
23 PORT(0x330, 4),
24 PORT(0x338, 4),
/linux-4.1.27/arch/mips/boot/compressed/
H A Duart-16550.c12 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset)) macro
17 #define PORT(offset) (CKSEG1ADDR(AR7_REGS_UART0) + (4 * offset)) macro
22 #define PORT(offset) (CKSEG1ADDR(JZ4740_UART0_BASE_ADDR) + (4 * offset)) macro
27 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) macro
33 #define PORT(offset) (CKSEG1ADDR(UART0_BASE) + (4 * offset)) macro
41 #ifndef PORT
47 return *((volatile IOTYPE *)PORT(offset)) & 0xFF; serial_in()
52 *((volatile IOTYPE *)PORT(offset)) = value & 0xFF; serial_out()
/linux-4.1.27/arch/mips/kernel/
H A D8250-platform.c11 #define PORT(base, int) \ macro
22 PORT(0x3F8, 4),
23 PORT(0x2F8, 3),
24 PORT(0x3E8, 4),
25 PORT(0x2E8, 3),
/linux-4.1.27/drivers/pci/pcie/
H A DMakefile2 # Makefile for PCI-Express PORT Driver
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dport.h8 nv_##l(_port, "PORT:%02x: "f, _port->index, ##a); \
H A Dpad.c39 DBG("-> PORT:%02x\n", pad->next->index); _nvkm_i2c_pad_init()
/linux-4.1.27/include/uapi/linux/netfilter/
H A Dnf_conntrack_ftp.h7 /* PORT command from client */
/linux-4.1.27/drivers/scsi/
H A Daha152x.h41 #define PORTA (HOSTIOPORT1+0x1a) /* PORT A */
42 #define PORTB (HOSTIOPORT1+0x1b) /* PORT B */
50 #define O_PORTA 0x1a /* PORT A */
51 #define O_PORTB 0x1b /* PORT B */
56 #define O_TC_PORTA 0x0a /* PORT A */
57 #define O_TC_PORTB 0x0b /* PORT B */
288 #define SETPORT(PORT, VAL) outb( (VAL), (PORT) )
289 #define GETPORT(PORT) inb( PORT )
290 #define SETBITS(PORT, BITS) outb( (inb(PORT) | (BITS)), (PORT) )
291 #define CLRBITS(PORT, BITS) outb( (inb(PORT) & ~(BITS)), (PORT) )
292 #define TESTHI(PORT, BITS) ((inb(PORT) & (BITS)) == (BITS))
293 #define TESTLO(PORT, BITS) ((inb(PORT) & (BITS)) == 0)
H A Dmvme147.c97 "MVME147 SCSI PORT", instance)) mvme147_detect()
H A Dscsi_transport_sas.c996 * sas_port_free - free a SAS PORT
997 * @port: SAS PORT to free
999 * Frees the specified SAS PORT.
1002 * This function must only be called on a PORT that has not
1013 * sas_port_delete - remove SAS PORT
1014 * @port: SAS PORT to remove
1016 * Removes the specified SAS PORT. If the SAS PORT has an
/linux-4.1.27/arch/mips/alchemy/common/
H A Dplatform.c51 #define PORT(_base, _irq) \ macro
65 PORT(AU1000_UART0_PHYS_ADDR, AU1000_UART0_INT),
66 PORT(AU1000_UART1_PHYS_ADDR, AU1000_UART1_INT),
67 PORT(AU1000_UART2_PHYS_ADDR, AU1000_UART2_INT),
68 PORT(AU1000_UART3_PHYS_ADDR, AU1000_UART3_INT),
71 PORT(AU1000_UART0_PHYS_ADDR, AU1500_UART0_INT),
72 PORT(AU1000_UART3_PHYS_ADDR, AU1500_UART3_INT),
75 PORT(AU1000_UART0_PHYS_ADDR, AU1100_UART0_INT),
76 PORT(AU1000_UART1_PHYS_ADDR, AU1100_UART1_INT),
77 PORT(AU1000_UART3_PHYS_ADDR, AU1100_UART3_INT),
80 PORT(AU1000_UART0_PHYS_ADDR, AU1550_UART0_INT),
81 PORT(AU1000_UART1_PHYS_ADDR, AU1550_UART1_INT),
82 PORT(AU1000_UART3_PHYS_ADDR, AU1550_UART3_INT),
85 PORT(AU1000_UART0_PHYS_ADDR, AU1200_UART0_INT),
86 PORT(AU1000_UART1_PHYS_ADDR, AU1200_UART1_INT),
89 PORT(AU1300_UART0_PHYS_ADDR, AU1300_UART0_INT),
90 PORT(AU1300_UART1_PHYS_ADDR, AU1300_UART1_INT),
91 PORT(AU1300_UART2_PHYS_ADDR, AU1300_UART2_INT),
92 PORT(AU1300_UART3_PHYS_ADDR, AU1300_UART3_INT),
/linux-4.1.27/arch/mips/loongson/common/
H A Dearly_printk.c16 #define PORT(base, offset) (u8 *)(base + offset) macro
20 return readb(PORT(base, offset)); serial_in()
25 writeb(value, PORT(base, offset)); serial_out()
H A Dserial.c22 #define PORT(int, clk) \ macro
43 [MACH_LEMOTE_FL2E] = {PORT(4, 1843200), {} },
44 [MACH_LEMOTE_FL2F] = {PORT(3, 1843200), {} },
49 [MACH_LEMOTE_LL2F] = {PORT(3, 1843200), {} },
/linux-4.1.27/arch/mips/mti-sead3/
H A Dsead3-console.c15 #define PORT(base_addr, offset) ((unsigned int __iomem *)(base_addr+(offset)*4)) macro
21 return __raw_readl(PORT(base_addr, offset)) & 0xff; serial_in()
26 __raw_writel(value, PORT(base_addr, offset)); serial_out()
/linux-4.1.27/drivers/pinctrl/sh-pfc/
H A Dsh_pfc.h239 * PORT style (linear pin space)
260 #define PORT_ALL(str) CPU_ALL_PORT(_PORT_ALL, PORT, str)
270 /* SH_PFC_PIN_CFG - Expand to a sh_pfc_pin entry (named PORT#) with config */
274 .name = __stringify(PORT##_pin), \
275 .enum_id = PORT##_pin##_DATA, \
291 PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN0, \
292 PORT##pfx##_OUT, PORT##pfx##_IN)
309 PINMUX_CFG_REG_VAR("PORT" nr "CR", reg, 8, 2, 2, 1, 3) {\
313 0, PORT##nr##_OUT, PORT##nr##_IN, 0, \
317 PORT##nr##_FN0, PORT##nr##_FN1, \
318 PORT##nr##_FN2, PORT##nr##_FN3, \
319 PORT##nr##_FN4, PORT##nr##_FN5, \
320 PORT##nr##_FN6, PORT##nr##_FN7 \
H A Dpfc-emev2.c229 /* Expand to a list of sh_pfc_pin entries (named PORT#).
253 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN)
H A Dpfc-r8a7740.c490 CS5A_PORT105_MARK, /* CS5A PORT 19/105 */
/linux-4.1.27/arch/mips/sni/
H A Dpcit.c22 #define PORT(_base,_irq) \ macro
32 PORT(0x3f8, 0),
33 PORT(0x2f8, 3),
46 PORT(0x3f8, 0),
47 PORT(0x2f8, 3),
48 PORT(0x3e8, 4),
49 PORT(0x2e8, 3),
H A Da20r.c20 #define PORT(_base,_irq) \ macro
30 PORT(0x3f8, 4),
31 PORT(0x2f8, 3),
H A Dpcimt.c70 #define PORT(_base,_irq) \ macro
80 PORT(0x3f8, 4),
81 PORT(0x2f8, 3),
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dni65.c112 #define PORT p->cmdr_addr macro
159 #define writereg(val,reg) {outw(reg,PORT+L_ADDRREG);inw(PORT+L_ADDRREG); \
160 outw(val,PORT+L_DATAREG);inw(PORT+L_DATAREG);}
161 #define readreg(reg) (outw(reg,PORT+L_ADDRREG),inw(PORT+L_ADDRREG),\
162 inw(PORT+L_DATAREG))
164 #define writedatareg(val) {outw(val,PORT+L_DATAREG);inw(PORT+L_DATAREG);}
169 #define writereg(val,reg) {outw(reg,PORT+L_ADDRREG);outw(val,PORT+L_DATAREG);}
170 #define readreg(reg) (outw(reg,PORT+L_ADDRREG),inw(PORT+L_DATAREG))
278 outw(80,PORT+L_ADDRREG); ni65_set_performance()
279 if(inw(PORT+L_ADDRREG) != 80) ni65_set_performance()
283 outw(0,PORT+L_ADDRREG); ni65_set_performance()
284 outw((short)isa0,PORT+L_BUSIF); /* write ISA 0: DMA_R : isa0 * 50ns */ ni65_set_performance()
285 outw(1,PORT+L_ADDRREG); ni65_set_performance()
286 outw((short)isa1,PORT+L_BUSIF); /* write ISA 1: DMA_W : isa1 * 50ns */ ni65_set_performance()
288 outw(CSR0,PORT+L_ADDRREG); /* switch back to CSR0 */ ni65_set_performance()
326 outw(inw(PORT+L_RESET),PORT+L_RESET); /* that's the hard way */ ni65_close()
463 outw(inw(PORT+L_RESET),PORT+L_RESET); /* first: reset the card */ ni65_probe1()
472 outw(88,PORT+L_ADDRREG); ni65_probe1()
473 if(inw(PORT+L_ADDRREG) == 88) { ni65_probe1()
475 v = inw(PORT+L_DATAREG); ni65_probe1()
477 outw(89,PORT+L_ADDRREG); ni65_probe1()
478 v |= inw(PORT+L_DATAREG); ni65_probe1()
598 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) ) ni65_init_lance()
809 outw(inw(PORT+L_RESET),PORT+L_RESET); /* first: reset the card */ ni65_lance_reinit()
860 if(inw(PORT+L_DATAREG) & CSR0_IDON) { ni65_lance_reinit()
866 printk(KERN_ERR "%s: can't init lance, status: %04x\n",dev->name,(int) inw(PORT+L_DATAREG)); ni65_lance_reinit()
888 csr0 = inw(PORT+L_DATAREG); ni65_interrupt()
1072 dev->name,(int) rmdstat,csr0,(int) inw(PORT+L_DATAREG) ); ni65_recv_intr()
/linux-4.1.27/arch/x86/include/asm/
H A Dserial.h23 /* UART CLK PORT IRQ FLAGS */ \
/linux-4.1.27/arch/alpha/include/asm/
H A Dserial.h25 /* UART CLK PORT IRQ FLAGS */ \
H A Dcore_titan.h154 * This definition covers both the G-Port GPCTL and the A-PORT APCTL.
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.h1169 #define ENET_VLAN_TBL_SHIFT(PORT) ((PORT) * 4)
1947 #define ZCP_RAM_SEL_CFIFO(PORT) (0x10 + (PORT))
1957 #define RESET_CFIFO_RST(PORT) (0x1 << (PORT))
1959 #define CFIFO_ECC(PORT) (FZC_ZCP + 0x000a0UL + (PORT) * 8UL)
2276 #define TXC_PORT_CTL(PORT) (FZC_TXC + 0x20020UL + (PORT)*0x100UL)
2279 #define TXC_PKT_STUFFED(PORT) (FZC_TXC + 0x20030UL + (PORT)*0x100UL)
2283 #define TXC_PKT_XMIT(PORT) (FZC_TXC + 0x20038UL + (PORT)*0x100UL)
2287 #define TXC_ROECC_CTL(PORT) (FZC_TXC + 0x20040UL + (PORT)*0x100UL)
2298 #define TXC_ROECC_ST(PORT) (FZC_TXC + 0x20048UL + (PORT)*0x100UL)
2304 #define TXC_RO_DATA0(PORT) (FZC_TXC + 0x20050UL + (PORT)*0x100UL)
2307 #define TXC_RO_DATA1(PORT) (FZC_TXC + 0x20058UL + (PORT)*0x100UL)
2310 #define TXC_RO_DATA2(PORT) (FZC_TXC + 0x20060UL + (PORT)*0x100UL)
2313 #define TXC_RO_DATA3(PORT) (FZC_TXC + 0x20068UL + (PORT)*0x100UL)
2316 #define TXC_RO_DATA4(PORT) (FZC_TXC + 0x20070UL + (PORT)*0x100UL)
2319 #define TXC_SFECC_CTL(PORT) (FZC_TXC + 0x20078UL + (PORT)*0x100UL)
2330 #define TXC_SFECC_ST(PORT) (FZC_TXC + 0x20080UL + (PORT)*0x100UL)
2336 #define TXC_SF_DATA0(PORT) (FZC_TXC + 0x20088UL + (PORT)*0x100UL)
2339 #define TXC_SF_DATA1(PORT) (FZC_TXC + 0x20090UL + (PORT)*0x100UL)
2342 #define TXC_SF_DATA2(PORT) (FZC_TXC + 0x20098UL + (PORT)*0x100UL)
2345 #define TXC_SF_DATA3(PORT) (FZC_TXC + 0x200a0UL + (PORT)*0x100UL)
2348 #define TXC_SF_DATA4(PORT) (FZC_TXC + 0x200a8UL + (PORT)*0x100UL)
2351 #define TXC_RO_TIDS(PORT) (FZC_TXC + 0x200b0UL + (PORT)*0x100UL)
2354 #define TXC_RO_STATE0(PORT) (FZC_TXC + 0x200b8UL + (PORT)*0x100UL)
2357 #define TXC_RO_STATE1(PORT) (FZC_TXC + 0x200c0UL + (PORT)*0x100UL)
2360 #define TXC_RO_STATE2(PORT) (FZC_TXC + 0x200c8UL + (PORT)*0x100UL)
2363 #define TXC_RO_STATE3(PORT) (FZC_TXC + 0x200d0UL + (PORT)*0x100UL)
2371 #define TXC_RO_CTL(PORT) (FZC_TXC + 0x200d8UL + (PORT)*0x100UL)
2386 #define TXC_RO_ST_DATA0(PORT) (FZC_TXC + 0x200e0UL + (PORT)*0x100UL)
2389 #define TXC_RO_ST_DATA1(PORT) (FZC_TXC + 0x200e8UL + (PORT)*0x100UL)
2392 #define TXC_RO_ST_DATA2(PORT) (FZC_TXC + 0x200f0UL + (PORT)*0x100UL)
2395 #define TXC_RO_ST_DATA3(PORT) (FZC_TXC + 0x200f8UL + (PORT)*0x100UL)
2398 #define TXC_PORT_PACKET_REQ(PORT) (FZC_TXC + 0x20100UL + (PORT)*0x100UL)
2407 #define TXC_INT_STAT_VAL_SHIFT(PORT) ((PORT) * 8)
2408 #define TXC_INT_STAT_VAL(PORT) (0x3f << TXC_INT_STAT_VAL_SHIFT(PORT))
2409 #define TXC_INT_STAT_SF_CE(PORT) (0x01 << TXC_INT_STAT_VAL_SHIFT(PORT))
2410 #define TXC_INT_STAT_SF_UE(PORT) (0x02 << TXC_INT_STAT_VAL_SHIFT(PORT))
2411 #define TXC_INT_STAT_RO_CE(PORT) (0x04 << TXC_INT_STAT_VAL_SHIFT(PORT))
2412 #define TXC_INT_STAT_RO_UE(PORT) (0x08 << TXC_INT_STAT_VAL_SHIFT(PORT))
2413 #define TXC_INT_STAT_REORDER_ERR(PORT) (0x10 << TXC_INT_STAT_VAL_SHIFT(PORT))
2414 #define TXC_INT_STAT_PKTASM_DEAD(PORT) (0x20 << TXC_INT_STAT_VAL_SHIFT(PORT))
2417 #define TXC_INT_MASK_VAL_SHIFT(PORT) ((PORT) * 8)
2418 #define TXC_INT_MASK_VAL(PORT) (0x3f << TXC_INT_STAT_VAL_SHIFT(PORT))
2538 #define LDN_MAC(PORT) (64 + (PORT))
H A Dsunvnet.c1984 pr_info("%s: PORT ( remote-mac %pM%s )\n", vnet_port_probe()
/linux-4.1.27/arch/sh/include/mach-common/mach/
H A Dsh7763rdp.h20 /* PORT */
/linux-4.1.27/arch/m68k/include/asm/
H A Dserial.h30 /* UART CLK PORT IRQ FLAGS */ \
H A Dmcfgpio.h156 /* The m5441x EPORT doesn't have its own GPIO port, uses PORT C */
/linux-4.1.27/drivers/scsi/isci/
H A Dprobe_roms.h197 /* Allowed PORT configuration modes APC Automatic PORT configuration mode is
199 * for any PORT. i.e. There are no phys assigned to any of the ports at start.
200 * MPC Manual PORT configuration mode is defined by the OEM configuration
201 * parameters providing a PHY_MASK value for any PORT. It is assumed that any
202 * PORT with no PHY_MASK is an invalid port and not all PHYs must be assigned.
204 * being assigned is sufficient to declare manual PORT configuration.
H A Dregisters.h1469 * * SCU PORT TASK SCHEDULER REGISTERS
1504 * struct scu_port_task_scheduler_group_registers - These are the PORT Task
H A Dhost.c928 * The PHY was never added to a PORT in MPC mode sci_controller_start_next_phy()
932 * incorrectly for the PORT or it was never sci_controller_start_next_phy()
933 * assigned to a PORT sci_controller_start_next_phy()
H A Dport.c1263 * This method will remove the PHY from the selected PORT. This method returns
/linux-4.1.27/arch/mips/ar7/
H A Dprom.c253 #define PORT(offset) (KSEG1ADDR(AR7_REGS_UART0 + (offset * 4))) serial_in() macro
256 return readl((void *)PORT(offset)); serial_in()
261 writel(value, (void *)PORT(offset)); serial_out()
/linux-4.1.27/arch/mips/netlogic/xlr/
H A Dplatform.c60 #define PORT(_irq) \ macro
74 PORT(PIC_UART_0_IRQ),
75 PORT(PIC_UART_1_IRQ),
/linux-4.1.27/arch/sh/boards/mach-se/7722/
H A Dsetup.c161 __raw_writew(0x0000, PORT_PECR); /* PORT E 1 = IRQ5 ,E 0 = BS */ se7722_setup()
162 __raw_writew(0x1000, PORT_PJCR); /* PORT J 1 = IRQ1,J 0 =IRQ0 */ se7722_setup()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dni_usb6501.c57 * PORT PACKETS
60 * REQ: 00 01 00 10 00 0C 01 0E 02 10 00 00 00 03 <PORT> 00
64 * REQ: 00 01 00 14 00 10 01 0F 02 10 00 00 00 03 <PORT> 00 03 <BMAP> 00 00
69 * 00 05 <PORT 0> <PORT 1> <PORT 2> 00 05 00 00 00 00 00
/linux-4.1.27/arch/sh/boards/mach-se/7343/
H A Dsetup.c168 __raw_writew(0x0002, PORT_PECR); /* PORT E 1 = IRQ5 */ sh7343se_setup()
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-falcon.c51 #define PORT(x) (x / PINS) macro
253 void __iomem *mem = info->membase[PORT(pin)]; falcon_pinconf_get()
290 void __iomem *mem = info->membase[PORT(pin)]; falcon_pinconf_set()
335 int port = PORT(offset); falcon_pinconf_dbg_show()
388 int port = PORT(info->mfp[mfp].pin); falcon_mux_apply()
H A Dpinctrl-tb10x.c48 #define PCFG_PORT_MASK(PORT) \
49 (((1 << PCFG_PORT_BITWIDTH) - 1) << (PCFG_PORT_BITWIDTH * (PORT)))
412 #define DEFPINFUNCGRP(NAME, PORT, MODE, ISGPIO) { \
415 .port = (PORT), .mode = (MODE), \
H A Dpinctrl-xway.c30 #define PORT(x) (x / PINS) macro
44 #define GPIO_BASE(p) (REG_OFF * PORT(p))
455 int port = PORT(pin); xway_pinconf_get()
508 int port = PORT(pin); xway_pinconf_set()
616 int port = PORT(pin); xway_mux_apply()
/linux-4.1.27/net/netfilter/ipvs/
H A Dip_vs_ftp.c48 #define CLIENT_STRING "PORT"
303 * Look at incoming ftp packets to catch the PASV/PORT command
306 * The incoming packet having the PORT command should be something like
307 * "PORT xxx,xxx,xxx,xxx,ppp,ppp\n".
381 IP_VS_DBG(7, "PORT %pI4:%d detected\n", &to.ip, ntohs(port)); ip_vs_ftp_in()
/linux-4.1.27/arch/parisc/lib/
H A Dio.c123 * Read COUNT 8-bit bytes from port PORT into memory starting at
160 * Read COUNT 16-bit words from port PORT into memory starting at
233 * Read COUNT 32-bit words from port PORT into memory starting at
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Datom-names.h89 "MM", "PLL", "MC", "PCIE", "PCIE PORT",
H A Drv6xxd.h226 /* PCIE PORT indirect regs */
H A Drv770d.h931 /* PCIE PORT regs */
H A Drv6xx_dpm.c130 /* NOTE, this is a PCIE indirect reg, not PCIE PORT */ rv6xx_enable_pll_sleep_in_l1()
H A Dsid.h1488 /* PCIE PORT registers idx/data 0x38/0x3c */
H A Devergreend.h1466 /* PCIE PORT indirect regs */
H A Drv770_dpm.c121 /* NOTE, this is a PCIE indirect reg, not PCIE PORT */ rv770_enable_pll_sleep_in_l1()
/linux-4.1.27/drivers/tty/serial/
H A Dcrisv10.h117 /* this PORT is not in the standard serial.h. it's not actually used for
H A Dip22zilog.c90 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel *)((PORT)->membase))
91 #define UART_ZILOG(PORT) ((struct uart_ip22zilog_port *)(PORT))
92 #define IP22ZILOG_GET_CURR_REG(PORT, REGNUM) \
93 (UART_ZILOG(PORT)->curregs[REGNUM])
94 #define IP22ZILOG_SET_CURR_REG(PORT, REGNUM, REGVAL) \
95 ((UART_ZILOG(PORT)->curregs[REGNUM]) = (REGVAL))
H A Dsunzilog.c108 #define ZILOG_CHANNEL_FROM_PORT(PORT) ((struct zilog_channel __iomem *)((PORT)->membase))
109 #define UART_ZILOG(PORT) ((struct uart_sunzilog_port *)(PORT))
H A Dm32r_sio.c83 /* UART CLK PORT IRQ FLAGS */ \
/linux-4.1.27/arch/blackfin/mach-bf538/
H A Dext-gpio.c2 * GPIOLIB interface for BF538/9 PORT C, D, and E GPIOs
/linux-4.1.27/arch/avr32/mach-at32ap/include/mach/
H A Dat32ap700x.h143 #define ATMEL_LCDC(PORT, PIN) (ATMEL_LCDC_##PORT##_##PIN)
/linux-4.1.27/sound/soc/codecs/
H A Dlm49453.h102 /* AUDIO PORT 1 (TDM) */
114 /* AUDIO PORT 2 */
/linux-4.1.27/drivers/ata/
H A Dlibata-transport.c251 * ata_tport_delete -- remove ATA PORT
252 * @port: ATA PORT to remove
254 * Removes the specified ATA PORT. Remove the associated link as well.
401 * device tree below the ATA PORT it belongs to.
633 * @port: ATA PORT to remove
H A Dsata_nv.c295 #define NV_ADMA_CHECK_INTR(GCTL, PORT) ((GCTL) & (1 << (19 + (12 * (PORT)))))
/linux-4.1.27/drivers/target/
H A Dtarget_core_alua.c166 pr_warn("REPORT TARGET PORT GROUPS allocation length %u too" target_emulate_report_target_port_groups()
205 * TARGET PORT GROUP target_emulate_report_target_port_groups()
220 * TARGET PORT COUNT target_emulate_report_target_port_groups()
236 * Set RELATIVE TARGET PORT IDENTIFIER target_emulate_report_target_port_groups()
303 pr_warn("SET TARGET PORT GROUPS parameter list length %u too" target_emulate_set_target_port_groups()
354 * If the SET TARGET PORT GROUPS attempts to establish target_emulate_set_target_port_groups()
369 * then the TARGET PORT GROUP OR TARGET PORT field specifies target_emulate_set_target_port_groups()
373 * port asymmetric access state, then the TARGET PORT GROUP OR target_emulate_set_target_port_groups()
374 * TARGET PORT field specifies the relative target port target_emulate_set_target_port_groups()
411 * Extract the RELATIVE TARGET PORT IDENTIFIER to identify target_emulate_set_target_port_groups()
997 * TARGET PORT GROUPS command core_alua_do_transition_tg_pt_work()
H A Dtarget_core_device.c485 * Allocate the next RELATIVE TARGET PORT IDENTIFIER for this struct se_device core_alloc_port()
488 * Table 473 -- RELATIVE TARGET PORT IDENTIFIER field core_alloc_port()
502 * Make sure RELATIVE TARGET PORT IDENTIFIER is unique core_alloc_port()
549 port->sep_index = port->sep_rtpi; /* RELATIVE TARGET PORT IDENTIFIER */ core_export_port()
H A Dtarget_core_xcopy.c120 * Extract RELATIVE INITIATOR PORT IDENTIFIER target_xcopy_parse_tiddesc_e4()
123 pr_debug("XCOPY 0xe4: RELATIVE INITIATOR PORT IDENTIFIER: %hu\n", ript); target_xcopy_parse_tiddesc_e4()
H A Dtarget_core_pr.c1630 * RELATIVE TARGET PORT IDENTIFIER on the receiving I_T Nexus core_scsi3_decode_spec_i_port()
3331 * PORT IDENTIFIER. core_scsi3_emulate_pro_register_and_move()
3409 * RELATIVE TARGET PORT IDENTIFIER field (see 6.14.4); and core_scsi3_emulate_pro_register_and_move()
3988 * If the ALL_TG_PT bit set to zero, the RELATIVE TARGET PORT core_scsi3_pri_read_full_status()
3992 * bit is set to one, the contents of the RELATIVE TARGET PORT core_scsi3_pri_read_full_status()
4001 off += 2; /* Skip over RELATIVE TARGET PORT IDENTIFIER */ core_scsi3_pri_read_full_status()
/linux-4.1.27/arch/alpha/kernel/
H A Dio.c211 * Read COUNT 8-bit bytes from port PORT into memory starting at SRC.
250 * Read COUNT 16-bit words from port PORT into memory starting at
291 * Read COUNT 32-bit words from port PORT into memory starting at
H A Dcore_marvel.c87 sprintf(tmp, "PCI %s PE %d PORT %d", str, pe, port); mk_resource_name()
396 * hose<1:0>: PORT marvel_find_console_vga_hose()
H A Derr_marvel.c967 printk("%s PORT 7 ERROR:\n" marvel_process_io_error()
991 printk("%s PID %u PORT %d POx_ERR_SUM: %016llx\n", marvel_process_io_error()
/linux-4.1.27/drivers/thunderbolt/
H A Dtb_regs.h5 * ports. Every port contains up to four config regions (HOPS, PORT, SWITCH,
/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-core.c84 * PORT 1 Control register of the ISP1760 is the OTG control register isp1760_init_core()
/linux-4.1.27/tools/usb/usbip/src/
H A Dusbip.c38 "usbip [--debug] [--log] [--tcp-port PORT] [version]\n"
H A Dusbipd.c77 " -tPORT, --tcp-port PORT\n"
78 " Listen on TCP/IP port PORT.\n"
/linux-4.1.27/arch/blackfin/kernel/
H A Ddebug-mmrs.c362 _buf = REGS_STR_PFX_C(buf, PORT, num); bfin_debug_mmrs_port()
371 _buf = buf + sprintf(buf, "PORT%cIO_", num); bfin_debug_mmrs_port()
392 #define PORT(base, num) bfin_debug_mmrs_port(parent, base, num) macro
1780 PORT(PORTFIO, 'F'); bfin_debug_mmrs_init()
1783 PORT(PORTGIO, 'G'); bfin_debug_mmrs_init()
1786 PORT(PORTHIO, 'H'); bfin_debug_mmrs_init()
1873 PORT(base, num); bfin_debug_mmrs_init()
H A Dbfin_gpio.c167 * Regular PORT F GPIOs are handled here, CDE are exclusively port_setup()
409 /*Set current PORT date (16-bit word)*/
460 /*Get current PORT date (16-bit word)*/
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h83 * Return unload mode returned by the MCP: COMMON, PORT or FUNC.
293 * @load_code: COMMON, PORT or FUNCTION
318 * @load_code: COMMON, PORT or FUNCTION
363 * @unload_mode: COMMON, PORT, FUNCTION
1042 * PATH/PORT. bnx2x_get_path_func_num()
H A Dbnx2x_sp.c3919 * on the PORT!. bnx2x_init_mac_credit_pool()
5450 * FW_MSG_CODE_DRV_LOAD_PORT: initialize PORT-only and
5472 * PORT-only and FUNCTION-only HW blocks.
5492 * PORT-only and FUNCTION-only HW blocks.
5592 * FUNCTION-only and PORT-only HW blocks.
5615 * COMMON_CHIP, FUNCTION-only and PORT-only HW blocks.
H A Dbnx2x_main.c7439 /* In E2 2-PORT mode, same ext phy is used for the two paths */ bnx2x_init_hw_common_chip()
9011 * Return unload mode returned by the MCP: COMMON, PORT or FUNC.
9266 * this function should perform FUNC, PORT or COMMON HW
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h1129 * RSS_ENABLE_TCP_IPV4 SRC IPv4, DST IPv4, TCP SRC PORT, TCP DST PORT
1131 * RSS_ENABLE_TCP_IPV6 SRC IPv6, DST IPv6, TCP SRC PORT, TCP DST PORT
1132 * RSS_ENABLE_UDP_IPV4 SRC IPv4, DST IPv4, UDP SRC PORT, UDP DST PORT
1133 * RSS_ENABLE_UDP_IPV6 SRC IPv6, DST IPv6, UDP SRC PORT, UDP DST PORT
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dcfm.c158 /* State machine for private PORT states: used to optimize dual homing */ cem_priv_state()
184 /* Check all port for PORT is on hold and no withhold is done */ cem_priv_state()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h108 BFA_LPORT_UNINIT = 0, /* PORT is not yet initialized */
328 BFA_RPORT_UNINIT = 0, /* PORT is not yet initialized */
H A Dbfad_drv.h130 * PORT data structure
H A Dbfa_port.c25 BFA_TRC_FILE(CNA, PORT);
H A Dbfa_defs.h230 BFA_STATUS_DPORT_INV_SFP = 271, /* Invalid SFP for D-PORT mode. */
H A Dbfa_svc.c47 * FC PORT related definitions
179 * forward declaration for FC PORT state machine
2086 * FC PORT state machine functions
H A Dbfa_fcs_lport.c24 BFA_TRC_FILE(FCS, PORT);
/linux-4.1.27/arch/arm/mach-pxa/
H A Dcm-x300.c194 /* USB PORT 2 */
210 /* USB PORT 3 */
/linux-4.1.27/drivers/gpio/
H A Dgpio-vf610.c2 * vf610 GPIO support through PORT and GPIO module
/linux-4.1.27/drivers/watchdog/
H A Dibmasr.c40 /* PEARL ASR S/W REGISTER SUPERIO PORT ADDRESSES */
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
H A Dminotaur.c37 .start = 0x20310000, /* IO PORT */
H A Dpnav10.c36 .start = 0x20310000, /* IO PORT */
H A Dstamp.c117 .start = 0x20310000, /* IO PORT */
/linux-4.1.27/net/netfilter/
H A Dnf_nat_helper.c85 * NATed TCP connections (like the PORT XXX,XXX,XXX,XXX,XXX,XXX
H A Dnf_conntrack_ftp.c77 .pattern = "PORT",
78 .plen = sizeof("PORT") - 1,
/linux-4.1.27/include/target/
H A Dtarget_core_base.h749 /* RELATIVE TARGET PORT IDENTIFER Counter */
850 /* RELATIVE TARGET PORT IDENTIFER */
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dpnic2.c65 * CSR14<7> CSR6<18> CSR6<22> CSR6<23> CSR6<24> MODE/PORT
/linux-4.1.27/drivers/media/radio/
H A Dradio-gemtek.c133 #define BU2614_PORT_MASK MKMASK(PORT)
/linux-4.1.27/drivers/media/tuners/
H A Dtea5767.c94 /* If activate PORT 1 indicates SEARCH or else it is used as PORT1 */
/linux-4.1.27/drivers/rapidio/switches/
H A Didt_gen2.c249 * Configure PORT error reporting. idtg2_em_init()
/linux-4.1.27/drivers/s390/scsi/
H A Dzfcp_def.h56 /*************** ADAPTER/PORT/UNIT AND FSF_REQ STATUS FLAGS ******************/
/linux-4.1.27/drivers/parisc/
H A Deisa_enumerator.c28 * PORT init with MASK attr and other size than byte
H A Ddino.c263 /* generate I/O PORT read cycle */ \
/linux-4.1.27/drivers/usb/phy/
H A Dphy-fsl-usb.h91 /* PORTSC Register Bit Masks,Only one PORT in OTG mode*/
/linux-4.1.27/include/scsi/
H A Dsas.h126 PHY_FUNC_RELEASE_SPINUP_HOLD = 0x10, /* LOCAL PORT ONLY! */
H A Dlibfc.h1056 * LOCAL PORT LAYER
1078 * REMOTE PORT LAYER
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Di2c.c289 * Use PORT PB instead of I2C i2c_getack()
/linux-4.1.27/arch/cris/arch-v32/drivers/
H A Di2c.c259 * Use PORT PB instead of I2C i2c_getack()
/linux-4.1.27/arch/arm/boot/dts/
H A Dimx1-pinfunc.h36 * configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is the pin
H A Dimx27-pinfunc.h36 * configurable pins each. 'pin' is PORT * 32 + PORT_PIN, PORT_PIN is the pin
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c2040 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2073 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2103 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2139 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2164 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2194 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2226 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2257 "HOST-IDX[%04d], PORT-IDX[%04d]\n", lpfc_idiag_queinfo_read()
2270 "HOST-IDX[%04d], PORT-IDX[%04d]\n", lpfc_idiag_queinfo_read()
2301 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2337 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
2367 "HOST-IDX[%04d], PORT-IDX[%04d]", lpfc_idiag_queinfo_read()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c4716 "%s: PORT set optical " init_e1_port_hw()
4728 printk(KERN_DEBUG "%s: PORT set " init_e1_port_hw()
4737 printk(KERN_DEBUG "%s: PORT set " init_e1_port_hw()
4747 "%s: PORT set SLIP report: " init_e1_port_hw()
4757 "%s: PORT set RDI report: " init_e1_port_hw()
4766 printk(KERN_DEBUG "%s: PORT turn on CRC4 report:" init_e1_port_hw()
4773 printk(KERN_DEBUG "%s: PORT turn off CRC4" init_e1_port_hw()
4780 printk(KERN_DEBUG "%s: PORT force getting clock from " init_e1_port_hw()
4787 printk(KERN_DEBUG "%s: PORT force putting clock to " init_e1_port_hw()
4795 printk(KERN_DEBUG "%s: PORT disable JATT PLL on " init_e1_port_hw()
4805 "%s: PORT set elastic " init_e1_port_hw()
/linux-4.1.27/drivers/net/fddi/
H A Ddefxx.h476 /* PORT GROUP */
789 /* PORT GROUP */
854 /* PORT GROUP */
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_mb.c334 * csio_mb_port- FW PORT command helper
339 * @wr: Write/Read PORT information.
384 * csio_mb_process_read_port_rsp - FW PORT command response processing helper
H A Dcsio_hw.c1428 /* Read PORT information */ csio_enable_ports()
1448 /* Write back PORT information */ csio_enable_ports()
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dsmc.h168 #define SNMP_RES_TYPE_PORT 4 /* Resource is a PORT */
H A Dcmtdef.h361 #define RES_PORT 4 /* resource type PORT */
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dsta_event.c380 dev_dbg(adapter->dev, "event: PORT RELEASE\n"); mwifiex_process_sta_event()
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dcfg80211.c133 /* Set Operation mode to the PORT TYPE RID */ prism2_change_virtual_intf()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dintel_bios.h616 /* define the PORT for DP output type */
/linux-4.1.27/drivers/usb/host/
H A Dxhci-pci.c319 * SSIC PORT need to be marked as "unused" before putting xHCI
/linux-4.1.27/arch/blackfin/mach-bf527/boards/
H A Dcm_bf527.c186 .start = 0x20310000, /* IO PORT */
H A Dezkit.c280 .start = 0x20310000, /* IO PORT */
/linux-4.1.27/arch/blackfin/mach-bf609/include/mach/
H A Dportmux.h293 /* LINK PORT */
H A DdefBF60x_base.h440 LINK PORT Registers
678 PORT Registers
/linux-4.1.27/fs/nfs/
H A Dclient.c1294 seq_puts(m, "NV SERVER PORT USE HOSTNAME\n"); nfs_server_list_show()
1372 seq_puts(m, "NV SERVER PORT DEV FSID FSC\n"); nfs_volume_list_show()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_bios.h750 /* define the PORT for DP output type */
H A Di915_irq.c2222 DRM_ERROR("The master control interrupt lied (DE PORT)!\n"); gen8_irq_handler()
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dcx24116.c1005 * WRITE PORT GROUP COMMAND 38 cx24116_send_diseqc_msg()
1016 * WX= PORT SELECT 0..3 (X=TONEBURST) cx24116_send_diseqc_msg()
H A Dcx24117.c1063 * WRITE PORT GROUP COMMAND 38 cx24117_send_diseqc_msg()
1074 * WX= PORT SELECT 0..3 (X=TONEBURST) cx24117_send_diseqc_msg()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c309 * now. Otherwise, execute a PORT Read command to get it ... t4vf_port_init()
1502 "Unknown firmware PORT reply action %x\n", t4vf_handle_fw_rpl()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c1027 #define QLC_83XX_VXLAN_UDP_DPORT(PORT) ((PORT & 0xffff) << 16)
/linux-4.1.27/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c1529 /* PORT B */ dvb_register()
1535 /* PORT C */ dvb_register()
/linux-4.1.27/drivers/s390/net/
H A Dctcm_mpc.c370 /* XID exchanges completed after PORT was activated */ ctc_mpc_alloc_channel()
420 /* XID exchanges completed after PORT was activated */ ctc_mpc_establish_connectivity()
/linux-4.1.27/sound/core/seq/
H A Dseq_clientmgr.c1255 * CREATE PORT ioctl()
1305 * DELETE PORT ioctl()
/linux-4.1.27/drivers/net/irda/
H A Dw83977af_ir.c283 /* Release the PORT that this driver is using */ w83977af_close()
H A Dvia-ircc.c426 /* Release the PORT that this driver is using */ via_remove_one()
H A Dali-ircc.c424 /* Release the PORT that this driver is using */ ali_ircc_close()
H A Dnsc-ircc.c533 /* Release the PORT that this driver is using */ nsc_ircc_close()
/linux-4.1.27/drivers/scsi/pm8001/
H A Dpm8001_hwi.h310 * brief the data structure of PORT Control Command
H A Dpm80xx_hwi.h402 * brief the data structure of PORT Control Command
/linux-4.1.27/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c272 pr_debug("sending PORT DOWN event to slave: %d, port: %d\n", mlx4_ib_notify_slaves_on_guid_change()
/linux-4.1.27/arch/arm/mach-imx/
H A Diomux-mx3.h502 #define NB_PORTS 12 /* NB_PINS/32, we chose 32 pins per "PORT" */
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_def.h242 * There is no correspondence between an N-PORT id and an AL_PA. Therefore the
243 * valid range of an N-PORT id is 0 through 0x7ef.
H A Dqla_isr.c929 * If PORT UPDATE is global (received LIP_OCCURRED/LIP_RESET qla2x00_async_event()
937 "Asynchronous PORT UPDATE ignored %04x/%04x/%04x.\n", qla2x00_async_event()
H A Dqla_target.c3411 "qla_target(%d): CTIO with PORT LOGGED " qlt_do_ctio_completion()
3412 "OUT (29) or PORT UNAVAILABLE (28) status %x " qlt_do_ctio_completion()
H A Dqla_os.c60 "a PORT-DOWN status.");
H A Dqla_init.c3001 * If we have both an RSCN and PORT UPDATE pending then handle them qla2x00_configure_loop()
/linux-4.1.27/drivers/net/ethernet/i825xx/
H A D82596.c140 * The MPU_PORT command allows direct access to the 82596. With PORT access
H A Dlib82596.c114 * The MPU_PORT command allows direct access to the 82596. With PORT access
/linux-4.1.27/drivers/target/iscsi/
H A Discsi_target_configfs.c317 * sys/kernel/config/iscsi/$IQN/$TPG/np/$IP:$PORT/ lio_target_call_addnptotpg()
/linux-4.1.27/drivers/bus/
H A Darm-cci.c1368 * -EPERM if operation carried out on an ACE PORT
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c781 [FW_DEVLOG_FACILITY_PORT] = "PORT",
/linux-4.1.27/drivers/scsi/libfc/
H A Dfc_lport.c21 * PORT LOCKING NOTES
/linux-4.1.27/drivers/media/pci/cx88/
H A Dcx88-cards.c1946 * 2 1 O:MPEG PORT 0=DVB-T 1=DVB-S
/linux-4.1.27/drivers/atm/
H A Dlanai.c393 /* -------------------- PORT I/O UTILITIES: */
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.c2629 size += sprintf(&buf[size], "H/ PORT IRQ STAT : [ 0x%08X ]\n", mtip_hw_read_registers()
/linux-4.1.27/arch/arm/mach-omap2/
H A Domap_hwmod.c2408 /* we can't continue without MPU PORT if we need sysc access */ _init_mpu_rt_base()
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_os.c6439 * Return QLA_SUCCESS if different IP, different PORT, same iqn,

Completed in 9336 milliseconds