| /linux/arch/mips/mm/ |
| H A D | uasm-mips.c | 51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM}, 52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD}, 53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD}, 54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM}, 55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 59 [insn_bgez] = {M(bcond_op, 0, bgez_op, 0, 0, 0), RS | BIMM}, 60 [insn_bgezl] = {M(bcond_op, 0, bgezl_op, 0, 0, 0), RS | BIMM}, [all …]
|
| H A D | uasm-micromips.c | 43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD}, 44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM}, 45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD}, 46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM}, 47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 49 [insn_bgez] = {M(mm_pool32i_op, mm_bgez_op, 0, 0, 0, 0), RS | BIMM}, 51 [insn_bltz] = {M(mm_pool32i_op, mm_bltz_op, 0, 0, 0, 0), RS | BIMM}, 53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM}, 54 [insn_cache] = {M(mm_pool32b_op, 0, 0, mm_cache_func, 0, 0), RT | RS | SIMM}, 55 [insn_cfc1] = {M(mm_pool32f_op, 0, 0, 0, mm_cfc1_op, mm_32f_73_op), RT | RS}, [all …]
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 565 #define RS RC + 1 macro 566 #define RT RS 568 #define RD RS 573 #define RSQ RS + 1 3259 {"evaddw", VX (4, 512), VX_MASK, PPCSPE, 0, {RS, RA, RB}}, 3262 {"evaddiw", VX (4, 514), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}}, 3264 {"evsubfw", VX (4, 516), VX_MASK, PPCSPE, 0, {RS, RA, RB}}, 3265 {"evsubw", VX (4, 516), VX_MASK, PPCSPE, 0, {RS, RB, RA}}, 3267 {"evsubifw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, UIMM, RB}}, 3268 {"evsubiw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}}, [all …]
|
| /linux/drivers/macintosh/ |
| H A D | via-macii.c | 40 #define RS 0x200 /* skip between registers */ macro 42 #define A RS /* A-side data */ 43 #define DIRB (2*RS) /* B-side direction (1=output) */ 44 #define DIRA (3*RS) /* A-side direction (1=output) */ 45 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 46 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 47 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 48 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 49 #define T2CL (8*RS) /* Timer 2 ctr/latch (low 8 bits) */ 50 #define T2CH (9*RS) /* Timer 2 counter (high 8 bits) */ [all …]
|
| H A D | via-cuda.c | 39 #define RS 0x200 /* skip between registers */ macro 41 #define A RS /* A-side data */ 42 #define DIRB (2*RS) /* B-side direction (1=output) */ 43 #define DIRA (3*RS) /* A-side direction (1=output) */ 44 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 45 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 46 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 47 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 48 #define T2CL (8*RS) /* Timer 2 ctr/latch (low 8 bits) */ 49 #define T2CH (9*RS) /* Timer 2 counter (high 8 bits) */ [all …]
|
| H A D | via-pmu.c | 83 #define RS 0x200 /* skip between registers */ macro 85 #define A RS /* A-side data */ 86 #define DIRB (2*RS) /* B-side direction (1=output) */ 87 #define DIRA (3*RS) /* A-side direction (1=output) */ 88 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 89 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 90 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 91 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 92 #define T2CL (8*RS) /* Timer 2 ctr/latch (low 8 bits) */ 93 #define T2CH (9*RS) /* Timer 2 counter (high 8 bits) */ [all …]
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-openrd.dtsi | 60 * SelRS232or485 selects between RS-232 or RS-485 63 * Low: RS-232 64 * High: RS-485
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_agm1264k-fl.c | 30 #define RS gpio.dc macro 192 gpiod_set_value(par->RS, 0); /* RS->0 (command mode) */ in write_reg8_bus8() 355 gpiod_set_value(par->RS, 1); /* RS->1 (data mode) */ in write_vmem() 378 gpiod_set_value(par->RS, 1); /* RS->1 (data mode) */ in write_vmem()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | apq8016-schneider-hmibsc.dts | 423 * operation (RS-232/485/422) controlled via GPIOs configured 428 * 0 1 RS-232 429 * 1 0 RS-485 430 * 1 1 RS-422 432 * The default mode configured here is RS-232 mode.
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | ethtool-fec.sh | 83 $ETHTOOL --set-fec $NSIM_NETDEV encoding auto RS 105 $ETHTOOL --set-fec $NSIM_NETDEV encoding RS 2>/dev/null
|
| /linux/certs/ |
| H A D | check-blacklist-hashes.awk | 14 RS = ","
|
| /linux/lib/raid6/ |
| H A D | s390vx.uc | 59 q = dptr[z0 + 2]; /* RS syndrome */ 89 q = dptr[disks - 1]; /* RS syndrome */
|
| H A D | int.uc | 85 q = dptr[z0+2]; /* RS syndrome */ 114 q = dptr[disks-1]; /* RS syndrome */
|
| H A D | neon.uc | 68 q = dptr[z0+2]; /* RS syndrome */ 99 q = dptr[disks-1]; /* RS syndrome */
|
| /linux/arch/m68k/fpsp040/ |
| H A D | stan.S | 236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3)) 241 faddx %fp2,%fp0 | ...R+RS(P1+S(P2+SP3)) 274 fmulx %fp1,%fp2 | ...RS(P1+S(P2+SP3)) 279 faddx %fp2,%fp1 | ...R+RS(P1+S(P2+SP3))
|
| /linux/drivers/usb/serial/ |
| H A D | Kconfig | 419 - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub 420 - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with 424 - UPort 1410 : 4 Port RS-232 USB to Serial Hub 425 - UPort 1450 : 4 Port RS-232/422/485 USB to Serial Hub 426 - UPort 1450I : 4 Port RS-232/422/485 USB to Serial Hub with 430 - UPort 1610-8 : 8 Port RS-232 USB to Serial Hub 431 - UPort 1650-8 : 8 Port RS-232/422/485 USB to Serial Hub 434 - UPort 1610-16 : 16 Port RS-232 USB to Serial Hub 435 - UPort 1650-16 : 16 Port RS-232/422/485 USB to Serial Hub
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 94 /* Rear RS-232 connector */ 102 /* RS-232 connector on header */ 125 /* BMC "debug" (console) UART; connected to RS-232 connector
|
| H A D | aspeed-bmc-tyan-s7106.dts | 94 /* Rear RS-232 connector */ 102 /* RS-232 connector on header */ 125 /* BMC "debug" (console) UART; connected to RS-232 connector
|
| /linux/arch/mips/ingenic/ |
| H A D | Kconfig | 27 bool "YLM RetroMini (RS-90)"
|
| /linux/Documentation/driver-api/serial/ |
| H A D | serial-rs485.rst | 8 EIA-485, also known as TIA/EIA-485 or RS-485, is a standard defining the 110 The Linux kernel provides addressing mode for multipoint RS-485 serial
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx93-phyboard-nash.dts | 198 /* RS-232/RS-485 */
|
| /linux/drivers/mtd/nand/ |
| H A D | Kconfig | 27 more strength correction and in this case BCH or RS will be
|
| /linux/Documentation/usb/ |
| H A D | linux-cdc-acm.inf | 107 SERVICE = "USB RS-232 Emulation Driver"
|