| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | sm4_ctr.c | 8 unsigned char ecount[SM4_BLOCK_SIZE]; member 15 memset(state->ecount, 0, SM4_BLOCK_SIZE); in rk_init_ctr() 69 state.ivec, state.ecount, in rk_sm4_ctr_encrypt()
|
| H A D | aes_ctr.c | 10 memset(state->ecount, 0, 16); in rk_init_ctr() 65 rk_crypto_ctr128_encrypt(in, out, length, &ks, state.ivec, state.ecount, &state.num); in rk_aes_ctr_encrypt()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | cxd2099.c | 33 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount); 553 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in read_data() argument 570 if (len > ecount || len < 2) { in read_data() 582 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in write_data() argument 589 write_reg(ci, 0x0d, ecount >> 8); in write_data() 590 write_reg(ci, 0x0e, ecount & 0xff); in write_data() 591 write_block(ci, 0x11, ebuf, ecount); in write_data() 594 return ecount; in write_data()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | dvb_ca_en50221.h | 72 int slot, u8 *ebuf, int ecount); 74 int slot, u8 *ebuf, int ecount);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | vpstate.c | 58 h->ecount = nvbios_rd08(b, h->offset + 0x5); in nvbios_vpstate_parse() 81 if (!e || !h || idx > h->ecount) in nvbios_vpstate_entry()
|
| H A D | power_budget.c | 95 budget->ecount = cnt; in nvbios_power_budget_header() 109 if (!bios || !budget || !budget->offset || idx >= budget->ecount in nvbios_power_budget_entry()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | power_budget.h | 18 u8 ecount; member
|
| H A D | vpstate.h | 9 u8 ecount; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | unwind_decoder.c | 392 unw_word t, ecount, label; in unw_decode_b3_x4() local 397 ecount = unw_decode_uleb128 (&dp); in unw_decode_b3_x4() 398 UNW_DEC_EPILOGUE(B3, t, ecount, arg); in unw_decode_b3_x4()
|
| H A D | unwind.c | 1026 desc_epilogue (unw_word t, unw_word ecount, struct unw_state_record *sr) in desc_epilogue() argument 1029 sr->epilogue_count = ecount + 1; in desc_epilogue()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | rk_minidump.c | 400 int rcount, ecount, seq = 0, rgno, entryno, ret; in rk_minidump_remove_region() local 426 ecount = minidump_table.num_regions; in rk_minidump_remove_region() 435 ((ecount - entryno - 1) * sizeof(struct md_region))); in rk_minidump_remove_region() 436 memset(&minidump_table.entry[ecount - 1], 0, sizeof(struct md_region)); in rk_minidump_remove_region()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | aes_core.h | 76 unsigned char ecount[AES_BLOCK_SIZE]; member
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-kvm.c | 630 u64 ecount, etime, max, min; in print_result() local 632 ecount = get_event_count(event, vcpu); in print_result() 639 pr_info("%10llu ", (unsigned long long)ecount); in print_result() 640 pr_info("%8.2f%% ", (double)ecount / kvm->total_count * 100); in print_result() 644 pr_info("%9.2fus ( +-%7.2f%% )", (double)etime / ecount / NSEC_PER_USEC, in print_result()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_ca_en50221.c | 188 u8 *ebuf, int ecount); 190 u8 *ebuf, int ecount); 632 u8 *ebuf, int ecount) in dvb_ca_en50221_read_data() argument 665 status = ca->pub->read_data(ca->pub, slot, buf, ecount); in dvb_ca_en50221_read_data() 713 if (bytes_read > ecount) { in dvb_ca_en50221_read_data()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | esp_scsi.c | 1327 int fifo_cnt, ecount, bytes_sent, flush_fifo; in esp_data_bytes_sent() local 1333 ecount = 0; in esp_data_bytes_sent() 1335 ecount = ((unsigned int)esp_read8(ESP_TCLOW) | in esp_data_bytes_sent() 1338 ecount |= ((unsigned int)esp_read8(FAS_RLO)) << 16; in esp_data_bytes_sent() 1340 ecount |= ((unsigned int)esp_read8(ESP_TCHI)) << 16; in esp_data_bytes_sent() 1344 bytes_sent -= ecount; in esp_data_bytes_sent()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 14575 int ecount = 0; in lpfc_sli4_hba_intr_handler() local 14618 ecount = lpfc_sli4_process_eq(phba, fpeq, LPFC_QUEUE_REARM); in lpfc_sli4_hba_intr_handler() 14620 if (unlikely(ecount == 0)) { in lpfc_sli4_hba_intr_handler()
|