Lines Matching refs:hc_control
2196 u32 hc_control; in ftdi_elan_check_controller() local
2227 retval = ftdi_read_pcimem(ftdi, control, &hc_control); in ftdi_elan_check_controller()
2230 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()
2236 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2237 hc_control |= OHCI_USB_RESUME; in ftdi_elan_check_controller()
2241 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2242 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()
2246 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2288 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2329 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2330 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()
2331 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()