Home
last modified time | relevance | path

Searched refs:dip (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst5 SUN Type 4, 5 and 5c keyboards have dip switches to choose the language layout
17 Depending on type of keyboard, the keyboard can have 6 or 5 dip-switches to
21 The dip switch settings can be given as hexadecimal number, decimal number
32 keytable file is used for different dip switch settings. The information
127 Not all dip switch values have a corresponding language code and both "be" and
128 "nl-be" correspond to the same dip switch value. By default, if no value is
/openbmc/u-boot/board/freescale/mpc8536ds/
H A DREADME35 2. Change dip-switch
69 2. Change dip-switch
122 2. Change dip-switch
/openbmc/u-boot/board/phytec/pfla02/
H A DREADME21 The dip switch "SW3" on the board let choose the boot device.
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/initrdscripts/files/
H A Dgxp-obmc-init.sh180 dip=$(devmem 0x800000b8 16)
182 value1=$((( dip & 0xFF00 ) >> 8 ))
183 value2=$((( dip & 0x0040 ) >> 6 ))
/openbmc/u-boot/board/kobol/helios4/
H A DREADME23 Before powering up the board, boot selection should be done via the SW1 dip
/openbmc/u-boot/board/ti/ks2_evm/
H A DREADME97 to configure SW1 dip switch to use "No Boot/JTAG DSP Little Endian Boot Mode"
148 Once U-Boot prompt is available, Power OFF the EVM. Set the SW1 dip switch
168 Once U-Boot prompt is available, Power OFF the EVM. Set the SW1 dip switch
189 1. Set the SW3 dip switch to "ARM MMC Boot mode" as per instruction at
/openbmc/u-boot/board/solidrun/clearfog/
H A DREADME23 Before powering up the board, boot selection should be done via the SW1 dip
/openbmc/u-boot/board/phytec/pcm058/
H A DREADME25 The dip switch "DIP-1" on the board let choose between
/openbmc/u-boot/board/freescale/mpc8544ds/
H A DREADME12 using the dip-switch SW10, bit 2.
/openbmc/u-boot/board/freescale/mpc8572ds/
H A DREADME14 locations can be swapped using the dip-switch SW9[1:2].
/openbmc/qemu/hw/char/
H A Descc.c864 uint8_t dip; in sunkbd_layout_dip_switch() member
905 ret = languages[i].dip; in sunkbd_layout_dip_switch()