Lines Matching refs:hc_control
2198 u32 hc_control; in ftdi_elan_check_controller() local
2229 retval = ftdi_read_pcimem(ftdi, control, &hc_control); in ftdi_elan_check_controller()
2232 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()
2238 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2239 hc_control |= OHCI_USB_RESUME; in ftdi_elan_check_controller()
2243 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2244 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()
2248 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2290 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2331 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2332 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()
2333 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()