Searched refs:int_smask (Results 1 – 2 of 2) sorted by relevance
76 if (qhd->int_smask) { in usb_host_list_remove_qhd_by_addr()159 p_qhd->int_smask = (interval == 1) ? USB_BIN8(11111111) : in usb_host_qhd_init()163 p_qhd->int_smask = HPM_BITSMASK(1, interval % 8); in usb_host_qhd_init()171 p_qhd->int_smask = 0x01; in usb_host_qhd_init()177 p_qhd->int_smask = p_qhd->fl_int_cmask = 0; in usb_host_qhd_init()306 …handle->hcd_data->period_head_arr[i].int_smask = 1; /* queue head in period list must hav… in usb_host_init_periodic_list()
154 volatile uint32_t int_smask : 8 ; /* Interrupt Schedule Mask */ member
Completed in 7 milliseconds