Searched refs:iopad (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/arm/mach-mmp/ |
D | ttc_dkb.c | 184 #define CFG_IOPADMODE(iopad) (iopad) /* 0x0 ~ 0xd */ argument
|
/linux-5.19.10/drivers/video/fbdev/ |
D | pxa168fb.h | 399 #define CFG_IOPADMODE(iopad) (iopad) argument
|
/linux-5.19.10/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 631 #define CFG_IOPADMODE(iopad) (iopad) argument
|
/linux-5.19.10/drivers/crypto/chelsio/ |
D | chcr_algo.c | 306 char *iopad, char *result_hash, in chcr_compute_partial_hash() argument 316 crypto_shash_update(desc, iopad, SHA1_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 321 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 327 crypto_shash_update(desc, iopad, SHA256_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 333 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?: in chcr_compute_partial_hash() 339 crypto_shash_update(desc, iopad, SHA512_BLOCK_SIZE) ?: in chcr_compute_partial_hash()
|