Searched refs:ftd (Results 1 – 3 of 3) sorted by relevance
81 struct flush_tlb_range_data ftd; in __flush_tlb_range() local106 ftd.asid = asid; in __flush_tlb_range()107 ftd.start = start; in __flush_tlb_range()108 ftd.size = size; in __flush_tlb_range()109 ftd.stride = stride; in __flush_tlb_range()112 &ftd, 1); in __flush_tlb_range()
164 struct uhci_td *ftd, *ltd; in uhci_insert_td_in_frame_list() local166 ftd = uhci->frame_cpu[framenum]; in uhci_insert_td_in_frame_list()167 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list); in uhci_insert_td_in_frame_list()169 list_add_tail(&td->fl_list, &ftd->fl_list); in uhci_insert_td_in_frame_list()218 struct uhci_td *ftd, *ltd; in uhci_remove_tds_from_frame() local222 ftd = uhci->frame_cpu[framenum]; in uhci_remove_tds_from_frame()223 if (ftd) { in uhci_remove_tds_from_frame()224 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list); in uhci_remove_tds_from_frame()228 while (!list_empty(&ftd->fl_list)) in uhci_remove_tds_from_frame()229 list_del_init(ftd->fl_list.prev); in uhci_remove_tds_from_frame()
83 * for example u-boot 'ftd set' command