Home
last modified time | relevance | path

Searched refs:eom (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.1/drivers/platform/x86/intel/
Dsdsi.c151 u32 total, loop, eom, status, message_size; in sdsi_mbox_cmd_read() local
177 eom = FIELD_GET(CTRL_EOM, control); in sdsi_mbox_cmd_read()
187 if (!eom && packet_size != SDSI_SIZE_MAILBOX) { in sdsi_mbox_cmd_read()
204 } while (!eom && ++loop < MBOX_MAX_PACKETS); in sdsi_mbox_cmd_read()
211 if (!eom) { in sdsi_mbox_cmd_read()
/Linux-v6.1/drivers/crypto/ccp/
Dccp-dev-v3.c170 if (op->eom) in ccp_perform_aes()
197 if (op->eom) in ccp_perform_xts_aes()
220 if (op->eom) { in ccp_perform_sha()
288 if (op->eom) in ccp_perform_passthru()
Dccp-dev-v5.c160 #define CCP5_CMD_EOM(p) (CCP5_CMD_DW0(p).eom)
293 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_aes()
338 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_xts_aes()
380 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_sha()
395 if (op->eom) { in ccp5_perform_sha()
422 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_des3()
508 CCP5_CMD_EOM(&desc) = op->eom; in ccp5_perform_passthru()
Dccp-ops.c436 op.eom = 1; in ccp_copy_to_from_sb()
570 op.eom = 1; in ccp_run_aes_cmac_cmd()
793 op.eom = 0; in ccp_run_aes_gcm_cmd()
801 op.eom = 1; in ccp_run_aes_gcm_cmd()
862 op.eom = 1; in ccp_run_aes_gcm_cmd()
1038 op.eom = 1; in ccp_run_aes_cmd()
1248 op.eom = 1; in ccp_run_xts_aes_cmd()
1437 op.eom = 1; in ccp_run_des3_cmd()
1700 op.eom = 1; in ccp_run_sha_cmd()
1711 op.eom = 1; in ccp_run_sha_cmd()
[all …]
Dccp-dev.h540 u32 eom; member
584 unsigned int eom:1; /* AES/SHA only */ member
/Linux-v6.1/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst50 # tx-ignore-nack-until-eom ignore early NACKs until EOM
56 # <op>[,<mode>] tx-no-eom don't set the EOM bit
57 # <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon
115 0x9e tx-early-eom
197 ``tx-ignore-nack-until-eom``
208 ``<op>[,<mode>] tx-no-eom``
215 ``<op>[,<mode>] tx-early-eom``
/Linux-v6.1/drivers/net/ethernet/microsoft/mana/
Dhw_channel.h50 u32 eom : 1; member
/Linux-v6.1/drivers/char/pcmcia/
Dsynclink_cs.c828 static void rx_ready_hdlc(MGSLPC_INFO *info, int eom) in rx_ready_hdlc() argument
835 printk("%s(%d):rx_ready_hdlc(eom=%d)\n", __FILE__, __LINE__, eom); in rx_ready_hdlc()
849 if (eom) { in rx_ready_hdlc()
866 if (!fifo_count && eom) in rx_ready_hdlc()
881 if (eom) { in rx_ready_hdlc()