Home
last modified time | relevance | path

Searched defs:w (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/drivers/st/crypto/
Dstm32_saes.c602 unsigned int w; /* Word index */ in stm32_saes_update_assodata() local
683 unsigned int w; /* Word index */ in stm32_saes_update_load() local
859 unsigned int w; /* Word index */ in stm32_saes_update() local
/trusted-firmware-a-latest/include/drivers/nxp/sd/
Dsd_mmc.h91 #define ESDHC_WML_RD_WML(w) ((w) & 0x7F) argument
92 #define ESDHC_WML_WR_WML(w) (((w) & 0x7F) << 16) argument
93 #define ESDHC_WML_RD_BRST(w) (((w) & 0xF) << 8) argument
94 #define ESDHC_WML_WR_BRST(w) (((w) & 0xF) << 24) argument
/trusted-firmware-a-latest/lib/zlib/
Dcrc32.c528 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { in braid()