Home
last modified time | relevance | path

Searched refs:sec_count (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gfx_v9_4.c698 uint32_t sec_count, ded_count; in gfx_v9_4_query_utc_edc_status() local
716 sec_count = REG_GET_FIELD(data, VML2_MEM_ECC_CNTL, SEC_COUNT); in gfx_v9_4_query_utc_edc_status()
717 if (sec_count) { in gfx_v9_4_query_utc_edc_status()
719 vml2_mems[i], sec_count); in gfx_v9_4_query_utc_edc_status()
720 err_data->ce_count += sec_count; in gfx_v9_4_query_utc_edc_status()
735 sec_count = REG_GET_FIELD(data, VML2_WALKER_MEM_ECC_CNTL, in gfx_v9_4_query_utc_edc_status()
737 if (sec_count) { in gfx_v9_4_query_utc_edc_status()
739 vml2_walker_mems[i], sec_count); in gfx_v9_4_query_utc_edc_status()
740 err_data->ce_count += sec_count; in gfx_v9_4_query_utc_edc_status()
756 sec_count = REG_GET_FIELD(data, UTCL2_MEM_ECC_CNTL, SEC_COUNT); in gfx_v9_4_query_utc_edc_status()
[all …]
H A Damdgpu_mmhub_v1_0.c699 uint32_t value, uint32_t *sec_count, uint32_t *ded_count) in mmhub_v1_0_get_ras_error_count() argument
715 *sec_count += sec_cnt; in mmhub_v1_0_get_ras_error_count()
736 uint32_t sec_count = 0, ded_count = 0; in mmhub_v1_0_query_ras_error_count() local
748 reg_value, &sec_count, &ded_count); in mmhub_v1_0_query_ras_error_count()
751 err_data->ce_count += sec_count; in mmhub_v1_0_query_ras_error_count()
H A Damdgpu_gfx_v9_0.c6202 uint32_t sec_count, ded_count; in gfx_v9_0_query_utc_edc_status() local
6217 sec_count = REG_GET_FIELD(data, VM_L2_MEM_ECC_CNT, SEC_COUNT); in gfx_v9_0_query_utc_edc_status()
6218 if (sec_count) { in gfx_v9_0_query_utc_edc_status()
6220 vml2_mems[i], sec_count); in gfx_v9_0_query_utc_edc_status()
6221 err_data->ce_count += sec_count; in gfx_v9_0_query_utc_edc_status()
6236 sec_count = REG_GET_FIELD(data, VM_L2_WALKER_MEM_ECC_CNT, in gfx_v9_0_query_utc_edc_status()
6238 if (sec_count) { in gfx_v9_0_query_utc_edc_status()
6240 vml2_walker_mems[i], sec_count); in gfx_v9_0_query_utc_edc_status()
6241 err_data->ce_count += sec_count; in gfx_v9_0_query_utc_edc_status()
6257 sec_count = (data & 0x00006000L) >> 0xd; in gfx_v9_0_query_utc_edc_status()
[all …]
H A Damdgpu_mmhub_v9_4.c1548 uint32_t value, uint32_t *sec_count, uint32_t *ded_count) in mmhub_v9_4_get_ras_error_count() argument
1564 *sec_count += sec_cnt; in mmhub_v9_4_get_ras_error_count()
1585 uint32_t sec_count = 0, ded_count = 0; in mmhub_v9_4_query_ras_error_count() local
1597 reg_value, &sec_count, &ded_count); in mmhub_v9_4_query_ras_error_count()
1600 err_data->ce_count += sec_count; in mmhub_v9_4_query_ras_error_count()
H A Damdgpu_sdma_v4_0.c2538 uint32_t *sec_count) in sdma_v4_0_get_ras_error_count() argument
2555 *sec_count += sec_cnt; in sdma_v4_0_get_ras_error_count()
2564 uint32_t sec_count = 0; in sdma_v4_0_query_ras_error_count() local
2571 instance, &sec_count); in sdma_v4_0_query_ras_error_count()
2574 err_data->ce_count += sec_count; in sdma_v4_0_query_ras_error_count()
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dtic6xdsbt.em107 unsigned int sec_count = 0;
129 if (sec_count == list_size)
136 sec_list[sec_count++] = sec;
141 qsort (sec_list, sec_count, sizeof (asection *), &compare_output_sec_vma);
143 if (elf32_tic6x_fix_exidx_coverage (sec_list, sec_count, &link_info,
H A Darmelf.em344 unsigned int sec_count = 0;
366 if (sec_count == list_size)
373 sec_list[sec_count++] = sec;
378 qsort (sec_list, sec_count, sizeof (asection *), &compare_output_sec_vma);
380 if (elf32_arm_fix_exidx_coverage (sec_list, sec_count, &link_info,
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dtic6xdsbt.em107 unsigned int sec_count = 0;
129 if (sec_count == list_size)
136 sec_list[sec_count++] = sec;
141 qsort (sec_list, sec_count, sizeof (asection *), &compare_output_sec_vma);
143 if (elf32_tic6x_fix_exidx_coverage (sec_list, sec_count, &link_info,
H A Darmelf.em344 unsigned int sec_count = 0;
366 if (sec_count == list_size)
373 sec_list[sec_count++] = sec;
378 qsort (sec_list, sec_count, sizeof (asection *), &compare_output_sec_vma);
380 if (elf32_arm_fix_exidx_coverage (sec_list, sec_count, &link_info,
/netbsd-src/sbin/atactl/
H A Datactl.c672 c.cmd16.sector_count[1] = req->sec_count; in satl_command()
688 c.cmd12.sector_count[0] = req->sec_count; in satl_command()
755 req->sec_count = desc[5]; in satl_command()
1557 req.sec_count = l + 1; in device_apm()
1604 req.sec_count = idle / 5; in device_setidle()
1606 req.sec_count = idle / (30*60) + 240; in device_setidle()
1639 switch (req.sec_count) { in device_checkpower()
1650 printf("Unknown power code (%02x)\n", req.sec_count); in device_checkpower()
1785 req.sec_count = 1; in device_smart()
1807 req.sec_count = 1; in device_smart()
/netbsd-src/sys/sys/
H A Dataio.h13 u_char sec_count; /* sector count */ member
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c305 p->sec_count = s32p->sec_count; in netbsd32_to_atareq()
866 s32p->sec_count = p->sec_count; in netbsd32_from_atareq()
H A Dnetbsd32_ioctl.h110 u_char sec_count; member
/netbsd-src/sys/dev/ata/
H A Dwd.c2166 xfer->c_ata_c.r_count = wi->wi_atareq.sec_count; in wdioctlstrategy()
2189 wi->wi_atareq.sec_count = xfer->c_ata_c.r_count; in wdioctlstrategy()
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.c830 int sec_count = 0; in analyze_walk_wild_section_handler() local
851 ++sec_count; in analyze_walk_wild_section_handler()
865 if (sec_count == 0 || sec_count > 4) in analyze_walk_wild_section_handler()
879 signature = (sec_count << 8) + wild_name_count; in analyze_walk_wild_section_handler()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-00016549 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-00016549 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-00016549 (hppa_add_stub): Likewise. Remove sec_count param and init/fini
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-00016549 (hppa_add_stub): Likewise. Remove sec_count param and init/fini