Home
last modified time | relevance | path

Searched refs:port_offset (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/char/
H A Dpc8736x_gpio.c71 static int port_offset[] = { 0, 4, 8, 10 }; /* non-uniform offsets ! */ variable
159 val = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_IN); in pc8736x_gpio_get()
164 minor, pc8736x_gpio_base + port_offset[port] + PORT_IN, bit, in pc8736x_gpio_get()
177 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT); in pc8736x_gpio_set()
180 pc8736x_gpio_base + port_offset[port] + PORT_OUT, in pc8736x_gpio_set()
188 outb_p(val, pc8736x_gpio_base + port_offset[port] + PORT_OUT); in pc8736x_gpio_set()
190 curval = inb_p(pc8736x_gpio_base + port_offset[port] + PORT_OUT); in pc8736x_gpio_set()
191 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/drivers/net/ethernet/ti/
H A Dcpsw_ale.c915 int offset, port_offset; member
924 .port_offset = 0,
932 .port_offset = 0,
940 .port_offset = 0,
948 .port_offset = 0,
956 .port_offset = 0,
964 .port_offset = 0,
972 .port_offset = 0,
980 .port_offset = 0,
988 .port_offset = 0,
[all …]
/linux/net/ipv6/
H A Dinet6_hashtables.c395 u64 port_offset = 0; in inet6_hash_connect() local
399 port_offset = inet6_sk_port_offset(sk); in inet6_hash_connect()
405 return __inet_hash_connect(death_row, sk, port_offset, hash_port0, in inet6_hash_connect()
/linux/drivers/usb/host/
H A Dehci-fsl.c193 unsigned int port_offset) in ehci_fsl_setup_phy() argument
206 portsc = ehci_readl(ehci, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
283 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
/linux/drivers/usb/early/
H A Dxhci-dbc.c369 u32 val, port_offset, port_count; in xdbc_reset_debug_port() local
382 port_offset = XHCI_EXT_PORT_OFF(val); in xdbc_reset_debug_port()
385 xdbc_do_reset_debug_port(port_offset, port_count); in xdbc_reset_debug_port()
/linux/include/net/
H A Dinet_hashtables.h525 struct sock *sk, u64 port_offset,
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h591 klconf_off_t port_offset; member