/linux-4.1.27/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 495 int offset, port_offset; member 504 .port_offset = 0, 512 .port_offset = 0, 520 .port_offset = 0, 528 .port_offset = 0, 536 .port_offset = 0, 544 .port_offset = 0, 552 .port_offset = 0, 560 .port_offset = 0, 568 .port_offset = 0, [all …]
|
/linux-4.1.27/drivers/char/ |
D | pc8736x_gpio.c | 70 static int port_offset[] = { 0, 4, 8, 10 }; /* non-uniform offsets ! */ variable 158 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN); in pc8736x_gpio_get() 163 minor, pc8736x_gpio_base + port_offset[port] + PORT_IN, bit, in pc8736x_gpio_get() 176 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT); in pc8736x_gpio_set() 179 pc8736x_gpio_base + port_offset[port] + PORT_OUT, in pc8736x_gpio_set() 187 outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT); in pc8736x_gpio_set() 189 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT); in pc8736x_gpio_set() 190 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN); in pc8736x_gpio_set() 247 = inb_p(pc8736x_gpio_base + port_offset[port] in pc8736x_init_shadow()
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-zevio.c | 67 unsigned port_offset) in zevio_gpio_port_get() argument 70 return readl(IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_get() 74 unsigned port_offset, u32 val) in zevio_gpio_port_set() argument 77 writel(val, IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_set()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_65xx.c | 432 int port_offset; in ni_65xx_dio_insn_bits() local 434 for (port_offset = NI_65XX_CHAN_TO_PORT(base_chan); in ni_65xx_dio_insn_bits() 435 port_offset <= last_port_offset; port_offset++) { in ni_65xx_dio_insn_bits() 436 unsigned port = base_port + port_offset; in ni_65xx_dio_insn_bits() 437 int base_port_channel = NI_65XX_PORT_TO_CHAN(port_offset); in ni_65xx_dio_insn_bits()
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-memory.c | 92 router_a->rou_port[port].port_offset); in router_recurse() 144 router->rou_port[port].port_offset); in compute_node_distance() 245 router->rou_port[port].port_offset); in dump_topology()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-fsl.c | 196 unsigned int port_offset) in ehci_fsl_setup_phy() argument 209 portsc = ehci_readl(ehci, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy() 257 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
|
D | xhci-mem.c | 2079 u32 temp, port_offset, port_count; in xhci_add_in_port() local 2092 port_offset = XHCI_EXT_PORT_OFF(temp); in xhci_add_in_port() 2097 addr, port_offset, port_count, major_revision); in xhci_add_in_port() 2099 if (port_offset == 0 || (port_offset + port_count - 1) > num_ports) in xhci_add_in_port() 2126 port_offset--; in xhci_add_in_port() 2127 for (i = port_offset; i < (port_offset + port_count); i++) { in xhci_add_in_port()
|
D | xhci.c | 4249 u32 port_offset, port_count; in xhci_check_usb2_port_capability() local 4255 port_offset = XHCI_EXT_PORT_OFF(xhci->ext_caps[i]) - 1; in xhci_check_usb2_port_capability() 4257 if (port >= port_offset && in xhci_check_usb2_port_capability() 4258 port < port_offset + port_count) in xhci_check_usb2_port_capability()
|
/linux-4.1.27/net/ipv4/ |
D | inet_hashtables.c | 489 struct sock *sk, u32 port_offset, in __inet_hash_connect() argument 504 u32 offset = hint + port_offset; in __inet_hash_connect()
|
/linux-4.1.27/include/net/ |
D | inet_hashtables.h | 409 struct sock *sk, u32 port_offset,
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
D | klconfig.h | 591 klconf_off_t port_offset; member
|