Lines Matching refs:hc_control
2228 u32 hc_control; in ftdi_elan_check_controller() local
2259 retval = ftdi_read_pcimem(ftdi, control, &hc_control); in ftdi_elan_check_controller()
2262 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()
2268 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2269 hc_control |= OHCI_USB_RESUME; in ftdi_elan_check_controller()
2273 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2274 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()
2278 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2320 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2361 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2362 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()
2363 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()