| /kernel/linux/linux-5.10/drivers/pinctrl/freescale/ |
| D | pinctrl-imx1.c | 17 #define PC 2 macro 77 MX1_PAD_SSI_RXFS = PAD_ID(PC, 3), 78 MX1_PAD_SSI_RXCLK = PAD_ID(PC, 4), 79 MX1_PAD_SSI_RXDAT = PAD_ID(PC, 5), 80 MX1_PAD_SSI_TXDAT = PAD_ID(PC, 6), 81 MX1_PAD_SSI_TXFS = PAD_ID(PC, 7), 82 MX1_PAD_SSI_TXCLK = PAD_ID(PC, 8), 83 MX1_PAD_UART1_CTS = PAD_ID(PC, 9), 84 MX1_PAD_UART1_RTS = PAD_ID(PC, 10), 85 MX1_PAD_UART1_TXD = PAD_ID(PC, 11), [all …]
|
| D | pinctrl-imx21.c | 17 #define PC 2 macro 78 MX21_PAD_USBG_SDA = PAD_ID(PC, 5), 79 MX21_PAD_USBG_SCL = PAD_ID(PC, 6), 80 MX21_PAD_USBG_ON = PAD_ID(PC, 7), 81 MX21_PAD_USBG_FS = PAD_ID(PC, 8), 82 MX21_PAD_USBG_OE = PAD_ID(PC, 9), 83 MX21_PAD_USBG_TXDM = PAD_ID(PC, 10), 84 MX21_PAD_USBG_TXDP = PAD_ID(PC, 11), 85 MX21_PAD_USBG_RXDM = PAD_ID(PC, 12), 86 MX21_PAD_USBG_RXDP = PAD_ID(PC, 13), [all …]
|
| 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), 91 MX27_PAD_USBOTG_DATA5 = PAD_ID(PC, 7), 92 MX27_PAD_USBOTG_DATA6 = PAD_ID(PC, 8), 93 MX27_PAD_USBOTG_DATA0 = PAD_ID(PC, 9), 94 MX27_PAD_USBOTG_DATA2 = PAD_ID(PC, 10), 95 MX27_PAD_USBOTG_DATA1 = PAD_ID(PC, 11), 96 MX27_PAD_USBOTG_DATA4 = PAD_ID(PC, 12), 97 MX27_PAD_USBOTG_DATA3 = PAD_ID(PC, 13), [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
| 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 225 gl860 05e3:0503 Genesys Logic PC Camera 226 gl860 05e3:f191 Genesys Logic PC Camera 230 topro 06a2:0003 TP6800 PC Camera, CmoX CX0342 webcam 251 spca505 0733:0430 Intel PC Camera Pro 297 pac7311 093a:260e Gigaware VGA PC Camera, Trust WB-3350p, SIGMA cam 2350 322 zc3xx 0ac8:307b PC Camera (ZS0211) 334 sonixb 0c45:6011 Microdia PC Camera (SN9C102) [all …]
|
| /kernel/linux/linux-5.10/arch/mips/loongson2ef/ |
| 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.
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| 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. 69 available on any packet radio box where PC/FlexNet can be found. The name of 72 with PC/FlexNet. Please do not ask me about the internals of this file as I [all …]
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| 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);}
|
| /kernel/linux/linux-5.10/arch/arm/kernel/ |
| D | unwind.c | 76 PC = 15 enumerator 343 if (ctrl->vrs[PC] == 0) in unwind_exec_insn() 344 ctrl->vrs[PC] = ctrl->vrs[LR]; in unwind_exec_insn() 369 ctrl->vrs[FP], ctrl->vrs[SP], ctrl->vrs[LR], ctrl->vrs[PC]); in unwind_exec_insn() 404 ctrl.vrs[PC] = 0; in unwind_frame() 447 if (ctrl.vrs[PC] == 0) in unwind_frame() 448 ctrl.vrs[PC] = ctrl.vrs[LR]; in unwind_frame() 451 if (frame->pc == ctrl.vrs[PC] && frame->sp == ctrl.vrs[SP]) in unwind_frame() 457 frame->pc = ctrl.vrs[PC]; in unwind_frame()
|
| D | entry-armv.S | 234 @ Correct the PC such that it is pointing at the instruction 236 @ the PC will be pointing at the next instruction, and have to 237 @ subtract 4. Otherwise, it is Thumb, and the PC will be 257 mov r1, #4 @ PC correction to apply 259 THUMB( movne r1, #2 ) @ if so, fix up PC correction 508 add r2, r2, #2 @ r2 is PC + 2, make it PC + 4 995 * Enter in IRQ mode, spsr = SVC/USR CPSR, lr = SVC/USR PC 1008 @ Save r0, lr_<exception> (parent PC) 1041 @ Save r0, lr_<exception> (parent PC) 1059 @ Save r0, lr_<exception> (parent PC)
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| 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 121 In order to use the DecTalk PC driver, you must download 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 [all …]
|
| /kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
| D | prt_hw_exc.S | 47 OS_NORMAL_PUSH_SP_AUTO = 32 @auto save 8 normal R registers(xPSR, PC, LR, R12,R0~R3),8*4 238 ADD R3, R13, #OS_NORMAL_PUSH_SP_AUTO @ xPSR, PC, LR, R12,R0~R3 hardware save,8*4 bytes 241 ADD R3, R13, #OS_FPU_PUSH_SP_AUTO @ xPSR, PC, LR, R12,R0~R3 and float register hardware save 253 …SUB R13, #OS_NORMAL_PUSH_SP_AUTO @ first add 8*4 Bytes Revs (for Reg. STMFD xPSR, PC, LR,… 257 ADD R12, R3, #OS_NORMAL_PUSH_SP_AUTO @ xPSR, PC, LR, R12,R0~R3 hardware save,8*4 bytes 260 …ADD R12, R3, #OS_FPU_PUSH_SP_AUTO @ xPSR, PC, LR, R12,R0~R3 and float register hardware sa… 268 @ copy auto saved task register(xPSR, PC, LR, R12,R0~R3)from psp stack 269 …LDMFD R3, {R4-R11} @ R4-R11 store PSP reg(auto push xPSR, PC, LR, R12,R0~R3 whe…
|
| /kernel/liteos_a/arch/arm/arm/src/ |
| D | los_hw.c | 81 taskContext->PC = (UINTPTR)OsTaskEntrySetupLoopFrame; in OsTaskStackInit() 83 taskContext->PC = (UINTPTR)OsTaskEntry; in OsTaskStackInit() 138 context->PC = (UINTPTR)taskEntry; in OsUserTaskStackInit() 145 newSp->PC = sigHandler; in OsInitSignalContext()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| 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";
|
| 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";
|
| /kernel/linux/linux-5.10/drivers/char/pcmcia/ |
| 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
|
| /kernel/linux/linux-5.10/arch/arm/nwfpe/ |
| 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.
|
| D | entry.S | 71 ldr r5, [sp, #S_PC] @ get contents of PC; 89 @ increment PC 97 str r5, [sp, #S_PC] @ update PC copy in regs
|
| /kernel/linux/linux-5.10/Documentation/sound/hd-audio/ |
| 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
|
| /kernel/linux/linux-5.10/arch/arm/lib/ |
| 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
|
| /kernel/linux/linux-5.10/arch/m68k/ifpsp060/ |
| 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 *
|
| /kernel/linux/linux-5.10/arch/m68k/q40/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/appletalk/ |
| 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" 70 DL2000/ Daynatalk/PC (half length), COPS LT-95, Farallon PhoneNET PC 71 III, Farallon PhoneNET PC II).
|
| /kernel/linux/linux-5.10/Documentation/watchdog/ |
| 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
|
| /kernel/linux/linux-5.10/tools/perf/arch/arm64/tests/ |
| D | regs_load.S | 9 #define PC (8 * 32) macro 44 str x30, [x0, #PC]
|
| /kernel/linux/linux-5.10/tools/perf/arch/arm/tests/ |
| D | regs_load.S | 19 #define PC 0x78 macro 56 str lr, [r0, #PC] // store pc as lr in order to skip the call
|