Home
last modified time | relevance | path

Searched refs:ob_window_map (Results 1 – 2 of 2) sorted by relevance

/components/drivers/pci/host/dw/
A Dpcie-dw_ep.c155 free_win = rt_bitmap_next_clear_bit(ep->ob_window_map, 0, ep->num_ob_windows); in dw_pcie_ep_outbound_atu()
166 rt_bitmap_set_bit(ep->ob_window_map, free_win); in dw_pcie_ep_outbound_atu()
293 rt_bitmap_clear_bit(ep->ob_window_map, atu_index); in dw_pcie_ep_unmap_addr()
651 if (ep->ob_window_map) in dw_pcie_ep_exit()
653 rt_free(ep->ob_window_map); in dw_pcie_ep_exit()
772 ep->ob_window_map = rt_calloc(RT_BITMAP_LEN(ep->num_ob_windows), sizeof(rt_bitmap_t)); in dw_pcie_ep_init()
773 if (!ep->ob_window_map) in dw_pcie_ep_init()
A Dpcie-dw.h239 rt_bitmap_t *ob_window_map; member

Completed in 6 milliseconds