| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-irq.c | 15 static void xpu_ack(struct cx18 *cx, u32 sw2) in xpu_ack() argument 17 if (sw2 & IRQ_CPU_TO_EPU_ACK) in xpu_ack() 19 if (sw2 & IRQ_APU_TO_EPU_ACK) in xpu_ack() 34 u32 sw1, sw2, hw2; in cx18_irq_handler() local 37 sw2 = cx18_read_reg(cx, SW2_INT_STATUS) & cx->sw2_irq_mask; in cx18_irq_handler() 42 if (sw2) in cx18_irq_handler() 43 cx18_write_reg_expect(cx, sw2, SW2_INT_STATUS, ~sw2, sw2); in cx18_irq_handler() 47 if (sw1 || sw2 || hw2) in cx18_irq_handler() 48 CX18_DEBUG_HI_IRQ("received interrupts SW1: %x SW2: %x HW2: %x\n", in cx18_irq_handler() 49 sw1, sw2, hw2); in cx18_irq_handler() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mpc85xxcds | 88 SW2[2] on the carrier card before resetting the board in order to set the 101 The first two bits of SW2 control how flash is used on the board: 105 SW2=00XXXXXX FLASH: Boot bank 1, bank 2 available. 114 connected.. By convention, the user-specific bits of SW2 are used to 119 SW2=xxxxxx00 PCI SLOT INFORM: The CDS carrier is in slot0 of the Arcadia 133 SW2=0x1111yy x=Flash bank, yy=PCI slot 158 SW2=01000111 172 SW2=10011111
|
| H A D | README.b4860qds | 123 SW2 ON ON ON ON ON ON OFF OFF 135 SW2 [1.1] = 1 139 SW2 [1.1] = 0 148 SW2 ON OFF ON OFF ON ON OFF OFF 160 SW2 [1.1] = 1 164 SW2 [1.1] = 0
|
| /OK3568_Linux_fs/u-boot/board/sbc8548/ |
| H A D | README | 36 card. [The above discussion assumes that the SW2[1-4] has not been changed 194 alternate setting, you also need to switch SW2.8 to ON. 207 SW2.1 CFG_SYS_PLL0 1 0* 208 SW2.2 CFG_SYS_PLL1 1* 0 209 SW2.3 CFG_SYS_PLL2 1* 0 210 SW2.4 CFG_SYS_PLL3 1 0* 211 SW2.5 CFG_CORE_PLL0 1* 0 212 SW2.6 CFG_CORE_PLL1 1 0* 213 SW2.7 CFG_CORE_PLL2 1* 0 214 SW2.8 CFG_ROM_LOC1 1 0*
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | pfuze100.yaml | 15 sw1ab,sw1c,sw2,sw3a,sw3b,sw4,swbst,vsnvs,vrefddr,vgen1~vgen6 17 sw1ab,sw2,sw3a,sw3b,swbst,vsnvs,vrefddr,vgen1~vgen6,coin 19 sw1a,sw1b,sw2,sw3,swbst,vsnvs,vrefddr,vldo1,vldo2,vccsd,v33,vldo3,vldo4 21 sw1,sw2,sw3,vsnvs,vldo1,vldo2,vccsd,v33,vldo3,vldo4 111 sw2_reg: sw2 {
|
| H A D | ltc3676.txt | 8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, sw4, 13 nodes for sw1, sw2, sw3, sw4, ldo1, ldo2 and ldo4 additionally need to specify 20 Regulators sw1, sw2, sw3, sw4 can regulate the feedback reference from: 45 sw2_reg: sw2 {
|
| H A D | ltc3589.txt | 8 - regulators: Contains eight regulator child nodes sw1, sw2, sw3, bb-out, 13 nodes for sw1, sw2, sw3, bb-out, ldo1, and ldo2 additionally need to specify 20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from 45 sw2_reg: sw2 {
|
| H A D | pv88060.txt | 11 BUCK1, LDO1, LDO2, LDO3, LDO4, LDO5, LDO6, LDO7, SW1, SW2, SW3, SW4, 90 SW2 { 91 regulator-name = "sw2";
|
| /OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/ |
| H A D | README | 287 SW2: 10111011 292 SW2: 00111011 297 SW2: 10111011 302 SW2: 00111011 309 SW2: 10111001 314 SW2: 00111001 319 SW2: 10111001 324 SW2: 00111001
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sh73a0-kzm9g.dts | 113 label = "SW2-R"; 119 label = "SW2-L"; 125 label = "SW2-P"; 131 label = "SW2-U"; 137 label = "SW2-D";
|
| H A D | r8a7792-blanche.dts | 117 label = "SW2-1"; 124 label = "SW2-2"; 131 label = "SW2-3"; 138 label = "SW2-4";
|
| H A D | imx53-qsrb.dts | 50 sw2_reg: sw2 { 51 regulator-name = "SW2";
|
| /OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/ |
| H A D | eth_hydra.c | 286 * by board switch SW2, so the lane_to_slot[] array needs to be dynamically 291 u8 sw2 = in_8(&PIXIS_SW(2)); in initialize_lane_to_slot() local 293 lane_to_slot[2] = (sw2 & PIXIS_SW2_LANE_23_SEL) ? 7 : 4; in initialize_lane_to_slot() 296 lane_to_slot[4] = (sw2 & PIXIS_SW2_LANE_45_SEL) ? 7 : 6; in initialize_lane_to_slot() 299 switch (sw2 & PIXIS_SW2_LANE_67_SEL_MASK) { in initialize_lane_to_slot() 312 lane_to_slot[8] = (sw2 & PIXIS_SW2_LANE_8_SEL) ? 3 : 0; in initialize_lane_to_slot() 314 lane_to_slot[16] = (sw2 & PIXIS_SW2_LANE_1617_SEL) ? 1 : 0; in initialize_lane_to_slot()
|
| H A D | eth_superhydra.c | 248 * by board switch SW2, so the lane_to_slot[] array needs to be dynamically 253 u8 sw2 = in_8(&PIXIS_SW(2)); in initialize_lane_to_slot() local 257 lane_to_slot[2] = (sw2 & PIXIS_SW2_LANE_23_SEL) ? 7 : 4; in initialize_lane_to_slot() 260 lane_to_slot[4] = (sw2 & PIXIS_SW2_LANE_45_SEL) ? 7 : 6; in initialize_lane_to_slot() 263 switch (sw2 & PIXIS_SW2_LANE_67_SEL_MASK) { in initialize_lane_to_slot() 276 lane_to_slot[8] = (sw2 & PIXIS_SW2_LANE_8_SEL) ? 3 : 0; in initialize_lane_to_slot() 279 lane_to_slot[16] = (sw2 & PIXIS_SW2_LANE_1617_SEL) ? 1 : 0; in initialize_lane_to_slot()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx35pdk/ |
| H A D | README | 14 switch the boot device with the switches SW1-SW2 on the Personality board, 77 (SW1-SW2) and on the DEBUG board (SW4-SW10). 105 SW2 all off
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | pfuze100-regulator.c | 381 PFUZE100_SW_REG(PFUZE100, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000), 399 PFUZE100_SW_REG(PFUZE200, SW2, PFUZE100_SW2VOL, 400000, 1975000, 25000), 417 PFUZE3000_SW_REG(PFUZE3000, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo), 432 PFUZE3000_SW_REG(PFUZE3001, SW2, PFUZE100_SW2VOL, 0x7, pfuze3000_sw2lo), 448 { .name = "sw2", }, 468 { .name = "sw2", }, 488 { .name = "sw2", }, 505 { .name = "sw2", }, 812 /* SW2~SW4 high bit check and modify the voltage value table */ in pfuze100_regulator_probe()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/ |
| H A D | README | 142 SW2[1:8] = '10111111' 154 set SW1[1:8] = '00010011', SW2[1] = '1', SW3[4] = '0' for NOR boot 173 set SW1[1:8] = '10000010', SW2[1] = '1', SW3[4] = '1' for NAND boot 184 set SW1[1:8] = '00100010', SW2[1] ='1' for SPI boot 193 set SW1[1:8] = '00100000', SW2[1] = '0' for SD boot
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_hrt.c | 69 * Wait till SP is idle or till there is a SW2 interrupt in sh_css_hrt_sp_wait() 70 * The SW2 interrupt will be used when frameloop runs on SP in sh_css_hrt_sp_wait()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/ |
| H A D | README | 194 set SW1[1:8] = '00010011', SW2[1] = '1', SW3[4] = '0' for NOR boot 196 set SW1[1:8] = '00010111', SW2[1] = '1', SW3[4] = '0' for NOR boot 223 set SW1[1:8] = '10000010', SW2[1] = '1', SW3[4] = '1' for NAND boot 237 set SW1[1:8] = '00100010', SW2[1] ='1' for SPI boot 248 set SW1[1:8] = '00100000', SW2[1] = '0' for SD boot
|
| /OK3568_Linux_fs/buildroot/board/solidrun/macchiatobin/ |
| H A D | readme.txt | 43 SW1 and SW2 should be configured as follows: 45 SW2: 01110
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/ |
| H A D | README | 18 SW2[1:6] refers to bits labeled 1 through 6 in order on switch 2. 19 SW2[1:8]= 0000_0001 refers to bits labeled 1 through 7 is set as "On"
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | board-osk.c | 349 KEY(3, 0, KEY_UP), /* (sw2/up) */ 351 KEY(2, 1, KEY_LEFT), /* (sw2/left) */ 354 KEY(2, 2, KEY_DOWN), /* (sw2/down) */ 355 KEY(2, 3, KEY_ENTER), /* (sw2/select) */ 356 KEY(3, 3, KEY_RIGHT), /* (sw2/right) */
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | arcnet-hardware.rst | 803 < | SW1 | | SW2 | | 831 SW2 1-6: Reserved for Future Use 1051 | | | SW2 | 1064 SW2: DIP-Switches for Memory Base and I/O Base addresses 1087 The I/O base address is coded with DIP-Switches 6,7 and 8 of SW2: 1104 DIP Switches 1-5 of SW2 encode the RAM and ROM Address Range: 1377 The eight switches in SW2 are used to set the node ID. Each node attached 1575 SW2 1-8: Node ID Select (ID0-ID7) 1588 The eight switches in SW2 are used to set the node ID. Each node attached 1833 | |SW2| | [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8536ds/ |
| H A D | README | 36 SW2[5-8] = 1011 70 SW2[5-8] = 0111 123 SW2[5-8] = 0110
|
| /OK3568_Linux_fs/u-boot/board/freescale/t208xqds/ |
| H A D | README | 171 set SW1[1:8] = '00010011', SW2[1] = '1', SW6[1:4] = '0000' for NOR boot 190 set SW1[1:8] = '10000010', SW2[1] = '0' and SW6[1:4] = '1001' for NAND boot 201 set SW1[1:8] = '00100010', SW2[1] ='1' for SPI boot 212 set SW1[1:8] = '00100000', SW2[1] = '0' for SD boot
|