Lines Matching refs:hc_control
2267 u32 hc_control; in ftdi_elan_check_controller() local
2298 retval = ftdi_read_pcimem(ftdi, control, &hc_control); in ftdi_elan_check_controller()
2301 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()
2307 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2308 hc_control |= OHCI_USB_RESUME; in ftdi_elan_check_controller()
2312 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2313 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()
2317 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2359 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2400 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2401 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()
2402 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()