Home
last modified time | relevance | path

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

/u-boot/drivers/crypto/nuvoton/
A Dnpcm_aes.c23 static int second_timeout(u32 *addr, u32 bitmask, u32 bitpol) in second_timeout() function
99 if (second_timeout(&regs->aes_busy, AES_BUSY_BIT, AES_BUSY_BIT)) in npcm_aes_init()
193 second_timeout(&regs->aes_fifo_status, DIN_FIFO_EMPTY, 0); in npcm_aes_feed()
201 second_timeout(&regs->aes_fifo_status, DIN_FIFO_FULL, DIN_FIFO_FULL); in npcm_aes_feed()
208 second_timeout(&regs->aes_fifo_status, DOUT_FIFO_EMPTY, DOUT_FIFO_EMPTY); in npcm_aes_feed()
218 second_timeout(&regs->aes_fifo_status, DOUT_FIFO_FULL, 0); in npcm_aes_feed()
224 second_timeout(&regs->aes_fifo_status, DOUT_FIFO_FULL, 0); in npcm_aes_feed()
230 second_timeout(&regs->aes_fifo_status, DOUT_FIFO_FULL, 0); in npcm_aes_feed()

Completed in 7 milliseconds