Lines Matching full:hw
105 * via the DLM (Data Local Memory) bus while HW module is computing in it8xxx2_sha256_module_calculation()
114 * HW 64 bytes data calculation ~= 4us; in it8xxx2_sha256_module_calculation()
115 * HW 1024 bytes data calculation ~= 66us. in it8xxx2_sha256_module_calculation()
135 LOG_ERR("HW execute sha256 calculation timeout"); in it8xxx2_sha256_module_calculation()
167 /* HW automatically load 1KB data from DLM */ in it8xxx2_hash_handler()
183 * If fill full 64byte then execute HW calculation. in it8xxx2_hash_handler()
187 /* HW automatically load 64Bytes data from DLM */ in it8xxx2_hash_handler()
213 * If the data index >= 56, it needs to trigger HW to calculate, in it8xxx2_hash_handler()
217 /* HW automatically load 64Bytes data from DLM */ in it8xxx2_hash_handler()
236 /* HW automatically load 64Bytes data from DLM */ in it8xxx2_hash_handler()
244 /* HW write back the hash result to DLM */ in it8xxx2_hash_handler()
257 /* HW write back the hash result to DLM ~= 1us */ in it8xxx2_hash_handler()
277 LOG_ERR("HW write back hash timeout"); in it8xxx2_hash_handler()