Searched defs:port_offset (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Dehci-fsl.c216 unsigned int port_offset)
225 portsc = ehci_readl(ehci, &ehci->regs->port_status[port_offset]);
248 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]);
214 ehci_fsl_setup_phy(struct ehci_hcd *ehci, enum fsl_usb2_phy_modes phy_mode, unsigned int port_offset) argument
H A Dxhci-mem.c2048 u32 temp, port_offset, port_count; local
2061 port_offset = XHCI_EXT_PORT_OFF(temp);
2065 addr, port_offset, port_count, major_revision);
2067 if (port_offset == 0 || (port_offset + port_count - 1) > num_ports)
2087 port_offset--;
2088 for (i = port_offset; i < (port_offset + port_count); i++) {
/drivers/char/
H A Dpc8736x_gpio.c70 static int port_offset[] = { 0, 4, 8, 10 }; /* non-uniform offsets ! */ variable
158 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
163 minor, pc8736x_gpio_base + port_offset[port] + PORT_IN, bit,
176 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
179 pc8736x_gpio_base + port_offset[port] + PORT_OUT,
187 outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT);
189 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT);
190 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN);
247 = inb_p(pc8736x_gpio_base + port_offset[port]
/drivers/net/ethernet/ti/
H A Dcpsw_ale.c342 int offset, port_offset; member in struct:ale_control_info
351 .port_offset = 0,
359 .port_offset = 0,
367 .port_offset = 0,
375 .port_offset = 0,
383 .port_offset = 0,
391 .port_offset = 0,
399 .port_offset = 0,
407 .port_offset = 0,
415 .port_offset
[all...]
/drivers/staging/comedi/drivers/
H A Dni_65xx.c422 const unsigned port_offset = local
425 sprivate(s)->base_port + port_offset;
431 base_port_channel = port_offset * ni_65xx_channels_per_port;

Completed in 213 milliseconds