| /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
|
| H A D | ppc_asm.h | 470 #define MTOCRF(FXM, RS) \ 472 mtcrf (FXM), RS; \ 474 mtocrf (FXM), RS; \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
| H A D | ppc_asm.h | 470 #define MTOCRF(FXM, RS) \ 472 mtcrf (FXM), RS; \ 474 mtocrf (FXM), RS; \
|
| /linux/certs/ |
| H A D | check-blacklist-hashes.awk | 14 RS = ","
|
| /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/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/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/arch/mips/ingenic/ |
| H A D | Kconfig | 27 bool "YLM RetroMini (RS-90)"
|
| /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/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"
|
| /linux/drivers/auxdisplay/ |
| H A D | Kconfig | 222 (E, RS, sometimes RW), and 4 or 8 for the data. Use 0 here for a 8 bits 242 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) " 246 This describes the number of the parallel port pin to which the LCD 'RS' 253 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
|
| /linux/Documentation/scsi/ |
| H A D | arcmsr_spec.rst | 15 2. Doorbell is used for RS-232 emulation 46 4. RS-232 emulation 183 RS-232 Interface for Areca Raid Controller
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-rve-gateway.dts | 267 MX8MN_IOMUXC_GPIO1_IO07_GPIO1_IO7 0x00000156 /* RS */
|
| /linux/arch/arm/boot/dts/nxp/vf/ |
| H A D | vf610-zii-scu4-aib.dts | 863 VF610_PAD_PTB25__UART1_RTS 0x21a2 /* Used as DE signal for the RS-485 transceiver */ 871 VF610_PAD_PTD2__UART2_RTS 0x21a2 /* Used as DE signal for the RS-485 transceiver */
|