Home
last modified time | relevance | path

Searched refs:REG0 (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_desc.c81 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()
465 append_math_add(desc, VARSEQINLEN, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_decap()
466 append_math_add(desc, VARSEQOUTLEN, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_decap()
595 append_math_add(desc, VARSEQOUTLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_givencap()
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()
709 append_math_sub(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_S in cnstr_shdsc_gcm_encap()
[all...]
H A Dcaamhash_desc.c68 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()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_desc.c81 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()
465 append_math_add(desc, VARSEQINLEN, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_decap()
466 append_math_add(desc, VARSEQOUTLEN, SEQOUTLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_decap()
595 append_math_add(desc, VARSEQOUTLEN, SEQINLEN, REG0, CAAM_CMD_SZ); in cnstr_shdsc_aead_givencap()
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()
709 append_math_sub(desc, VARSEQINLEN, SEQINLEN, REG0, CAAM_CMD_S in cnstr_shdsc_gcm_encap()
[all...]
H A Dcaamhash_desc.c68 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()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dqlogicfas408.c85 REG0; in ql_zap()
221 REG0; in ql_icmd()
234 REG0; in ql_icmd()
316 REG0; in ql_pcmd()
324 REG0; in ql_pcmd()
406 REG0; in ql_ihandl()
546 REG0; in qlogicfas408_setup()
559 REG0; in qlogicfas408_setup()
H A Dqlogicfas408.h91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd )) macro
/kernel/linux/linux-6.6/drivers/scsi/
H A Dqlogicfas408.c89 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()
H A Dqlogicfas408.h91 #define REG0 ( outb( inb( qbase + 0xd ) & 0x7f , qbase + 0xd ), outb( 4 , qbase + 0xd )) macro
/kernel/linux/linux-5.10/sound/sparc/
H A Ddbri.c240 #define REG0 0x00 /* Status and Control */ macro
646 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) { in dbri_cmdwait()
724 tmp = sbus_readl(dbri->regs + REG0); in dbri_cmdsend()
726 sbus_writel(tmp, dbri->regs + REG0); in dbri_cmdsend()
739 sbus_readl(dbri->regs + REG0), in dbri_reset()
743 sbus_writel(D_R, dbri->regs + REG0); /* Soft Reset */ in dbri_reset()
744 for (i = 0; (sbus_readl(dbri->regs + REG0) & D_R) && i < 64; i++) in dbri_reset()
749 tmp = sbus_readl(dbri->regs + REG0); in dbri_reset()
752 sbus_writel(tmp, dbri->regs + REG0); in dbri_reset()
1447 tmp = sbus_readl(dbri->regs + REG0); in cs4215_open()
[all...]
/kernel/linux/linux-6.6/sound/sparc/
H A Ddbri.c239 #define REG0 0x00 /* Status and Control */ macro
645 while ((--maxloops) > 0 && (sbus_readl(dbri->regs + REG0) & D_P)) { in dbri_cmdwait()
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()
742 sbus_writel(D_R, dbri->regs + REG0); /* Soft Reset */ in dbri_reset()
743 for (i = 0; (sbus_readl(dbri->regs + REG0) & D_R) && i < 64; i++) 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()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c124 #define REG0(x) (outb(C4_IMG, (x) + CONFIG4)) macro
214 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */ in chip_init()
228 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */ in SYM53C500_int_host_reset()
362 REG0(port_base); in SYM53C500_intr()
425 REG0(port_base); in SYM53C500_intr()
444 REG0(port_base); in SYM53C500_intr()
565 REG0(port_base); in SYM53C500_queue_lck()
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c124 #define REG0(x) (outb(C4_IMG, (x) + CONFIG4)) macro
220 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */ in chip_init()
234 outb(C4_IMG, io_port + CONFIG4); /* REG0(io_port); */ in SYM53C500_int_host_reset()
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()
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/
H A Daic94xx_dump.c342 PRINT_MIS_word(asd_ha, REG0); in asd_dump_cseq_state()
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/
H A Daic94xx_dump.c342 PRINT_MIS_word(asd_ha, REG0); in asd_dump_cseq_state()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2119 "REG0 == 0x%x ACCUM = 0x%x\n", in ahd_handle_seqint()
2121 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM)); in ahd_handle_seqint()
9867 printk("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n", in ahd_dump_card_state()
9868 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX), in ahd_dump_card_state()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2118 "REG0 == 0x%x ACCUM = 0x%x\n", in ahd_handle_seqint()
2120 ahd_inw(ahd, REG0), ahd_inb(ahd, ACCUM)); in ahd_handle_seqint()
9862 printk("%s: REG0 == 0x%x, SINDEX = 0x%x, DINDEX = 0x%x\n", in ahd_dump_card_state()
9863 ahd_name(ahd), ahd_inw(ahd, REG0), ahd_inw(ahd, SINDEX), in ahd_dump_card_state()

Completed in 39 milliseconds