| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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 3260 {"evaddw", VX (4, 512), VX_MASK, PPCSPE, 0, {RS, RA, RB}}, 3263 {"evaddiw", VX (4, 514), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}}, 3265 {"evsubfw", VX (4, 516), VX_MASK, PPCSPE, 0, {RS, RA, RB}}, 3266 {"evsubw", VX (4, 516), VX_MASK, PPCSPE, 0, {RS, RB, RA}}, 3268 {"evsubifw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, UIMM, RB}}, 3269 {"evsubiw", VX (4, 518), VX_MASK, PPCSPE, 0, {RS, RB, UIMM}}, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A D | via-macii.c | 42 #define RS 0x200 /* skip between registers */ macro 44 #define A RS /* A-side data */ 45 #define DIRB (2*RS) /* B-side direction (1=output) */ 46 #define DIRA (3*RS) /* A-side direction (1=output) */ 47 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 48 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 49 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 50 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 51 #define T2CL (8*RS) /* Timer 2 ctr/latch (low 8 bits) */ 52 #define T2CH (9*RS) /* Timer 2 counter (high 8 bits) */ [all …]
|
| H A D | via-cuda.c | 36 #define RS 0x200 /* skip between registers */ macro 38 #define A RS /* A-side data */ 39 #define DIRB (2*RS) /* B-side direction (1=output) */ 40 #define DIRA (3*RS) /* A-side direction (1=output) */ 41 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 42 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 43 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 44 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 45 #define T2CL (8*RS) /* Timer 2 ctr/latch (low 8 bits) */ 46 #define T2CH (9*RS) /* Timer 2 counter (high 8 bits) */ [all …]
|
| H A D | via-pmu.c | 84 #define RS 0x200 /* skip between registers */ macro 86 #define A RS /* A-side data */ 87 #define DIRB (2*RS) /* B-side direction (1=output) */ 88 #define DIRA (3*RS) /* A-side direction (1=output) */ 89 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 90 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 91 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 92 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 93 #define T2CL (8*RS) /* Timer 2 ctr/latch (low 8 bits) */ 94 #define T2CH (9*RS) /* Timer 2 counter (high 8 bits) */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | time.c | 52 #define RS 0x200 /* skip between registers */ macro 53 #define T1CL (4*RS) /* Timer 1 ctr/latch (low 8 bits) */ 54 #define T1CH (5*RS) /* Timer 1 counter (high 8 bits) */ 55 #define T1LL (6*RS) /* Timer 1 latch (low 8 bits) */ 56 #define T1LH (7*RS) /* Timer 1 latch (high 8 bits) */ 57 #define ACR (11*RS) /* Auxiliary control register */ 58 #define IFR (13*RS) /* Interrupt flag register */
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-adc-max9611 | 6 common input voltage pin (RS+). In Ohms. 13 between RS+ and RS- voltage sense inputs. In Ohms. 17 current flowing between RS+ and RS- inputs.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | kirkwood-openrd.dtsi | 60 * SelRS232or485 selects between RS-232 or RS-485 63 * Low: RS-232 64 * High: RS-485
|
| /OK3568_Linux_fs/kernel/drivers/char/pcmcia/ |
| H A D | Kconfig | 15 selectable for RS-232, V.35, RS-449, RS-530, and X.21
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | pnd2_edac.c | 755 #define RS (0x80) /* rank */ macro 784 R(10), C(7), C(8), C(9), R(11), RS, R(12), R(13), R(14), 794 R(10), C(7), C(8), C(9), R(11), RS, R(12), R(13), R(14), 804 R(10), C(7), C(8), C(9), R(11), RS, R(12), R(13), R(14), 814 R(10), C(7), C(8), C(9), R(11), RS, C(11), R(12), R(13), 824 R(9), R(10), C(8), C(9), R(11), RS, R(12), R(13), R(14), 834 R(9), R(10), C(8), C(9), R(11), RS, R(12), R(13), R(14), 844 R(9), R(10), C(8), C(9), R(11), RS, R(12), R(13), R(14), 854 R(9), R(10), C(8), C(9), R(11), RS, C(11), R(12), R(13), 864 R(8), R(9), R(10), C(9), R(11), RS, R(12), R(13), R(14), [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | sr_RS@latin | 20 % Territory: RS 146 country_ab2 "RS" 148 country_post "RS"
|
| H A D | sr_RS | 20 % Territory: RS 238 country_ab2 "RS" 240 country_post "RS"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | sr_RS@latin | 20 % Territory: RS 146 country_ab2 "RS" 148 country_post "RS"
|
| H A D | sr_RS | 20 % Territory: RS 238 country_ab2 "RS" 240 country_post "RS"
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | fb_agm1264k-fl.c | 30 #define RS gpio.dc macro 205 gpiod_set_value(par->RS, 0); /* RS->0 (command mode) */ in write_reg8_bus8() 367 gpiod_set_value(par->RS, 1); /* RS->1 (data mode) */ in write_vmem() 390 gpiod_set_value(par->RS, 1); /* RS->1 (data mode) */ in write_vmem()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-property-terrestrial-systems.rst | 238 - :ref:`DTV_ATSCMH_RS_FRAME_MODE <DTV-ATSCMH-RS-FRAME-MODE>` 240 - :ref:`DTV_ATSCMH_RS_FRAME_ENSEMBLE <DTV-ATSCMH-RS-FRAME-ENSEMBLE>` 242 - :ref:`DTV_ATSCMH_RS_CODE_MODE_PRI <DTV-ATSCMH-RS-CODE-MODE-PRI>` 244 - :ref:`DTV_ATSCMH_RS_CODE_MODE_SEC <DTV-ATSCMH-RS-CODE-MODE-SEC>`
|
| H A D | fe_property_parameters.rst | 707 .. _DTV-ATSCMH-RS-FRAME-MODE: 714 Reed Solomon (RS) frame mode. 719 .. _DTV-ATSCMH-RS-FRAME-ENSEMBLE: 726 Reed Solomon(RS) frame ensemble. 731 .. _DTV-ATSCMH-RS-CODE-MODE-PRI: 738 Reed Solomon (RS) code mode (primary). 743 .. _DTV-ATSCMH-RS-CODE-MODE-SEC: 750 Reed Solomon (RS) code mode (secondary).
|
| /OK3568_Linux_fs/kernel/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))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvdial/ |
| H A D | typo_pon.wvdial.1.patch | 14 .RS
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5serialport/ |
| H A D | Config.in | 9 the control signals of the RS-232 pinouts.
|
| /OK3568_Linux_fs/buildroot/package/qt6/qt6serialport/ |
| H A D | Config.in | 9 the control signals of the RS-232 pinouts.
|
| /OK3568_Linux_fs/buildroot/board/csky/gx6605s/ |
| H A D | gdbinit | 5 # 0-1:MP,2:IE,3:DE,4:WB,5:RS,6:Z,7:BE
|