Lines Matching refs:hc_control
2195 u32 hc_control; in ftdi_elan_check_controller() local
2226 retval = ftdi_read_pcimem(ftdi, control, &hc_control); in ftdi_elan_check_controller()
2229 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()
2235 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2236 hc_control |= OHCI_USB_RESUME; in ftdi_elan_check_controller()
2240 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2241 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()
2245 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2287 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2328 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2329 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()
2330 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()