| /linux/arch/arm/boot/dts/intel/socfpga/ | 
| H A D | socfpga_cyclone5_chameleon96.dts | 39 			gpios = <&porta 14 GPIO_ACTIVE_LOW>;45 			gpios = <&porta 22 GPIO_ACTIVE_LOW>;
 51 			gpios = <&porta 25 GPIO_ACTIVE_LOW>;
 
 | 
| H A D | socfpga_arria5_socdk.dts | 34 			gpios = <&porta 0 1>;44 			gpios = <&porta 17 1>;
 49 			gpios = <&porta 18 1>;
 
 | 
| H A D | socfpga_cyclone5_vining_fpga.dts | 63 			gpios = <&porta 9 GPIO_ACTIVE_LOW>;	/* HPS_GPIO9 */85 	snps,reset-gpio = <&porta 0 GPIO_ACTIVE_LOW>;
 
 | 
| H A D | socfpga_cyclone5_socrates.dts | 58 		gpios = <&porta 28 1>;
 | 
| /linux/Documentation/devicetree/bindings/input/ | 
| H A D | clps711x-keypad.txt | 18 		row-gpios = <&porta 0 0>,19 			    <&porta 1 0>;
 
 | 
| /linux/drivers/media/pci/saa7164/ | 
| H A D | saa7164-cards.c | 43 		.porta		= SAA7164_MPEG_DVB,89 		.porta		= SAA7164_MPEG_DVB,
 135 		.porta		= SAA7164_MPEG_DVB,
 195 		.porta		= SAA7164_MPEG_DVB,
 255 		.porta		= SAA7164_MPEG_DVB,
 315 		.porta		= SAA7164_MPEG_DVB,
 375 		.porta		= SAA7164_MPEG_DVB,
 435 		.porta		= SAA7164_MPEG_DVB,
 491 		.porta		= SAA7164_MPEG_DVB,
 537 		.porta		= SAA7164_MPEG_DVB,
 [all …]
 
 | 
| H A D | saa7164-core.c | 608 	struct saa7164_port *porta, *portb, *portc, *portd, *porte, *portf;  in saa7164_irq()  local619 	porta = &dev->ports[SAA7164_PORT_TS1];  in saa7164_irq()
 662 				} else if (intid == porta->hwcfg.interruptid) {  in saa7164_irq()
 665 					saa7164_irq_ts(porta);  in saa7164_irq()
 1362 		if (saa7164_boards[dev->board].porta == SAA7164_MPEG_DVB) {  in saa7164_initdev()
 1364 				printk(KERN_ERR "%s() Failed to register dvb adapters on porta\n",  in saa7164_initdev()
 1471 	if (saa7164_boards[dev->board].porta == SAA7164_MPEG_DVB)  in saa7164_finidev()
 
 | 
| /linux/Documentation/devicetree/bindings/clock/ | 
| H A D | raspberrypi,rp1-clocks.yaml | 10   - A. della Porta <andrea.porta@suse.com>
 | 
| /linux/arch/arm64/boot/dts/amd/ | 
| H A D | elba-asic-common.dtsi | 67 	cs-gpios = <0>, <0>, <&porta 1 GPIO_ACTIVE_LOW>,68 		   <&porta 7 GPIO_ACTIVE_LOW>;
 
 | 
| /linux/arch/arm64/boot/dts/intel/ | 
| H A D | socfpga_agilex5_socdk_nand.dts | 23 			gpios = <&porta 6 GPIO_ACTIVE_HIGH>;28 			gpios = <&porta 7 GPIO_ACTIVE_HIGH>;
 
 | 
| /linux/drivers/gpio/ | 
| H A D | gpio-janz-ttl.c | 40 	__be16 porta;  member86 		port = &mod->regs->porta;  in ttl_set_value()
 134 	iowrite16be(0x0000, &mod->regs->porta);  in ttl_setup_device()
 
 | 
| /linux/Documentation/devicetree/bindings/misc/ | 
| H A D | pci1de4,1.yaml | 10   - A. della Porta <andrea.porta@suse.com>
 | 
| /linux/arch/arm/boot/dts/cirrus/ | 
| H A D | ep7209.dtsi | 16 		gpio0 = &porta;58 		porta: gpio@80000000 {  label
 
 | 
| /linux/include/dt-bindings/pinctrl/ | 
| H A D | r7s9210-pinctrl.h | 22 #define PORTA 10  macro
 | 
| /linux/Documentation/devicetree/bindings/regulator/ | 
| H A D | mps,mp886x.yaml | 57           enable-gpios = <&porta 1 GPIO_ACTIVE_LOW>;
 | 
| /linux/arch/arm64/boot/dts/hisilicon/ | 
| H A D | hip05-d02.dts | 35 			gpios = <&porta 8 GPIO_ACTIVE_LOW>;
 | 
| /linux/drivers/misc/rp1/ | 
| H A D | rp1_pci.c | 331 MODULE_AUTHOR("Andrea della Porta <andrea.porta@suse.com>");
 | 
| /linux/arch/arm/boot/dts/synaptics/ | 
| H A D | berlin2cd-valve-steamlink.dts | 21 		gpios = <&porta 6 GPIO_ACTIVE_HIGH>;
 | 
| /linux/arch/riscv/boot/dts/sophgo/ | 
| H A D | sg2044-sophgo-srd3-10.dts | 48 			reset-gpios = <&porta 28 GPIO_ACTIVE_LOW>;
 | 
| /linux/drivers/scsi/ | 
| H A D | aha152x.h | 42 #define PORTA        (HOSTIOPORT1+0x1a)    /* PORT A */  macro253 /* On the AHA-152x board PORTA and PORTB contain
 
 | 
| /linux/sound/oss/dmasound/ | 
| H A D | dmasound_atari.c | 1368 			    int porta;  in AtaMixerIoctl()  local1371 			    porta = sound_ym.rd_data_reg_sel;  in AtaMixerIoctl()
 1373 			    return IOCTL_OUT(arg, porta & 0x40 ? 0 : 100);  in AtaMixerIoctl()
 1381 			    int porta;  in AtaMixerIoctl()  local
 1385 			    porta = (sound_ym.rd_data_reg_sel & ~0x40) |  in AtaMixerIoctl()
 1387 			    sound_ym.wd_data = porta;  in AtaMixerIoctl()
 1389 			    return IOCTL_OUT(arg, porta & 0x40 ? 0 : 100);  in AtaMixerIoctl()
 
 | 
| /linux/tools/firewire/ | 
| H A D | nosy-dump.h | 59 			uint32_t porta:2;  member
 | 
| /linux/Documentation/devicetree/bindings/gpio/ | 
| H A D | snps,dw-apb-gpio.yaml | 125       porta: gpio-port@0 {
 | 
| /linux/Documentation/translations/it_IT/locking/ | 
| H A D | locktypes.rst | 129 ottenere una priorità superiore. Di consequenza, bloccarsi sui semafori porta154  continuerà a trattenere il blocco, quindi porta all'inedia anche gli scrittori
 323    continuerà a trattenere il blocco, quindi porta all'inedia anche gli
 
 | 
| /linux/drivers/net/wan/ | 
| H A D | wanxlfw.S | 95 PADIR		= REGBASE + 0x550	// 16-bit PortA data direction bitmap96 PAPAR		= REGBASE + 0x552	// 16-bit PortA pin assignment bitmap
 97 PAODR		= REGBASE + 0x554	// 16-bit PortA open drain bitmap
 98 PADAT		= REGBASE + 0x556	// 16-bit PortA data register
 
 |