Home
last modified time | relevance | path

Searched refs:frame_idx (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c61 unsigned int frame_idx; in tegra_vde_setup_mbe_frame_idx() local
75 for (idx = 0, frame_idx = 1; idx < refs_nb; idx++, frame_idx++) { in tegra_vde_setup_mbe_frame_idx()
76 tegra_vde_writel(vde, 0xD0000000 | (frame_idx << 23), in tegra_vde_setup_mbe_frame_idx()
78 tegra_vde_writel(vde, 0xD0200000 | (frame_idx << 23), in tegra_vde_setup_mbe_frame_idx()
81 frame_idx_enb_mask |= frame_idx << (6 * (idx % 4)); in tegra_vde_setup_mbe_frame_idx()
/linux-6.15/drivers/usb/host/
H A Dehci-brcm.c29 u32 frame_idx = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_brcm_wait_for_sof() local
35 val != frame_idx, 1, 130); in ehci_brcm_wait_for_sof()
/linux-6.15/drivers/usb/dwc2/
H A Dhcd_ddma.c385 static u8 dwc2_frame_to_desc_idx(struct dwc2_qh *qh, u16 frame_idx) in dwc2_frame_to_desc_idx() argument
389 return (frame_idx & ((MAX_DMA_DESC_NUM_HS_ISOC / 8) - 1)) * 8; in dwc2_frame_to_desc_idx()
391 return frame_idx & (MAX_DMA_DESC_NUM_GENERIC - 1); in dwc2_frame_to_desc_idx()
/linux-6.15/drivers/media/platform/synopsys/hdmirx/
H A Dsnps_hdmirx.c117 u32 frame_idx; member
1543 stream->frame_idx = 0; in hdmirx_start_streaming()
1951 vb_done->sequence = stream->frame_idx; in dma_idle_int_handler()
1959 stream->frame_idx++; in dma_idle_int_handler()
1960 if (stream->frame_idx == 30) in dma_idle_int_handler()