Searched refs:port_array (Results 1 - 7 of 7) sorted by relevance

/drivers/usb/host/
H A Dxhci-hub.c401 static int xhci_get_ports(struct usb_hcd *hcd, __le32 __iomem ***port_array) argument
408 *port_array = xhci->usb3_ports;
411 *port_array = xhci->usb2_ports;
417 void xhci_set_link_state(struct xhci_hcd *xhci, __le32 __iomem **port_array, argument
422 temp = readl(port_array[port_id]);
426 writel(temp, port_array[port_id]);
430 __le32 __iomem **port_array, int port_id, u16 wake_mask)
434 temp = readl(port_array[port_id]);
452 writel(temp, port_array[port_id]);
456 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, __le32 __iomem **port_array, argument
429 xhci_set_remote_wake_mask(struct xhci_hcd *xhci, __le32 __iomem **port_array, int port_id, u16 wake_mask) argument
700 __le32 __iomem **port_array; local
1055 __le32 __iomem **port_array; local
1106 __le32 __iomem **port_array; local
1176 __le32 __iomem **port_array; local
[all...]
H A Dxhci-mem.c1062 * status registers. xhci->port_array provides an array of the port speed for
1882 kfree(xhci->port_array);
2127 if (xhci->port_array[i] != 0) {
2132 xhci->port_array[i], major_revision);
2136 if (xhci->port_array[i] != major_revision &&
2137 xhci->port_array[i] != DUPLICATE_ENTRY) {
2138 if (xhci->port_array[i] == 0x03)
2142 xhci->port_array[i] = DUPLICATE_ENTRY;
2147 xhci->port_array[i] = major_revision;
2180 xhci->port_array
[all...]
H A Dxhci.c859 __le32 __iomem **port_array; local
867 port_array = xhci->usb3_ports;
869 t1 = readl(port_array[port_index]);
873 writel(t2, port_array[port_index]);
878 port_array = xhci->usb2_ports;
880 t1 = readl(port_array[port_index]);
884 writel(t2, port_array[port_index]);
4099 __le32 __iomem **port_array; local
4120 port_array = xhci->usb2_ports;
4122 pm_addr = port_array[port_nu
[all...]
H A Dxhci-ring.c1430 /* port_id from the hardware is 1-based, but port_array[], usb3_ports[],
1435 u8 port_speed = xhci->port_array[i];
1486 __le32 __iomem **port_array; local
1507 major_revision = xhci->port_array[port_id - 1];
1538 port_array = xhci->usb3_ports;
1540 port_array = xhci->usb2_ports;
1545 temp = readl(port_array[faked_port_index]);
1567 xhci_test_and_clear_bit(xhci, port_array,
1569 xhci_set_link_state(xhci, port_array, faked_port_index,
1604 xhci_test_and_clear_bit(xhci, port_array,
[all...]
H A Dxhci.h1568 u8 *port_array; member in struct:xhci_hcd
1840 void xhci_set_link_state(struct xhci_hcd *xhci, __le32 __iomem **port_array,
1846 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, __le32 __iomem **port_array,
/drivers/tty/
H A Dsynclinkmp.c229 struct _synclinkmp_info *port_array[SCA_MAX_PORTS]; member in struct:_synclinkmp_info
2557 tmp = read_reg16(info->port_array[2], ISR0);
2560 timerstatus1 = read_reg(info->port_array[2], ISR2);
2573 if (info->port_array[i] == NULL)
2586 isr_rxrdy(info->port_array[i]);
2588 isr_txrdy(info->port_array[i]);
2590 isr_rxint(info->port_array[i]);
2592 isr_txint(info->port_array[i]);
2595 isr_rxdmaerror(info->port_array[i]);
2597 isr_rxdmaok(info->port_array[
3832 SLMP_INFO *port_array[SCA_MAX_PORTS]; local
[all...]
H A Dsynclink_gt.c255 struct slgt_info *port_array[SLGT_MAX_PORTS]; member in struct:slgt_info
2380 if (info->port_array[i] == NULL)
2382 spin_lock(&info->port_array[i]->lock);
2384 isr_serial(info->port_array[i]);
2386 isr_rdma(info->port_array[i]);
2388 isr_tdma(info->port_array[i]);
2389 spin_unlock(&info->port_array[i]->lock);
2404 if (info->port_array[i] != NULL)
2405 isr_gpio(info->port_array[i], changed, state);
2412 struct slgt_info *port = info->port_array[
3639 struct slgt_info *port_array[SLGT_MAX_PORTS]; local
[all...]

Completed in 117 milliseconds