Searched refs:dataout (Results 1 – 2 of 2) sorted by relevance
330 dataout[idx] = datain[i] & 0x0f; in npcm_otp_nibble_parity_ecc_encode()331 dataout[idx] |= (E0 ^ E1) << 4; in npcm_otp_nibble_parity_ecc_encode()332 dataout[idx] |= (E2 ^ E3) << 5; in npcm_otp_nibble_parity_ecc_encode()333 dataout[idx] |= (E0 ^ E2) << 6; in npcm_otp_nibble_parity_ecc_encode()334 dataout[idx] |= (E1 ^ E3) << 7; in npcm_otp_nibble_parity_ecc_encode()343 dataout[idx] |= (E0 ^ E1) << 4; in npcm_otp_nibble_parity_ecc_encode()344 dataout[idx] |= (E2 ^ E3) << 5; in npcm_otp_nibble_parity_ecc_encode()345 dataout[idx] |= (E0 ^ E2) << 6; in npcm_otp_nibble_parity_ecc_encode()346 dataout[idx] |= (E1 ^ E3) << 7; in npcm_otp_nibble_parity_ecc_encode()375 dataout[byte] |= (1 << bit); in npcm_otp_majority_rule_ecc_encode()[all …]
163 static void npcm_aes_feed(u32 num_aes_blocks, u32 *datain, u32 *dataout) in npcm_aes_feed() argument211 npcm_aes_read(dataout); in npcm_aes_feed()212 dataout += aes_datablk; in npcm_aes_feed()221 npcm_aes_read(dataout); in npcm_aes_feed()222 dataout += aes_datablk; in npcm_aes_feed()227 npcm_aes_read(dataout); in npcm_aes_feed()228 dataout += aes_datablk; in npcm_aes_feed()233 npcm_aes_read(dataout); in npcm_aes_feed()234 dataout += aes_datablk; in npcm_aes_feed()
Completed in 16 milliseconds