/linux/drivers/crypto/ccp/ |
H A D | platform-access.c | 30 static int wait_cmd(u32 __iomem *cmd) in wait_cmd() function 87 if (wait_cmd(cmd)) { in psp_send_platform_access_msg() 109 if (wait_cmd(cmd)) { in psp_send_platform_access_msg() 164 if (wait_cmd(cmd)) { in psp_ring_platform_doorbell() 173 if (wait_cmd(cmd)) { in psp_ring_platform_doorbell()
|
/linux/drivers/net/ethernet/i825xx/ |
H A D | 82596.c | 426 static inline int wait_cmd(struct net_device *dev, struct i596_private *lp, int delcnt, char *str) in wait_cmd() function 723 if (wait_cmd(dev,lp,1000,"timed out waiting to issue RX_START")) { in init_i596_mem() 733 if (wait_cmd(dev,lp,1000,"RX_START not processed")) in init_i596_mem() 905 wait_cmd(dev,lp,100,"i596_cleanup_cmd timed out"); in i596_cleanup_cmd() 918 wait_cmd(dev,lp,100,"i596_reset timed out"); in i596_reset() 926 wait_cmd(dev,lp,1000,"i596_reset 2 timed out"); in i596_reset() 955 wait_cmd(dev,lp,100,"i596_add_cmd timed out"); in i596_add_cmd() 1255 wait_cmd(dev,lp,100,"i596 interrupt, timeout"); in i596_interrupt() 1360 wait_cmd(dev,lp,100,"i596 interrupt, timeout"); in i596_interrupt() 1400 wait_cmd(dev,lp,100,"close1 timed out"); in i596_close() [all …]
|
H A D | lib82596.c | 415 static inline int wait_cmd(struct net_device *dev, struct i596_dma *dma, int delcnt, char *str) in wait_cmd() function 648 if (wait_cmd(dev, dma, 1000, "timed out waiting to issue RX_START")) { in init_i596_mem() 660 if (wait_cmd(dev, dma, 1000, "RX_START not processed")) in init_i596_mem() 860 wait_cmd(dev, lp->dma, 100, "i596_cleanup_cmd timed out"); in i596_cleanup_cmd() 874 wait_cmd(dev, lp->dma, 100, "i596_reset timed out"); in i596_reset() 884 wait_cmd(dev, lp->dma, 1000, "i596_reset 2 timed out"); in i596_reset() 918 wait_cmd(dev, dma, 100, "i596_add_cmd timed out"); in i596_add_cmd() 1139 wait_cmd(dev, dma, 100, "i596 interrupt, timeout"); in i596_interrupt() 1296 wait_cmd(dev, dma, 100, "i596 interrupt, timeout"); in i596_interrupt() 1306 wait_cmd(dev, dma, 100, "i596 interrupt, exit timeout"); in i596_interrupt() [all …]
|
/linux/drivers/crypto/caam/ |
H A D | caamalg_desc.c | 507 u32 *wait_cmd; in cnstr_shdsc_aead_givencap() local 608 wait_cmd = append_jump(desc, JUMP_JSL | JUMP_TEST_ALL | JUMP_COND_NIFP); in cnstr_shdsc_aead_givencap() 609 set_jump_tgt_here(desc, wait_cmd); in cnstr_shdsc_aead_givencap() 1245 u32 *key_jump_cmd, *wait_cmd; in cnstr_shdsc_chachapoly() local 1324 wait_cmd = append_jump(desc, JUMP_JSL | JUMP_TYPE_LOCAL | in cnstr_shdsc_chachapoly() 1326 set_jump_tgt_here(desc, wait_cmd); in cnstr_shdsc_chachapoly()
|
/linux/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 2445 wait_cmd: in mxt_read_diagnostic_debug() 2458 goto wait_cmd; in mxt_read_diagnostic_debug()
|
/linux/drivers/media/dvb-frontends/ |
H A D | drxk_hard.c | 988 u16 wait_cmd; in hi_command() local 994 &wait_cmd); in hi_command() 995 } while ((status < 0 || wait_cmd) && (retry_count < DRXK_MAX_RETRIES)); in hi_command()
|
/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drxj.c | 2270 u16 wait_cmd = 0; in hi_command() local 2346 rc = drxj_dap_read_reg16(dev_addr, SIO_HI_RA_RAM_CMD__A, &wait_cmd, 0); in hi_command() 2351 } while (wait_cmd != 0); in hi_command()
|