Searched refs:reg_write (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-ohci.c203 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) function
226 reg_write(ohci, OHCI1394_PhyControl, OHCI1394_PhyControl_Read(addr));
236 reg_write(ohci, OHCI1394_PhyControl,
275 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_WAKE);
431 reg_write(ctx->ohci, COMMAND_PTR(ctx->regs), ab_bus | 1);
432 reg_write(ctx->ohci, CONTROL_SET(ctx->regs), CONTEXT_RUN);
549 reg_write(ohci, COMMAND_PTR(ctx->regs),
551 reg_write(ohci, CONTROL_CLEAR(ctx->regs), ~0);
552 reg_write(ohci, CONTROL_SET(ctx->regs), CONTEXT_RUN | extra);
570 reg_write(ct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c226 reg_write(ohci, OHCI1394_PhyControl, (addr << 8) | 0x00008000);
254 reg_write(ohci, OHCI1394_PhyControl, (addr << 8) | data | 0x00004000);
354 reg_write(ohci, OHCI1394_HCControlSet, OHCI1394_HCControl_softReset);
400 reg_write(ohci, d->ctrlClear, 0xffffffff);
403 reg_write(ohci, d->ctrlSet, 0xd0000000);
406 reg_write(ohci, d->ctxtMatch, 0xf0000000);
409 reg_write(ohci, OHCI1394_IRMultiChanMaskHiClear, 0xffffffff);
410 reg_write(ohci, OHCI1394_IRMultiChanMaskLoClear, 0xffffffff);
413 reg_write(ohci, OHCI1394_IsoRecvIntMaskSet, 1 << d->ctx);
417 reg_write(ohc
[all...]
H A Dpcilynx.c101 reg_write((struct ti_lynx *) data, SERIAL_EEPROM_CONTROL, ((struct ti_lynx *) data)->i2c_driven_state);
111 reg_write((struct ti_lynx *) data, SERIAL_EEPROM_CONTROL, ((struct ti_lynx *) data)->i2c_driven_state);
204 reg_write(lynx, LINK_PHY, LINK_PHY_READ | LINK_PHY_ADDR(addr));
217 reg_write(lynx, LINK_INT_STATUS, LINK_INT_PHY_REG_RCVD);
245 reg_write(lynx, LINK_PHY, LINK_PHY_WRITE | LINK_PHY_ADDR(addr)
358 reg_write(lynx, LINK_ID, (0xffc0 | phyid) << 16);
656 reg_write(lynx, CYCLE_TIMER, arg);
660 reg_write(lynx, LINK_ID,
677 reg_write(lynx, DMA_CHAN_CTRL(CHANNEL_ASYNC_SEND), 0);
732 reg_write(lyn
[all...]
H A Dpcilynx.h123 static inline void reg_write(const struct ti_lynx *lynx, int offset, u32 data) function
136 reg_write(lynx, offset, (reg_read(lynx, offset) | mask));
142 reg_write(lynx, offset, (reg_read(lynx, offset) & ~mask));
424 reg_write(lynx, DMA0_CURRENT_PCL + dmachan * 0x20,
426 reg_write(lynx, DMA0_CHAN_CTRL + dmachan * 0x20,
H A Ddv1394.c580 reg_write(video->ohci, video->ohci_IsoXmitCommandPtr,
620 reg_write(video->ohci, video->ohci_IsoXmitContextControlClear, 0xFFFFFFFF);
639 reg_write(video->ohci, video->ohci_IsoXmitContextControlSet, 0x8000);
745 reg_write(video->ohci, video->ohci_IsoRcvContextControlClear, 0xFFFFFFFF);
749 reg_write(video->ohci, video->ohci_IsoRcvContextControlSet, 0x40000000);
752 reg_write(video->ohci, video->ohci_IsoRcvContextMatch, 0xf0000000 | video->channel);
755 reg_write(video->ohci, video->ohci_IsoRcvCommandPtr,
762 reg_write(video->ohci, video->ohci_IsoRcvContextControlSet, 0x8000);
790 reg_write(video->ohci, video->ohci_IsoRcvContextControlSet, (1 << 12));
1022 reg_write(vide
[all...]
H A Dvideo1394.c448 reg_write(ohci, d->ctrlClear, 0xf0000000);
451 reg_write(ohci, d->ctrlSet, 0x80000000);
455 reg_write(ohci, d->ctrlSet, 0x40000000);
459 reg_write(ohci, d->ctxMatch, 0xf0000000|((tag&0xf)<<8)|d->channel);
462 reg_write(ohci, OHCI1394_IsoRecvIntMaskSet, 1<<d->ctx);
696 reg_write(ohci, OHCI1394_IsoXmitIntMaskSet, 1<<d->ctx);
921 reg_write(ohci, d->cmdPtr,
925 reg_write(ohci, d->ctrlSet, 0x8000);
932 reg_write(ohci, d->ctrlSet, 0x1000);
1095 reg_write(ohc
[all...]
H A Dohci1394.h248 static inline void reg_write(const struct ti_ohci *ohci, int offset, u32 data) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-pasemi.c62 static inline void reg_write(struct pasemi_smbus *smbus, int reg, int val) function
78 #define TXFIFO_WR(smbus, reg) reg_write((smbus), REG_MTXFIFO, (reg))
86 reg_write(smbus, REG_SMSTA, status);
103 reg_write(smbus, REG_SMSTA, status);
108 reg_write(smbus, REG_SMSTA, SMSTA_XEN);
151 reg_write(smbus, REG_CTL, (CTL_MTR | CTL_MRR |
318 reg_write(smbus, REG_CTL, (CTL_MTR | CTL_MRR |
370 reg_write(smbus, REG_CTL, (CTL_MTR | CTL_MRR |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mfd/
H A Dmcp.h32 void (*reg_write)(struct mcp *, unsigned int, unsigned int); member in struct:mcp_ops
H A Dmcp-sa11x0.c135 .reg_write = mcp_sa11x0_write,
H A Dmcp-core.c131 mcp->ops->reg_write(mcp, reg, val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dak4114.c41 static void reg_write(struct ak4114 *ak4114, unsigned char reg, unsigned char val) function
119 reg_write(chip, reg, (chip->regmap[reg] & ~mask) | val);
121 reg_write(chip, reg,
130 reg_write(chip, AK4114_REG_PWRDN, old & ~(AK4114_RST|AK4114_PWN));
133 reg_write(chip, AK4114_REG_PWRDN, (old | AK4114_RST) & ~AK4114_PWN);
136 reg_write(chip, reg, chip->regmap[reg]);
138 reg_write(chip, reg + AK4114_REG_TXCSB0, chip->txcsb[reg]);
140 reg_write(chip, AK4114_REG_PWRDN, old | AK4114_RST | AK4114_PWN);
270 reg_write(chip, AK4114_REG_TXCSB0 + i, ucontrol->value.iec958.status[i]);
H A Dak4117.c40 static void reg_write(struct ak4117 *ak4117, unsigned char reg, unsigned char val) function
112 reg_write(chip, reg, (chip->regmap[reg] & ~mask) | val);
122 reg_write(chip, AK4117_REG_PWRDN, 0);
125 reg_write(chip, AK4117_REG_PWRDN, (old | AK4117_RST) & ~AK4117_PWN);
128 reg_write(chip, reg, chip->regmap[reg]);
130 reg_write(chip, AK4117_REG_PWRDN, old | AK4117_RST | AK4117_PWN);
226 reg_write(chip, AK4117_REG_IO, (old_val & ~AK4117_IPS) | (ucontrol->value.integer.value[0] ? AK4117_IPS : 0));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dlanai.c489 static inline void reg_write(const struct lanai_dev *lanai, u32 val, function
499 reg_write(lanai, lanai->conf1, Config1_Reg);
504 reg_write(lanai, lanai->conf2, Config2_Reg);
520 reg_write(lanai, 0, Reset_Reg);
1075 reg_write(lanai, i, IntControlEna_Reg);
1080 reg_write(lanai, i, IntControlDis_Reg);
1286 reg_write(lanai, (ptr << 12) | lvcc->vci, Butt_Reg);
1587 reg_write(lanai, INT_ALL, IntAck_Reg);
1607 reg_write(lanai, 0, ServWrite_Reg);
1609 reg_write(lana
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dw100fb.c137 static DEVICE_ATTR(reg_write, 0200, NULL, w100fb_reg_write);

Completed in 99 milliseconds