Searched refs:hwcfg (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c1706 struct scc_hw_config hwcfg; local
1726 if (copy_from_user(&hwcfg, arg, sizeof(hwcfg)))
1729 if (hwcfg.irq == 2) hwcfg.irq = 9;
1731 if (hwcfg.irq < 0 || hwcfg.irq >= nr_irqs)
1734 if (!Ivec[hwcfg.irq].used && hwcfg.irq)
1736 if (request_irq(hwcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7164/
H A Dsaa7164-api.c31 ret = saa7164_cmd_send(port->dev, port->hwcfg.unitid, SET_CUR,
77 port->bufcounter = port->hwcfg.BARLocation;
78 port->pitch = port->hwcfg.BARLocation + (2 * sizeof(u32));
79 port->bufsize = port->hwcfg.BARLocation + (3 * sizeof(u32));
80 port->bufoffset = port->hwcfg.BARLocation + (4 * sizeof(u32));
81 port->bufptr32l = port->hwcfg.BARLocation +
83 (sizeof(u32) * port->hwcfg.buffercount) + sizeof(u32);
84 port->bufptr32h = port->hwcfg.BARLocation +
86 (sizeof(u32) * port->hwcfg.buffercount);
87 port->bufptr64 = port->hwcfg
[all...]
H A Dsaa7164-dvb.c181 dprintk(DBGLVL_DVB, " buffercount = %d\n", port->hwcfg.buffercount);
210 if (i++ > port->hwcfg.buffercount)
345 if (port->hwcfg.BARLocation == 0) {
366 port->hw_streamingparams.numpagetableentries = port->hwcfg.buffercount;
369 for (i = 0; i < port->hwcfg.buffercount; i++) {
H A Dsaa7164-core.c94 if (wp > (port->hwcfg.buffercount - 1))
107 if (i++ > port->hwcfg.buffercount)
172 dev->ts1.hwcfg.interruptid) {
178 dev->ts2.hwcfg.interruptid) {
H A Dsaa7164.h230 tmComResDMATermDescrHeader_t hwcfg; member in struct:saa7164_tsport
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Ddma.c1072 unsigned int hwcfg; local
1086 hwcfg = 0; /* AHB */
1090 hwcfg = S3C2410_DISRCC_APB;
1095 hwcfg |= S3C2410_DISRCC_INC;
1100 pr_debug("%s: hw source, devaddr=%08lx, hwcfg=%d\n",
1101 __func__, devaddr, hwcfg);
1102 dma_wrreg(chan, S3C2410_DMA_DISRCC, hwcfg & 3);
1111 pr_debug("%s: mem source, devaddr=%08lx, hwcfg=%d\n",
1112 __func__, devaddr, hwcfg);
1115 dma_wrreg(chan, S3C2410_DMA_DIDSTC, hwcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmsc911x.c396 unsigned int hwcfg = smsc911x_reg_read(pdata, HW_CFG); local
399 hwcfg &= (~HW_CFG_PHY_CLK_SEL_);
400 hwcfg |= HW_CFG_PHY_CLK_SEL_CLK_DIS_;
401 smsc911x_reg_write(pdata, HW_CFG, hwcfg);
405 hwcfg |= HW_CFG_EXT_PHY_EN_;
406 smsc911x_reg_write(pdata, HW_CFG, hwcfg);
409 hwcfg &= (~HW_CFG_PHY_CLK_SEL_);
410 hwcfg |= HW_CFG_PHY_CLK_SEL_EXT_PHY_;
411 smsc911x_reg_write(pdata, HW_CFG, hwcfg);
414 hwcfg |
423 unsigned int hwcfg = smsc911x_reg_read(pdata, HW_CFG); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dat76c50x-usb.c629 union at76_hwcfg *hwcfg = kmalloc(sizeof(*hwcfg), GFP_KERNEL); local
631 if (!hwcfg)
635 ret = at76_get_hw_cfg_intersil(priv->udev, hwcfg,
636 sizeof(hwcfg->i));
639 memcpy(priv->mac_addr, hwcfg->i.mac_addr, ETH_ALEN);
640 priv->regulatory_domain = hwcfg->i.regulatory_domain;
642 ret = at76_get_hw_cfg(priv->udev, hwcfg, sizeof(hwcfg->r3));
645 memcpy(priv->mac_addr, hwcfg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1362-hcd.c2520 u16 hwcfg; local
2546 hwcfg = HCHWCFG_INT_ENABLE | HCHWCFG_DBWIDTH(1);
2548 hwcfg |= HCHWCFG_PULLDOWN_DS2 |
2551 hwcfg |= HCHWCFG_CLKNOTSTOP;
2553 hwcfg |= HCHWCFG_ANALOG_OC;
2555 hwcfg |= HCHWCFG_INT_POL;
2557 hwcfg |= HCHWCFG_INT_TRIGGER;
2559 hwcfg |= HCHWCFG_DREQ_POL;
2561 hwcfg |= HCHWCFG_DACK_POL;
2562 isp1362_write_reg16(isp1362_hcd, HCHWCFG, hwcfg);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.c2234 struct vfe_cfg hwcfg; local
2239 memset(&hwcfg, 0, sizeof(hwcfg));
2371 hwcfg.pixelPattern = in->pixel;
2372 hwcfg.inputSource = in->inputSource;
2373 writel(*(uint32_t *)&hwcfg, ctrl->vfebase + VFE_CFG);

Completed in 109 milliseconds