/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/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 …]
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_snmp_alerts_sub_menu.robot | 74 Configure SNMP Settings On BMC With Non Default Port Via GUI And Verify 75 [Documentation] Configure SNMP settings on BMC with non default port via GUI and verify. 77 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1} 79 Configure SNMP Manager Via GUI ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1} 86 Configure SNMP Settings On BMC Via GUI And Verify 87 [Documentation] Configure SNMP settings on BMC via GUI and verify. 89 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} 91 Configure SNMP Manager Via GUI ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} 98 Configure SNMP Settings On BMC With Empty Port Via GUI And Verify 99 [Documentation] Configure SNMP settings on BMC with empty port via GUI and verify. [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 142 nexthop via 198.51.100.2 dev dummy0 \ 143 nexthop via 192.0.2.2 dev dummy1 145 nexthop via 2001:db8:1::2 dev dummy0 \ 146 nexthop via 2001:db8:2::2 dev dummy1 259 nexthop via 198.51.100.2 dev dummy0 \ 260 nexthop via 192.0.2.2 dev dummy1 262 nexthop via 2001:db8:1::2 dev dummy0 \ 263 nexthop via 2001:db8:2::2 dev dummy1 528 [ -n "$gw" ] && gw="via $gw" 681 nexthop via 2001:10::2 dev dummy_10 \ [all …]
|
H A D | fib_nexthops.sh | 205 ip -netns remote ro add 172.16.0.0/22 via 172.16.101.2 206 ip -netns remote -6 ro add 2001:db8:90::/40 via 2001:db8:101::2 330 run_cmd "$IP nexthop add id $nhidstr via $ipstr$iter dev veth1" 331 check_nexthop "id $nhidstr" "id $nhidstr via $ipstr$iter dev veth1 scope link" 369 run_cmd "$IP nexthop add id 100 via $ipstr dev veth1" 455 run_cmd "$IP nexthop add id 61 via 2001:db8:91::2 fdb" 456 run_cmd "$IP nexthop add id 62 via 2001:db8:91::3 fdb" 467 run_cmd "$IP nexthop add id 63 via 2001:db8:91::4" 468 run_cmd "$IP nexthop add id 64 via 2001:db8:91::5" 473 run_cmd "$IP nexthop add id 65 via 2001:db8:91::5 fdb" [all …]
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_trap.robot | 23 [Documentation] Configure SNMP manager on BMC via Redfish and verify. 25 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} 27 Configure SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} ${HTTP_CREATED} 35 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1} 37 Configure SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${NON_DEFAULT_PORT1} ${HTTP_CREATED} 45 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${out_of_range_port} 47 Configure SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${out_of_range_port} ${HTTP_BAD_REQUEST} 76 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${alpha_port} 78 Configure SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${alpha_port} ${HTTP_BAD_REQUEST} 91 [Teardown] Delete SNMP Manager Via Redfish ${SNMP_MGR1_IP} ${SNMP_DEFAULT_PORT} [all …]
|
/openbmc/openbmc-test-automation/xcat/ |
H A D | test_xcat_group.robot | 2 Documentation Module for testing BMC via XCAT. 32 Power On Via XCAT And Validate 33 [Documentation] Power on via XCAT and validate. 38 Power On Via XCAT ${bmc} 39 Validate Power Status Via XCAT ${bmc} ${poweron_flag} 43 Power Off Via XCAT And Validate 44 [Documentation] Power off via XCAT and validate. 49 Power Off Via XCAT ${bmc} 50 Validate Power Status Via XCAT ${bmc} ${poweroff_flag} 76 Power On Via XCAT ${GROUP} [all …]
|
/openbmc/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 …]
|
/openbmc/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 | 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 | 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 | 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 …]
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 44 Page Should Contain BMC shell (via SSH) 68 Enable SSH Via GUI And Verify 73 Set Policy Via GUI SSH Enabled 77 Disable SSH Via GUI And Verify 84 Set Policy Via GUI SSH Disabled 93 Disable IPMI Via GUI And Verify 98 Set Policy Via GUI IPMI Disabled 108 Enable IPMI Via GUI And Verify 113 Set Policy Via GUI IPMI Enabled 118 Enable SSH Via GUI And Verify Persistency On BMC Reboot [all …]
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_general.robot | 20 Test Get Self Test Results via IPMI Raw Command 21 [Documentation] Get self test results via IPMI raw command and verify the output. 31 Test Get Device GUID Via IPMI Raw Command 32 [Documentation] Get device GUID via IPMI raw command and verify it using Redfish. 35 # Get GUIDS via IPMI. 51 Verify Get Channel Info via IPMI 52 [Documentation] Verify get channel info via IPMI. 55 # Get channel info via ipmi command "ipmitool channel info [channel number]". 129 Test Get Channel Authentication Capabilities via IPMI 130 [Documentation] Verify channel authentication capabilities via IPMI. [all …]
|
H A D | test_ipmi_chassis.robot | 47 Verify Host PowerOff Via IPMI 52 ${ipmi_state}= Get Host State Via External IPMI 55 Verify Host PowerOn Via IPMI 60 ${ipmi_state}= Get Host State Via External IPMI 65 [Documentation] Verify host OS shutdown softly via IPMI command. 70 Wait Until Keyword Succeeds ${IPMI_POWEROFF_WAIT_TIMEOUT} min 10 sec Is Host Off Via IPMI 73 Verify Chassis Power Cycle And Check Chassis Status Via IPMI 78 # Chassis power cycle command via IPMI 80 ${ipmi_state}= Get Host State Via External IPMI 84 Verify Chassis Power Reset And Check Chassis Status Via IPMI [all …]
|
H A D | test_ipmi_network_configuration.robot | 36 [Documentation] Verify BMC network configuration via inband IPMI. 75 Disable VLAN Via IPMI When Multiple VLAN Exist On BMC 76 [Documentation] Disable VLAN Via IPMI When Multiple VLAN Exist On BMC. 83 Create VLAN Via IPMI off 89 Configure IP On VLAN Via IPMI 90 [Documentation] Configure IP On VLAN Via IPMI. 93 Create VLAN Via IPMI ${vlan_id_for_ipmi} 103 Create VLAN Via IPMI When LAN And VLAN Exist On BMC 104 [Documentation] Create VLAN Via IPMI When LAN And VLAN Exist On BMC. 108 Create VLAN Via IPMI ${vlan_id_for_ipmi} [all …]
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_escale_base.robot | 51 Escale Power Setting Via REST And Verify 52 [Documentation] Set power via REST and check using IPMI. 58 # Set the power limit via REST. 59 Set DCMI Power Limit Via REST ${test_power} 67 Escale Power Setting Via IPMI And Verify 68 [Documentation] Set power via IPMI then check via REST. 74 # Set DCMI Power via IPMI. 77 # Read the limit via REST. 78 ${power_limit}= Get DCMI Power Limit Via REST 83 Escale Activation Test Via REST [all …]
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig.debug | 7 bool "Export kernel pagetable layout to userspace via debugfs" 132 bool "Kernel low-level debugging messages via Alpine UART0" 140 bool "Kernel low-level debugging via asm9260 UART" 197 bool "Kernel low-level debugging via SAMV7 USART1" 262 bool "Kernel low-level debugging messages via BCM KONA UART" 297 bool "Kernel low-level debugging messages via UART1" 304 bool "Kernel low-level debugging messages via UART2" 327 bool "Kernel low-level debugging messages via footbridge serial port" 334 bool "Kernel low-level debugging messages via Digicolor UA0" 341 bool "Kernel low-level debugging messages via ep93xx UART" [all …]
|
/openbmc/linux/include/linux/ |
H A D | counter.h | 44 * respective Synapse action mode should be passed back via 47 * respective Device u8 component should be passed back via 50 * respective Count u8 component should be passed back via 53 * respective Signal u8 component should be passed back via 57 * back via the val parameter. 59 * respective Count u32 component should be passed back via 63 * back via the val parameter. 66 * back via the val parameter. 68 * respective Count u64 component should be passed back via 72 * back via the val parameter. [all …]
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_certificate.robot | 28 [Template] Replace Certificate Via Redfish 40 [Template] Replace Certificate Via Redfish 52 [Template] Replace Certificate Via Redfish 62 [Template] Install And Verify Certificate Via Redfish 74 [Template] Install And Verify Certificate Via Redfish 84 [Teardown] Run Keywords FFDC On Test Case Fail AND Delete All CA Certificate Via Redfish 92 Install And Verify Certificate Via Redfish CA Valid Certificate ok ${FALSE} 97 Install And Verify Certificate Via Redfish CA Valid Certificate error ${FALSE} 105 ${cert_file_path}= Generate Certificate File Via Openssl Valid Certificate 365 119 Verify Server Certificate View Via Openssl [all …]
|
H A D | test_multiple_interfaces.robot | 37 Verify Both Interfaces BMC IP Addresses Accessible Via SSH 38 [Documentation] Verify both interfaces (eth0, eth1) BMC IP addresses accessible via SSH. 47 [Documentation] Verify access BMC with both interfaces (eth0, eth1) IP addresses via Redfish. 111 [Documentation] Disable and Enable eth0 ethernet interface via redfish. 120 Verify Both Interfaces Access Concurrently Via Redfish 121 [Documentation] Verify both interfaces access conurrently via redfish. 137 Able To Access Serial Console Via Both Network Interfaces 138 [Documentation] Able to access serial console via both network interfaces. 167 Verify Able To Load Certificates Via Eth1 IP Address 168 [Documentation] Verify able to load certificates via eth1 IP address. [all …]
|
/openbmc/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 …]
|
/openbmc/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 …]
|