/linux/drivers/pinctrl/freescale/ |
A D | pinctrl-imx1.c | 17 #define PC 2 macro 92 MX1_PAD_BT13 = PAD_ID(PC, 19), 96 MX1_PAD_BT9 = PAD_ID(PC, 23), 97 MX1_PAD_BT8 = PAD_ID(PC, 24), 98 MX1_PAD_BT7 = PAD_ID(PC, 25), 99 MX1_PAD_BT6 = PAD_ID(PC, 26), 100 MX1_PAD_BT5 = PAD_ID(PC, 27), 101 MX1_PAD_BT4 = PAD_ID(PC, 28), 102 MX1_PAD_BT3 = PAD_ID(PC, 29), 103 MX1_PAD_BT2 = PAD_ID(PC, 30), [all …]
|
A D | pinctrl-imx27.c | 21 #define PC 2 macro 89 MX27_PAD_I2C2_SDA = PAD_ID(PC, 5), 90 MX27_PAD_I2C2_SCL = PAD_ID(PC, 6), 98 MX27_PAD_TOUT = PAD_ID(PC, 14), 99 MX27_PAD_TIN = PAD_ID(PC, 15), 100 MX27_PAD_SSI4_FS = PAD_ID(PC, 16), 103 MX27_PAD_SSI4_CLK = PAD_ID(PC, 19), 104 MX27_PAD_SSI1_FS = PAD_ID(PC, 20), 107 MX27_PAD_SSI1_CLK = PAD_ID(PC, 23), 108 MX27_PAD_SSI2_FS = PAD_ID(PC, 24), [all …]
|
/linux/tools/testing/selftests/kvm/aarch64/ |
A D | debug-exceptions.c | 31 #define PC(v) ((uint64_t)&(v)) macro 103 GUEST_ASSERT_EQ(sw_bp_addr, PC(sw_bp)); in guest_code() 109 install_hw_bp(PC(hw_bp)); in guest_code() 111 GUEST_ASSERT_EQ(hw_bp_addr, PC(hw_bp)); in guest_code() 117 install_hw_bp(PC(bp_svc)); in guest_code() 119 GUEST_ASSERT_EQ(hw_bp_addr, PC(bp_svc)); in guest_code() 120 GUEST_ASSERT_EQ(svc_addr, PC(bp_svc) + 4); in guest_code() 126 install_hw_bp(PC(bp_brk)); in guest_code() 128 GUEST_ASSERT_EQ(sw_bp_addr, PC(bp_brk)); in guest_code() 129 GUEST_ASSERT_EQ(hw_bp_addr, PC(bp_brk)); in guest_code() [all …]
|
/linux/Documentation/admin-guide/media/ |
A D | gspca-cardlist.rst | 24 spca500 041e:400a Creative PC-CAM 300 25 sunplus 041e:400b Creative PC-CAM 600 26 sunplus 041e:4012 PC-Cam350 251 spca505 0733:0430 Intel PC Camera Pro 322 zc3xx 0ac8:307b PC Camera (ZS0211) 360 sonixj 0c45:6100 PC Camera (SN9C128) 361 sonixj 0c45:6102 PC Camera (SN9C128) 362 sonixj 0c45:610a PC Camera (SN9C128) 363 sonixj 0c45:610b PC Camera (SN9C128) 364 sonixj 0c45:610c PC Camera (SN9C128) [all …]
|
/linux/Documentation/networking/ |
A D | 6pack.rst | 20 6pack is a transmission protocol for data exchange between the PC and 25 - The PC is given full control over the radio 26 channel. Special control data is exchanged between the PC and the TNC so 27 that the PC knows at any time if the TNC is receiving data, if a TNC 32 algorithms as everything is computed in the PC. It would even be possible 36 TNCs that are connected between each other and the PC by a daisy chain 42 Damaged packets that the TNC has received from the PC are not transmitted. 52 Matthias Welwarsky DG2FEF, comes along with the PC version of FlexNet. 152 from the PC to the TNC over the serial line, the status LED if data is 153 sent to the PC. [all …]
|
/linux/arch/mips/loongson2ef/ |
A D | Kconfig | 8 bool "Lemote Fuloong(2e) mini-PC" 31 Lemote Fuloong(2e) mini-PC board based on the Chinese Loongson-2E CPU and 34 Lemote Fuloong(2e) mini PC have a VIA686B south bridge. 64 These family machines include fuloong2f mini PC, yeeloong2f notebook, 65 LingLoong allinone PC and so forth.
|
/linux/drivers/accessibility/speakup/ |
A D | Kconfig | 18 external (old), Dectalk PC (full length isa board), 20 Litetalk, Keynote Gold internal PC, software 59 tristate "Accent PC synthesizer support" 113 tristate "DECtalk PC (big ISA card) synthesizer support" 116 This is the Speakup driver for the DecTalk PC (full 125 DecTalk PC board in order to use it with this driver. 128 PC software has been pre-loaded on to the board. 134 tristate "DoubleTalk PC synthesizer support" 139 PC synthesizer. You can say y to build it into the 145 tristate "Keynote Gold PC synthesizer support" [all …]
|
/linux/drivers/block/paride/ |
A D | bpck.c | 32 #define PC pi->private macro 33 #define r2() (PC=(in_p(2) & 0xff)) 34 #define w2(byte) {out_p(2,byte); PC = byte;} 35 #define t2(pat) {PC ^= pat; out_p(2,PC);} 36 #define e2() {PC &= 0xfe; out_p(2,PC);} 37 #define o2() {PC |= 1; out_p(2,PC);}
|
/linux/arch/arm/kernel/ |
A D | unwind.c | 73 PC = 15 enumerator 340 if (ctrl->vrs[PC] == 0) in unwind_exec_insn() 341 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn() 366 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn() 401 ctrl.vrs[PC] = 0; in unwind_frame() 444 if (ctrl.vrs[PC] == 0) in unwind_frame() 445 ctrl.vrs[PC] = ctrl.vrs[LR]; in unwind_frame() 448 if (frame->pc == ctrl.vrs[PC] && frame->sp == ctrl.vrs[SP]) in unwind_frame() 454 frame->pc = ctrl.vrs[PC]; in unwind_frame()
|
A D | entry-armv.S | 230 @ Correct the PC such that it is pointing at the instruction 232 @ the PC will be pointing at the next instruction, and have to 233 @ subtract 4. Otherwise, it is Thumb, and the PC will be 253 mov r1, #4 @ PC correction to apply 255 THUMB( movne r1, #2 ) @ if so, fix up PC correction 506 add r2, r2, #2 @ r2 is PC + 2, make it PC + 4 992 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC 1006 @ Save r0, lr_<exception> (parent PC) and spsr_<exception>
|
/linux/Documentation/sound/hd-audio/ |
A D | realtek-pc-beep.rst | 2 Realtek PC Beep Hidden Register 5 This file documents the "PC Beep Hidden Register", which is present in certain 8 as I can tell, these hidden routes are designed to allow flexible PC Beep output 27 When zero, expose the PC Beep line (from the internal beep generator, when 30 jack (or possibly Line In on some machines) input instead. If PC Beep is 54 1Ah input selection (DIV is the PC Beep divider set on NID 01h):: 95 commits indicate that it might be a Line In on some machines) or from the PC 101 The register's reset value is 0x3717, corresponding to PC Beep on 1Ah that is 115 away from PC Beep but have failed to disable both loopback paths. On my
|
/linux/arch/m68k/ifpsp060/ |
A D | iskeleton.S | 63 | the PC pointing to the instruction following the instruction 100 | * Current PC * * Current PC * 105 | * PC * * PC * 140 | * Current PC * * Current PC * 145 | * PC * * PC *
|
/linux/drivers/char/pcmcia/ |
A D | Kconfig | 10 tristate "SyncLink PC Card support" 13 Enable support for the SyncLink PC Card serial adapter, running 31 by the vendor-provided PC/SC ifd_handler (http://www.omnikey.com/), 43 PC/SC ifdhandler provided from the Omnikey homepage
|
/linux/arch/arm/nwfpe/ |
A D | fpmodule.inl | 28 for this in this routine. LDF/STF instructions with Rn = PC 29 depend on the PC being correct, as they use PC+8 in their 70 * the CPSR may be the PC register itself.
|
A D | entry.S | 70 ldr r5, [sp, #S_PC] @ get contents of PC; 88 @ increment PC 96 str r5, [sp, #S_PC] @ update PC copy in regs
|
/linux/arch/m68k/q40/ |
A D | README | 27 drivers/char/q40_keyb.c # use PC keymaps for national keyboards 28 serial.c # normal PC driver - any speed 35 floppy.c # normal PC driver, DMA emu in asm/floppy.h 44 Various other PC drivers can be enabled simply by adding them to 123 the PC scancodes x86 Linux uses. So by theory every national keyboard should 126 Unfortunately the AT->PC translation isn't quite trivial and even worse, my 134 - 'showkey -s' run on a PC, non-X session 136 btw if the showkey output from PC and Q40 doesn't differ then you have some
|
/linux/arch/powerpc/boot/dts/fsl/ |
A D | p1020rdb-pc_camp_core0.dts | 3 * P1020 RDB-PC Core0 Device Tree Source in CAMP mode. 18 model = "fsl,P1020RDB-PC"; 19 compatible = "fsl,P1020RDB-PC";
|
A D | p1020rdb-pc_camp_core1.dts | 3 * P1020 RDB-PC Core1 Device Tree Source in CAMP mode. 17 model = "fsl,P1020RDB-PC"; 18 compatible = "fsl,P1020RDB-PC";
|
/linux/drivers/net/appletalk/ |
A D | Kconfig | 43 tristate "Apple/Farallon LocalTalk PC support" 46 This allows you to use the AppleTalk PC card to connect to LocalTalk 47 networks. The card is also known as the Farallon PhoneNet PC card. 54 tristate "COPS LocalTalk PC support" 72 DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC 73 III, Farallon PhoneNET PC II).
|
/linux/arch/arm/lib/ |
A D | backtrace.S | 40 1: stmfd sp!, {pc} @ calculate offset of PC stored 66 sub sv_pc, sv_pc, offset @ Correct PC for prefetching 67 bic sv_pc, sv_pc, mask @ mask PC/LR for the mode 77 bic r1, r1, mask @ mask PC/LR for the mode
|
/linux/drivers/comedi/ |
A D | Kconfig | 80 tristate "SSV Embedded Systems DIL/Net-PC support" 83 Enable support for SSV Embedded Systems DIL/Net-PC 91 bool "Comedi ISA and PC/104 drivers" 93 Enable comedi ISA and PC/104 drivers to be built 97 the questions about ISA and PC/104 comedi drivers. 196 tristate "Advantech PCM-3724 PC/104 card support" 271 and compatible ISA and PC/104 cards: 286 and compatible ISA and PC/104 cards: 499 tristate "NI Lab-PC and compatibles ISA support" 503 Lab-PC-1200, Lab-PC-1200AI, Lab-PC+. [all …]
|
/linux/Documentation/watchdog/ |
A D | pcwd-watchdog.rst | 2 Berkshire Products PC Watchdog Card 12 The PC Watchdog is a card that offers the same type of functionality that 24 drivers have initialized, you can then talk to the card using a PC 31 If you want to write a program to be compatible with the PC Watchdog
|
/linux/drivers/parport/ |
A D | Kconfig | 13 the architecture might have PC parallel port hardware. 44 tristate "PC-style hardware" 47 You should say Y here if you have a PC-style parallel port. All 48 IBM PC compatible computers and some Alphas have PC-style 87 tristate "Support for PCMCIA management for PC-style ports" 90 Say Y here if you need PCMCIA support for your PC-style parallel
|
/linux/drivers/eisa/ |
A D | eisa.ids | 19 ACE2010 "ACME PC Network" 412 DBI0801 "Digi PC/Xr - ISA" 413 DBI0901 "Digi PC/Xt - ISA" 418 DBI1001 "Digi PC/Xe - ISA" 500 DTI0000 "Evolution RISC PC" 627 ICU0300 "Gateway Ethertwist PC/PC-WS(National Chipset)" 643 ICU0400 "Tiara Lancard PC" 750 ICU1270 "SMC 4004-PC" 813 ISA8305 "IBM PC Network" 845 ISA8900 "SMC ARCNET PC" [all …]
|
/linux/tools/perf/arch/arm64/tests/ |
A D | regs_load.S | 9 #define PC (8 * 32) macro 44 str x30, [x0, #PC]
|