Home
last modified time | relevance | path

Searched refs:count0 (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_udc.c364 u16 count0; in musb_peri_ep0_idle() local
398 count0 = readw(&musbr->ep[0].ep0.count0); in musb_peri_ep0_idle()
399 if (count0 == 0) in musb_peri_ep0_idle()
402 if (count0 != 8) { in musb_peri_ep0_idle()
405 __PRETTY_FUNCTION__, count0); in musb_peri_ep0_idle()
410 read_fifo(0, count0, &ep0_urb->device_request); in musb_peri_ep0_idle()
457 u16 count0; in musb_peri_ep0_rx() local
479 count0 = readw(&musbr->ep[0].ep0.count0); in musb_peri_ep0_rx()
481 if (count0) { in musb_peri_ep0_rx()
495 if (count0 > remaining_space) in musb_peri_ep0_rx()
[all …]
H A Dmusb_core.h24 u16 count0; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpmagb-b-fb.c190 u32 count0 = 8, count1 = 8, counttc = 16 * 256 + 8; in pmagbbfb_osc_setup() local
204 count0 += sfb_read(par, SFB_REG_VIDCLK_COUNT); in pmagbbfb_osc_setup()
220 freq0 = (freqtc * count0 + counttc / 2) / counttc; in pmagbbfb_osc_setup()
226 freq1 = (par->osc0 * count1 + count0 / 2) / count0; in pmagbbfb_osc_setup()
/OK3568_Linux_fs/kernel/drivers/crypto/nx/
H A Dnx-sha512.c186 u64 count0; in nx_sha512_final() local
214 count0 = sctx->count[0] * 8; in nx_sha512_final()
216 csbcpb->cpb.sha512.message_bit_length_lo = count0; in nx_sha512_final()
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dtlb.c290 unsigned long i, j, flags, count0, count1, stride0, stride1, addr; in local_flush_tlb_all() local
293 count0 = local_cpu_data->ptce_count[0]; in local_flush_tlb_all()
299 for (i = 0; i < count0; ++i) { in local_flush_tlb_all()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.c868 static void soc15_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in soc15_get_pcie_usage() argument
911 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in soc15_get_pcie_usage()
915 static void vega20_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vega20_get_pcie_usage() argument
960 *count0 = RREG32_PCIE(smnPCIE_PERF_COUNT0_TXCLK3) | (cnt0_of << 32); in vega20_get_pcie_usage()
H A Dvi.c996 static void vi_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in vi_get_pcie_usage() argument
1038 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in vi_get_pcie_usage()
H A Dcik.c1851 static void cik_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in cik_get_pcie_usage() argument
1893 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in cik_get_pcie_usage()
H A Dsi.c1464 static void si_get_pcie_usage(struct amdgpu_device *adev, uint64_t *count0, in si_get_pcie_usage() argument
1506 *count0 = RREG32_PCIE(ixPCIE_PERF_COUNT0_TXCLK) | (cnt0_of << 32); in si_get_pcie_usage()
H A Damdgpu.h617 void (*get_pcie_usage)(struct amdgpu_device *adev, uint64_t *count0,
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkFs_v1.c781 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
787 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
790 count0 = 0; in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v2.c496 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
511 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
514 count0 = 0; in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkFs_v2.c493 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
508 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
511 count0 = 0; in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v1.c774 int count0 = 0; in rkss_get_empty_section_from_usedflags() local
790 if (++count0 == section_size) { in rkss_get_empty_section_from_usedflags()
794 count0 = 0; in rkss_get_empty_section_from_usedflags()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dirq_64.c900 u64 count0; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1842 uint64_t count0 = 0, count1 = 0; in amdgpu_get_pcie_bw() local
1860 amdgpu_asic_get_pcie_usage(adev, &count0, &count1); in amdgpu_get_pcie_bw()
1866 count0, count1, pcie_get_mps(adev->pdev)); in amdgpu_get_pcie_bw()