Lines Matching refs:hc_control
2192 u32 hc_control; in ftdi_elan_check_controller() local
2223 retval = ftdi_read_pcimem(ftdi, control, &hc_control); in ftdi_elan_check_controller()
2226 switch (hc_control & OHCI_CTRL_HCFS) { in ftdi_elan_check_controller()
2232 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2233 hc_control |= OHCI_USB_RESUME; in ftdi_elan_check_controller()
2237 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2238 hc_control |= OHCI_USB_RESET; in ftdi_elan_check_controller()
2242 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2284 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()
2325 hc_control &= OHCI_CTRL_RWC; in ftdi_elan_check_controller()
2326 hc_control |= OHCI_CONTROL_INIT | OHCI_CTRL_BLE | OHCI_USB_OPER; in ftdi_elan_check_controller()
2327 retval = ftdi_write_pcimem(ftdi, control, hc_control); in ftdi_elan_check_controller()