Searched refs:dip (Results 1 – 11 of 11) sorted by relevance
5 SUN Type 4, 5 and 5c keyboards have dip switches to choose the language layout17 Depending on type of keyboard, the keyboard can have 6 or 5 dip-switches to21 The dip switch settings can be given as hexadecimal number, decimal number32 keytable file is used for different dip switch settings. The information127 Not all dip switch values have a corresponding language code and both "be" and128 "nl-be" correspond to the same dip switch value. By default, if no value is
35 2. Change dip-switch69 2. Change dip-switch122 2. Change dip-switch
21 The dip switch "SW3" on the board let choose the boot device.
180 dip=$(devmem 0x800000b8 16)182 value1=$((( dip & 0xFF00 ) >> 8 ))183 value2=$((( dip & 0x0040 ) >> 6 ))
23 Before powering up the board, boot selection should be done via the SW1 dip
97 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 switch168 Once U-Boot prompt is available, Power OFF the EVM. Set the SW1 dip switch189 1. Set the SW3 dip switch to "ARM MMC Boot mode" as per instruction at
25 The dip switch "DIP-1" on the board let choose between
12 using the dip-switch SW10, bit 2.
14 locations can be swapped using the dip-switch SW9[1:2].
864 uint8_t dip; in sunkbd_layout_dip_switch() member905 ret = languages[i].dip; in sunkbd_layout_dip_switch()