Home
last modified time | relevance | path

Searched refs:SR0 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dmath_efp.c487 FP_DECL_S(SA0); FP_DECL_S(SB0); FP_DECL_S(SR0); in do_spe_mathemu()
532 FP_ADD_S(SR0, SA0, SB0); in do_spe_mathemu()
537 FP_SUB_S(SR0, SA0, SB0); in do_spe_mathemu()
542 FP_MUL_S(SR0, SA0, SB0); in do_spe_mathemu()
547 FP_DIV_S(SR0, SA0, SB0); in do_spe_mathemu()
630 FP_PACK_SP(vc.wp, SR0); in do_spe_mathemu()
/OK3568_Linux_fs/kernel/Documentation/parisc/
H A Dregisters.rst43 SR0 temporary space register
54 SR0 temporary space register
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1160 #define SR0 0 macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclinkmp.c313 #define SR0 0x22 macro
4284 while( info->tx_count && (read_reg(info,SR0) & BIT1) ) { in tx_load_fifo()