Home
last modified time | relevance | path

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

12

/linux/drivers/staging/vt6655/
A Dcard.c193 MACvSetBBType(priv->port_offset, BB_TYPE_11G); in CARDbSetPhyParameter()
218 MACvSetBBType(priv->port_offset, BB_TYPE_11B); in CARDbSetPhyParameter()
241 MACvSetBBType(priv->port_offset, BB_TYPE_11G); in CARDbSetPhyParameter()
470 MACvSetCurrBCNTxDescAddr(priv->port_offset, in CARDvSafeResetTx()
512 MACvRx0PerPktMode(priv->port_offset); in CARDvSafeResetRx()
513 MACvRx1PerPktMode(priv->port_offset); in CARDvSafeResetRx()
602 MACvSelectPage1(priv->port_offset); in CARDvSetRSPINF()
709 MACvSelectPage0(priv->port_offset); in CARDvSetRSPINF()
799 void __iomem *iobase = priv->port_offset; in CARDbGetCurrentTSF()
860 void __iomem *iobase = priv->port_offset; in CARDvSetFirstNextTBTT()
[all …]
A Dpower.c55 VNSvOutPortW(priv->port_offset + MAC_REG_PWBT, C_PWBT); in PSvEnablePowerSaving()
58 VNSvOutPortW(priv->port_offset + MAC_REG_AIDATIM, wAID); in PSvEnablePowerSaving()
62 MACvRegBitsOn(priv->port_offset, MAC_REG_PSCFG, PSCFG_AUTOSLEEP); in PSvEnablePowerSaving()
65 MACvRegBitsOn(priv->port_offset, MAC_REG_TFTCTL, TFTCTL_HWUTSF); in PSvEnablePowerSaving()
69 MACvRegBitsOff(priv->port_offset, MAC_REG_PSCTL, PSCTL_ALBCN); in PSvEnablePowerSaving()
71 MACvRegBitsOn(priv->port_offset, MAC_REG_PSCTL, PSCTL_LNBCN); in PSvEnablePowerSaving()
74 MACvRegBitsOn(priv->port_offset, MAC_REG_PSCTL, PSCTL_ALBCN); in PSvEnablePowerSaving()
78 MACvRegBitsOn(priv->port_offset, MAC_REG_PSCTL, PSCTL_PSEN); in PSvEnablePowerSaving()
104 MACvRegBitsOff(priv->port_offset, MAC_REG_TFTCTL, TFTCTL_HWUTSF); in PSvDisablePowerSaving()
107 MACvRegBitsOn(priv->port_offset, MAC_REG_PSCTL, PSCTL_ALBCN); in PSvDisablePowerSaving()
[all …]
A Ddevice_main.c405 MACvReceive0(priv->port_offset); in device_init_registers()
406 MACvReceive1(priv->port_offset); in device_init_registers()
409 MACvStart(priv->port_offset); in device_init_registers()
427 if (priv->port_offset) in device_free_info()
428 iounmap(priv->port_offset); in device_free_info()
1064 VNSvOutPortW(priv->port_offset + in vnt_interrupt_process()
1121 MACvReceive0(priv->port_offset); in vnt_interrupt_process()
1122 MACvReceive1(priv->port_offset); in vnt_interrupt_process()
1148 MACvIntDisable(priv->port_offset); in vnt_interrupt()
1206 MACvTransmit0(priv->port_offset); in vnt_tx_packet()
[all …]
A Dmac.c60 void __iomem *io_base = priv->port_offset; in MACbIsRegBitsOff()
80 void __iomem *io_base = priv->port_offset; in MACbIsIntDisable()
105 void __iomem *io_base = priv->port_offset; in MACvSetShortRetryLimit()
127 void __iomem *io_base = priv->port_offset; in MACvSetLongRetryLimit()
148 void __iomem *io_base = priv->port_offset; in MACvSetLoopbackMode()
171 void __iomem *io_base = priv->port_offset; in MACvSaveContext()
201 void __iomem *io_base = priv->port_offset; in MACvRestoreContext()
252 void __iomem *io_base = priv->port_offset; in MACbSoftwareReset()
315 void __iomem *io_base = priv->port_offset; in MACbSafeRxOff()
369 void __iomem *io_base = priv->port_offset; in MACbSafeTxOff()
[all …]
A Dchannel.c176 MACvRegBitsOn(priv->port_offset, MAC_REG_MACCR, MACCR_CLRNAV); in set_channel()
202 MACvSelectPage1(priv->port_offset); in set_channel()
204 VNSvOutPortB(priv->port_offset + MAC_REG_PWRCCK, in set_channel()
207 VNSvOutPortB(priv->port_offset + MAC_REG_PWROFDM, in set_channel()
209 MACvSelectPage0(priv->port_offset); in set_channel()
A Drf.c409 void __iomem *iobase = priv->port_offset; in s_bAL7230Init()
458 void __iomem *iobase = priv->port_offset; in s_bAL7230SelectChannel()
497 void __iomem *iobase = priv->port_offset; in IFRFbWriteEmbedded()
530 void __iomem *iobase = priv->port_offset; in RFbAL2230Init()
575 void __iomem *iobase = priv->port_offset; in RFbAL2230SelectChannel()
682 void __iomem *iobase = priv->port_offset; in RFvWriteWakeProgSyn()
A Dbaseband.c1908 void __iomem *iobase = priv->port_offset; in bb_read_embedded()
1951 void __iomem *iobase = priv->port_offset; in bb_write_embedded()
1995 void __iomem *iobase = priv->port_offset; in bb_vt3253_init()
A Drxtx.c1425 MACvSetCurrBCNTxDescAddr(priv->port_offset, priv->tx_beacon_dma); in vnt_beacon_xmit()
1427 MACvSetCurrBCNLength(priv->port_offset, priv->wBCNBufLen); in vnt_beacon_xmit()
1429 MACvRegBitsOn(priv->port_offset, MAC_REG_TCR, TCR_AUTOBCNTX); in vnt_beacon_xmit()
1431 MACvTransmitBCN(priv->port_offset); in vnt_beacon_xmit()
1455 VNSvOutPortB(priv->port_offset + MAC_REG_TFTCTL, TFTCTL_TSFCNTRST); in vnt_beacon_enable()
1457 VNSvOutPortB(priv->port_offset + MAC_REG_TFTCTL, TFTCTL_TSFCNTREN); in vnt_beacon_enable()
A Ddevice.h127 void __iomem *port_offset; member
/linux/drivers/net/ethernet/ti/
A Dcpsw_ale.c870 .port_offset = 0,
878 .port_offset = 0,
886 .port_offset = 0,
894 .port_offset = 0,
902 .port_offset = 0,
910 .port_offset = 0,
918 .port_offset = 0,
926 .port_offset = 0,
934 .port_offset = 0,
942 .port_offset = 0,
[all …]
/linux/drivers/char/
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()
248 = inb_p(pc8736x_gpio_base + port_offset[port] in pc8736x_init_shadow()
/linux/drivers/gpio/
A Dgpio-zevio.c61 unsigned port_offset) in zevio_gpio_port_get() argument
64 return readl(IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_get()
68 unsigned port_offset, u32 val) in zevio_gpio_port_set() argument
71 writel(val, IOMEM(c->chip.regs + section_offset + port_offset)); in zevio_gpio_port_set()
/linux/drivers/comedi/drivers/
A Dni_65xx.c423 int port_offset; in ni_65xx_dio_insn_bits() local
425 for (port_offset = NI_65XX_CHAN_TO_PORT(base_chan); in ni_65xx_dio_insn_bits()
426 port_offset <= last_port_offset; port_offset++) { in ni_65xx_dio_insn_bits()
427 unsigned int port = base_port + port_offset; in ni_65xx_dio_insn_bits()
428 int base_port_channel = NI_65XX_PORT_TO_CHAN(port_offset); in ni_65xx_dio_insn_bits()
A Dadl_pci7x3x.c127 unsigned long port_offset; member
136 unsigned long reg = sd_priv->port_offset; in process_irq()
285 unsigned long reg = (unsigned long)sd_priv->port_offset; in adl_pci7x3x_dirq_insn_bits()
481 sd_priv->port_offset = PCI7X3X_DIO_REG; in adl_pci7x3x_auto_attach()
A Dadv_pci_dio.c235 unsigned long port_offset; member
244 unsigned long reg = sd_priv->port_offset; in process_irq()
400 unsigned long reg = (unsigned long)sd_priv->port_offset; in pci_dio_insn_bits_dirq_b()
696 sd_priv->port_offset = d->addr; in pci_dio_auto_attach()
/linux/arch/mips/sgi-ip27/
A Dip27-memory.c78 router_a->rou_port[port].port_offset); in router_recurse()
125 router->rou_port[port].port_offset); in compute_node_distance()
218 router->rou_port[port].port_offset); in dump_topology()
/linux/drivers/fpga/
A Ddfl-fme-pr.c379 u64 fme_cap, port_offset; in pr_mgmt_init() local
403 port_offset = readq(fme_hdr + FME_HDR_PORT_OFST(i)); in pr_mgmt_init()
404 if (!(port_offset & FME_PORT_OFST_IMP)) in pr_mgmt_init()
/linux/net/ipv6/
A Dinet6_hashtables.c323 u32 port_offset = 0; in inet6_hash_connect() local
326 port_offset = inet6_sk_port_offset(sk); in inet6_hash_connect()
327 return __inet_hash_connect(death_row, sk, port_offset, in inet6_hash_connect()
/linux/net/ipv4/
A Dinet_hashtables.c726 struct sock *sk, u32 port_offset, in __inet_hash_connect() argument
767 index = hash_32(port_offset, INET_TABLE_PERTURB_SHIFT); in __inet_hash_connect()
769 offset = (READ_ONCE(table_perturb[index]) + port_offset) % remaining; in __inet_hash_connect()
851 u32 port_offset = 0; in inet_hash_connect() local
854 port_offset = inet_sk_port_offset(sk); in inet_hash_connect()
855 return __inet_hash_connect(death_row, sk, port_offset, in inet_hash_connect()
/linux/drivers/usb/host/
A Dehci-fsl.c199 unsigned int port_offset) in ehci_fsl_setup_phy() argument
212 portsc = ehci_readl(ehci, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
289 ehci_writel(ehci, portsc, &ehci->regs->port_status[port_offset]); in ehci_fsl_setup_phy()
A Dxhci-mem.c2120 u32 temp, port_offset, port_count; in xhci_add_in_port() local
2158 port_offset = XHCI_EXT_PORT_OFF(temp); in xhci_add_in_port()
2163 addr, port_offset, port_count, major_revision); in xhci_add_in_port()
2165 if (port_offset == 0 || (port_offset + port_count - 1) > num_ports) in xhci_add_in_port()
2215 port_offset--; in xhci_add_in_port()
2216 for (i = port_offset; i < (port_offset + port_count); i++) { in xhci_add_in_port()
/linux/drivers/usb/cdns3/
A Dcdnsp-mem.c1126 u32 temp, port_offset, port_count; in cdnsp_add_in_port() local
1134 port_offset = CDNSP_EXT_PORT_OFF(temp); in cdnsp_add_in_port()
1137 trace_cdnsp_port_info(addr, port_offset, port_count, port->maj_rev); in cdnsp_add_in_port()
1139 port->port_num = port_offset; in cdnsp_add_in_port()
/linux/drivers/usb/early/
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/
A Dinet_hashtables.h428 struct sock *sk, u32 port_offset,
/linux/arch/mips/include/asm/sn/
A Dklconfig.h591 klconf_off_t port_offset; member

Completed in 76 milliseconds

12