Searched refs:REG0 (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamalg_desc.c | 81 append_math_sub(desc, REG3, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_encap() 164 append_math_sub(desc, REG2, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_null_decap() 348 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_encap() 349 append_math_add(desc, VARSEQOUTLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_encap() 602 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_givencap() 675 append_math_sub(desc, VARSEQOUTLEN, SEQINLEN, REG0, in cnstr_shdsc_gcm_encap() 1099 append_math_sub(desc, REG3, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_rfc4543_encap() 1182 append_math_sub(desc, REG3, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_rfc4543_decap() 1331 append_math_add(desc, VARSEQOUTLEN, SEQINLEN, REG0, in cnstr_shdsc_chachapoly() 1340 append_math_add(desc, VARSEQINLEN, SEQOUTLEN, REG0, in cnstr_shdsc_chachapoly() [all …]
|
A D | caamhash_desc.c | 68 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_ahash() 123 append_math_add(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_sk_hash()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | qlogicfas408.c | 89 REG0; in ql_zap() 226 REG0; in ql_icmd() 239 REG0; in ql_icmd() 323 REG0; in ql_pcmd() 332 REG0; in ql_pcmd() 431 REG0; in ql_ihandl() 573 REG0; in qlogicfas408_setup() 586 REG0; in qlogicfas408_setup()
|
A D | qlogicfas408.h | 91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd )) macro
|
/linux-6.3-rc2/sound/sparc/ |
A D | dbri.c | 723 tmp = sbus_readl(dbri->regs + REG0); in dbri_cmdsend() 725 sbus_writel(tmp, dbri->regs + REG0); in dbri_cmdsend() 738 sbus_readl(dbri->regs + REG0), in dbri_reset() 748 tmp = sbus_readl(dbri->regs + REG0); in dbri_reset() 751 sbus_writel(tmp, dbri->regs + REG0); in dbri_reset() 1446 tmp = sbus_readl(dbri->regs + REG0); in cs4215_open() 1448 sbus_writel(tmp, dbri->regs + REG0); in cs4215_open() 1470 tmp = sbus_readl(dbri->regs + REG0); in cs4215_open() 1472 sbus_writel(tmp, dbri->regs + REG0); in cs4215_open() 1523 tmp = sbus_readl(dbri->regs + REG0); in cs4215_setctrl() [all …]
|
/linux-6.3-rc2/drivers/scsi/pcmcia/ |
A D | sym53c500_cs.c | 124 #define REG0(x) (outb(C4_IMG, (x) + CONFIG4)) macro 369 REG0(port_base); in SYM53C500_intr() 432 REG0(port_base); in SYM53C500_intr() 451 REG0(port_base); in SYM53C500_intr() 571 REG0(port_base); in SYM53C500_queue_lck()
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/ |
A D | aic79xx.seq | 332 bmov REG0, SCBPTR, 2; 348 bmov DINDIR, REG0, 2; 405 bmov SCB_NEXT2, REG0, 2; 757 bmov REG0, SCB_NEXT, 2; 1100 bmov REG0, SINDIR, 2; 1104 bmov SCBPTR, REG0, 2; 1274 bmov REG0, SCBPTR, 2; 1301 bmov REG0, SCBPTR, 2; 1304 bmov DINDIR, REG0, 2; 1305 bmov SCBPTR, REG0, 2; [all …]
|
A D | aic79xx_reg.h_shipped | 1278 #define REG0 0xa0
|
A D | aic79xx_core.c | 2120 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM)); in ahd_handle_seqint() 9863 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX), in ahd_dump_card_state()
|
A D | aic79xx.reg | 3675 REG0 {
|
/linux-6.3-rc2/drivers/scsi/aic94xx/ |
A D | aic94xx_dump.c | 342 PRINT_MIS_word(asd_ha, REG0); in asd_dump_cseq_state()
|
Completed in 77 milliseconds