Searched refs:frame_idx (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/media/platform/nvidia/tegra-vde/ |
D | h264.c | 66 unsigned int frame_idx; in tegra_vde_setup_mbe_frame_idx() local 80 for (idx = 0, frame_idx = 1; idx < refs_nb; idx++, frame_idx++) { in tegra_vde_setup_mbe_frame_idx() 81 tegra_vde_writel(vde, 0xD0000000 | (frame_idx << 23), in tegra_vde_setup_mbe_frame_idx() 83 tegra_vde_writel(vde, 0xD0200000 | (frame_idx << 23), in tegra_vde_setup_mbe_frame_idx() 86 frame_idx_enb_mask |= frame_idx << (6 * (idx % 4)); in tegra_vde_setup_mbe_frame_idx()
|
/linux-6.1.9/drivers/usb/host/ |
D | ehci-brcm.c | 29 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.1.9/drivers/usb/dwc2/ |
D | hcd_ddma.c | 385 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()
|