/linux/drivers/macintosh/ |
H A D | via-cuda.c | 6 * The Cuda or Egret is a 6805 microcontroller interfaced to the 6522 VIA. 35 static volatile unsigned char __iomem *via; variable 38 /* VIA registers - spaced 0x200 bytes apart */ 61 * VIA pin | Egret pin 64 * PB4 (output) | VIA full (active high) 67 * VIA pin | Cuda pin 111 out_8(&via[B], in_8(&via[B]) | TIP); in assert_TIP() 113 out_8(&via[B], in_8(&via[B]) & ~TIP); in assert_TIP() 120 out_8(&via[B], in_8(&via[B]) | TIP | TACK); in assert_TIP_and_TACK() 122 out_8(&via[B], in_8(&via[B]) & ~(TIP | TACK)); in assert_TIP_and_TACK() [all …]
|
H A D | via-macii.c | 3 * Device driver for the via ADB on (many) Mac II-class machines 21 * Rockwell R6522 VIA datasheet 37 static volatile unsigned char *via; variable 39 /* VIA registers - spaced 0x200 bytes apart */ 120 static int status; /* VIA's ADB status bits captured upon interrupt */ 134 via = via1; in macii_probe() 164 via[DIRB] = (via[DIRB] | ST_EVEN | ST_ODD) & ~CTLR_IRQ; in macii_init_via() 167 via[B] |= ST_IDLE; in macii_init_via() 170 via[ACR] = (via[ACR] & ~SR_CTRL) | SR_EXT; in macii_init_via() 173 x = via[SR]; in macii_init_via() [all …]
|
/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | nexthop.sh | 117 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 118 nexthop_check "id 1" "id 1 via 192.0.2.2 dev dummy1 scope link trap" 137 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 139 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 &> /dev/null 155 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 156 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 191 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 192 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 210 $IP nexthop add id 1 via 192.0.2.2 dev dummy1 211 $IP nexthop add id 2 via 192.0.2.3 dev dummy1 [all …]
|
/linux/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 137 nexthop via 198.51.100.2 dev dummy0 \ 138 nexthop via 192.0.2.2 dev dummy1 140 nexthop via 2001:db8:1::2 dev dummy0 \ 141 nexthop via 2001:db8:2::2 dev dummy1 254 nexthop via 198.51.100.2 dev dummy0 \ 255 nexthop via 192.0.2.2 dev dummy1 257 nexthop via 2001:db8:1::2 dev dummy0 \ 258 nexthop via 2001:db8:2::2 dev dummy1 520 [ -n "$gw" ] && gw="via $gw" 673 nexthop via 200 [all...] |
H A D | fib_nexthops.sh | 206 ip -netns $remote ro add 172.16.0.0/22 via 172.16.101.2 207 ip -netns $remote -6 ro add 2001:db8:90::/40 via 2001:db8:101::2 331 run_cmd "$IP nexthop add id $nhidstr via $ipstr$iter dev veth1" 332 check_nexthop "id $nhidstr" "id $nhidstr via $ipstr$iter dev veth1 scope link" 370 run_cmd "$IP nexthop add id 100 via $ipstr dev veth1" 456 run_cmd "$IP nexthop add id 61 via 2001:db8:91::2 fdb" 457 run_cmd "$IP nexthop add id 62 via 2001:db8:91::3 fdb" 468 run_cmd "$IP nexthop add id 63 via 2001:db8:91::4" 469 run_cmd "$IP nexthop add id 64 via 2001:db8:91::5" 474 run_cmd "$IP nexthop add id 65 via 2001:db8:91::5 fdb" [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-tty | 29 These sysfs values expose the TIOCGSERIAL interface via 30 sysfs rather than via ioctls. 38 These sysfs values expose the TIOCGSERIAL interface via 39 sysfs rather than via ioctls. 47 These sysfs values expose the TIOCGSERIAL interface via 48 sysfs rather than via ioctls. 56 These sysfs values expose the TIOCGSERIAL interface via 57 sysfs rather than via ioctls. 65 These sysfs values expose the TIOCGSERIAL interface via 66 sysfs rather than via ioctls. [all …]
|
/linux/arch/arm/boot/dts/vt8500/ |
H A D | wm8505.dtsi | 45 compatible = "via,vt8500-intc"; 53 compatible = "via,vt8500-intc"; 70 compatible = "via,vt8500-pmc"; 90 compatible = "via,vt8500-pll-clock"; 97 compatible = "via,vt8500-pll-clock"; 104 compatible = "via,vt8500-pll-clock"; 111 compatible = "via,vt8500-pll-clock"; 118 compatible = "via,vt8500-device-clock"; 125 compatible = "via,vt8500-device-clock"; 132 compatible = "via,vt8500-device-clock"; [all …]
|
H A D | wm8750.dtsi | 47 compatible = "via,vt8500-intc"; 55 compatible = "via,vt8500-intc"; 72 compatible = "via,vt8500-pmc"; 128 compatible = "via,vt8500-device-clock"; 135 compatible = "via,vt8500-device-clock"; 142 compatible = "via,vt8500-device-clock"; 149 compatible = "via,vt8500-device-clock"; 156 compatible = "via,vt8500-device-clock"; 164 compatible = "via,vt8500-device-clock"; 172 compatible = "via,vt8500-device-clock"; [all …]
|
H A D | vt8500.dtsi | 3 * vt8500.dtsi - Device tree file for VIA VT8500 SoC 11 compatible = "via,vt8500"; 43 compatible = "via,vt8500-intc"; 50 compatible = "via,vt8500-pinctrl"; 59 compatible = "via,vt8500-pmc"; 74 compatible = "via,vt8500-device-clock"; 82 compatible = "via,vt8500-device-clock"; 90 compatible = "via,vt8500-device-clock"; 98 compatible = "via,vt8500-device-clock"; 107 compatible = "via,vt8500-timer"; [all …]
|
H A D | wm8850.dtsi | 44 compatible = "via,vt8500-intc"; 52 compatible = "via,vt8500-intc"; 69 compatible = "via,vt8500-pmc"; 139 compatible = "via,vt8500-device-clock"; 146 compatible = "via,vt8500-device-clock"; 153 compatible = "via,vt8500-device-clock"; 160 compatible = "via,vt8500-device-clock"; 167 compatible = "via,vt8500-device-clock"; 175 compatible = "via,vt8500-device-clock"; 183 compatible = "via,vt8500-device-clock"; [all …]
|
H A D | wm8650.dtsi | 41 compatible = "via,vt8500-intc"; 49 compatible = "via,vt8500-intc"; 66 compatible = "via,vt8500-pmc"; 122 compatible = "via,vt8500-device-clock"; 129 compatible = "via,vt8500-device-clock"; 136 compatible = "via,vt8500-device-clock"; 143 compatible = "via,vt8500-device-clock"; 150 compatible = "via,vt8500-device-clock"; 158 compatible = "via,vt8500-device-clock"; 166 compatible = "via,vt8500-device-clock"; [all …]
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-viapro.rst | 6 * VIA Technologies, Inc. VT82C596A/B 7 Datasheet: Sometimes available at the VIA website 9 * VIA Technologies, Inc. VT82C686A/B 10 Datasheet: Sometimes available at the VIA website 12 * VIA Technologies, Inc. VT8231, VT8233, VT8233A 13 Datasheet: available on request from VIA 15 * VIA Technologies, Inc. VT8235, VT8237R, VT8237A, VT8237S, VT8251 16 Datasheet: available on request and under NDA from VIA 18 * VIA Technologies, Inc. CX700 19 Datasheet: available on request and under NDA from VIA [all …]
|
H A D | i2c-via.rst | 2 Kernel driver i2c-via 6 * VIA Technologies, InC. VT82C586B 7 Datasheet: Publicly available at the VIA website 14 i2c-via is an i2c bus driver for motherboards with VIA chipset. 16 The following VIA pci chipsets are supported: 22 Bridge: VIA Technologies, Inc. VT82C586B ACPI (rev 10) 38 This can happen. This driver uses the pins VIA recommends in their
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | time.c | 47 * Calibrate the decrementer frequency with the VIA timer 1. 51 /* VIA registers */ 164 * Calibrate the decrementer register using VIA timer 1. 170 volatile unsigned char __iomem *via; in via_calibrate_decr() local 175 vias = of_find_node_by_name(NULL, "via-cuda"); in via_calibrate_decr() 177 vias = of_find_node_by_name(NULL, "via-pmu"); in via_calibrate_decr() 179 vias = of_find_node_by_name(NULL, "via"); in via_calibrate_decr() 185 via = early_ioremap(rsrc.start, resource_size(&rsrc)); in via_calibrate_decr() 186 if (via == NULL) { in via_calibrate_decr() 187 printk(KERN_ERR "Failed to map VIA for timer calibration !\n"); in via_calibrate_decr() [all …]
|
/linux/drivers/ata/ |
H A D | pata_via.c | 3 * pata_via.c - VIA PATA for new ATA layer 9 * VIA version guide 10 * VIA VT82C561 - early design, uses ata_generic currently 11 * VIA VT82C576 - MWDMA, 33Mhz 12 * VIA VT82C586 - MWDMA, 33Mhz 13 * VIA VT82C586a - Added UDMA to 33Mhz 14 * VIA VT82C586b - UDMA33 15 * VIA VT82C596a - Nonfunctional UDMA66 16 * VIA VT82C596b - Working UDMA66 17 * VIA VT82C686 - Nonfunctional UDMA66 [all …]
|
/linux/sound/pci/au88x0/ |
H A D | au88x0.c | 40 MODULE_PARM_DESC(pcifix, "Enable VIA-workaround for " CARD_NAME " soundcard."); 58 static void vortex_fix_agp_bridge(struct pci_dev *via) in vortex_fix_agp_bridge() argument 69 rc = pci_read_config_byte(via, 0x42, &value); in vortex_fix_agp_bridge() 72 rc = pci_write_config_byte(via, 0x42, value | 0x10); in vortex_fix_agp_bridge() 75 dev_info(&via->dev, "bridge config is 0x%x\n", value | 0x10); in vortex_fix_agp_bridge() 77 dev_warn(&via->dev, in vortex_fix_agp_bridge() 84 struct pci_dev *via = NULL; in snd_vortex_workaround() local 88 /* VIA KT133 */ in snd_vortex_workaround() 89 via = pci_get_device(PCI_VENDOR_ID_VIA, in snd_vortex_workaround() 91 /* VIA Apollo */ in snd_vortex_workaround() [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_multipath.sh | 19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1 20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1 46 ip route add 192.0.2.0/24 vrf vrf-h2 nexthop via 198.51.100.1 47 ip route add 2001:db8:1::/64 vrf vrf-h2 nexthop via 2001:db8:2::1 84 nexthop via 169.254.2.22 dev $rp12 \ 85 nexthop via 169.254.3.23 dev $rp13 87 nexthop via fe80:2::22 dev $rp12 \ 88 nexthop via fe80:3::23 dev $rp13 134 nexthop via 169.254.2.12 dev $rp22 \ 135 nexthop via 169.254.3.13 dev $rp23 [all …]
|
H A D | fib_offload_lib.sh | 415 ip -n $ns route add 2001:db8:10::/64 via 2001:db8:1::2 metric 1024 419 ip -n $ns route append 2001:db8:10::/64 via 2001:db8:2::2 metric 1024 423 ip -n $ns route add 2001:db8:10::/64 via 2001:db8:1::2 metric 1025 427 ip -n $ns route append 2001:db8:10::/64 via 2001:db8:2::2 metric 1025 491 nexthop via 2001:db8:1::2 dev dummy1 \ 492 nexthop via 2001:db8:2::2 dev dummy2 497 nexthop via 2001:db8:1::2 dev dummy1 \ 498 nexthop via 2001:db8:2::2 dev dummy2 503 nexthop via 2001:db8:1::2 dev dummy1 \ 504 nexthop via 2001:db8:2::2 dev dummy2 [all …]
|
H A D | gre_inner_v4_multipath.sh | 85 ip route add vrf v$h1 192.0.4.0/24 via 192.0.3.1 90 ip route del vrf v$h1 192.0.4.0/24 via 192.0.3.1 101 ip route add vrf v$ol1 192.0.2.66/32 via 192.0.2.130 125 ip route add vrf v$ul21 192.0.2.65/32 via 192.0.2.129 127 nexthop via 192.0.2.146 \ 128 nexthop via 192.0.2.162 149 ip route add vrf v$ul31 192.0.2.66/32 via 192.0.2.178 151 nexthop via 192.0.2.145 \ 152 nexthop via 192.0.2.161 181 ip route add vrf v$ol4 192.0.2.65/32 via 192.0.2.177 [all …]
|
/linux/arch/m68k/include/asm/ |
H A D | mac_via.h | 3 * 6522 Versatile Interface Adapter (VIA) 6 * via them as are assorted bits and bobs - eg rtc, adb. The picture 117 * correspond to a VIA work-alike named 'EVR'. */ 132 * defines the 'Video IRQ' as 0x40 for the 'EVR' VIA work-alike. 185 * right bit in the VIA chip (6522 Versatile Interface Adapter). 194 /* partial address decode. 0xYYXX : XX part for RBV, YY part for VIA */ 195 /* Note: 15 VIA regs, 8 RBV regs */ 197 #define vBufB 0x0000 /* [VIA/RBV] Register B */ 198 #define vBufAH 0x0200 /* [VIA only] Buffer A, with handshake. DON'T USE! */ 199 #define vDirB 0x0400 /* [VIA only] Data Direction Register B. */ [all …]
|
/linux/drivers/net/ethernet/via/ |
H A D | Kconfig | 3 # VIA device configuration 7 bool "VIA devices" 14 the questions about VIA devices. If you say Y, you will be asked for 20 tristate "VIA Rhine support" 28 If you have a VIA "Rhine" based network card (Rhine-I (VT86C100A), 34 will be called via-rhine. 47 tristate "VIA Velocity support" 54 If you have a VIA "Velocity" based network card say Y here. 57 will be called via-velocity.
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | fib_offload.sh | 118 nexthop via 2001:db8:1::2 dev $spine_p1 \ 119 nexthop via 2001:db8:2::2 dev $spine_p2 125 nexthop via 2001:db8:1::3 dev $spine_p1 133 nexthop via 2001:db8:1::2 dev $spine_p1 \ 134 nexthop via 2001:db8:2::2 dev $spine_p2 141 nexthop via 2001:db8:1::3 dev $spine_p1 150 nexthop via 2001:db8:1::3 dev $spine_p1 183 nexthop via 2001:db8:1::2 dev $spine_p1 \ 184 nexthop via 2001:db8:2::2 dev $spine_p2 198 nexthop via 2001:db8:1::3 dev $spine_p1 \ [all …]
|
/linux/arch/sparc/include/asm/ |
H A D | bbc.h | 98 * for specific processors or all processors via this register. 110 * may be asserted to specific processors via this register. 121 #define BBC_PSRC_SPG0 0x0001 /* CPU 0 reset via BBC_SPG register */ 122 #define BBC_PSRC_SPG1 0x0002 /* CPU 1 reset via BBC_SPG register */ 123 #define BBC_PSRC_SPG2 0x0004 /* CPU 2 reset via BBC_SPG register */ 124 #define BBC_PSRC_SPG3 0x0008 /* CPU 3 reset via BBC_SPG register */ 125 #define BBC_PSRC_SPGSYS 0x0010 /* System reset via BBC_SPG register */ 126 #define BBC_PSRC_JTAG 0x0020 /* System reset via JTAG+ */ 127 #define BBC_PSRC_BUTTON 0x0040 /* System reset via push-button dongle */ 128 #define BBC_PSRC_PWRUP 0x0080 /* System reset via power-up */ [all …]
|
/linux/drivers/video/fbdev/via/ |
H A D | ioctl.h | 3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved. 16 #define VIAFB_GET_INFO_SIZE 0x56494101 /* 'VIA\01' */ 17 #define VIAFB_GET_INFO 0x56494102 /* 'VIA\02' */ 18 #define VIAFB_HOTPLUG 0x56494103 /* 'VIA\03' */ 19 #define VIAFB_SET_HOTPLUG_FLAG 0x56494104 /* 'VIA\04' */ 20 #define VIAFB_GET_RESOLUTION 0x56494105 /* 'VIA\05' */ 21 #define VIAFB_GET_SAMM_INFO 0x56494107 /* 'VIA\07' */ 22 #define VIAFB_TURN_ON_OUTPUT_DEVICE 0x56494108 /* 'VIA\08' */ 23 #define VIAFB_TURN_OFF_OUTPUT_DEVICE 0x56494109 /* 'VIA\09' */ 25 #define VIAFB_GET_DRIVER_VERSION 0x56494112 /* 'VIA\12' */ [all …]
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | client.rst | 43 differentiate between devices that are presented to the system via one of 44 the conventional ways, e.g. as platform devices via ACPI, and devices that 52 All communication with the SAM EC is handled via the |ssam_controller| 55 connection/relation to that controller. This can be done via the 58 client device and controller (this can also be done separate via 82 The controller may be separately obtained via |ssam_get_controller| and its 83 lifetime be guaranteed via |ssam_controller_get| and |ssam_controller_put|. 93 If a device does not already exist/is not already provided via conventional 94 means, it should be provided as |ssam_device| via the SSAM client device 96 corresponding registry. SSAM devices can also be manually allocated via [all …]
|