Searched refs:writeb (Results 151 - 175 of 419) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dedb7312.c93 writeb(cmd, chip->IO_ADDR_W);
H A Dh1910.c68 writeb(cmd, chip->IO_ADDR_W | ((ctrl & 0x6) << 1));
H A Dnomadik_nand.c73 writeb(cmd, host->cmd_va);
75 writeb(cmd, host->addr_va);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_osdep.h76 writeb((value), ((a)->hw_addr + \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunzilog.c133 writeb(reg, &channel->control);
144 writeb(reg, &channel->control);
146 writeb(value, &channel->control);
167 writeb(ERR_RES, &channel->control);
191 writeb(ERR_RES, &channel->control);
341 writeb(ERR_RES, &channel->control);
419 writeb(RES_EXT_INT, &channel->control);
497 writeb(up->port.x_char, &channel->data);
516 writeb(xmit->buf[xmit->tail], &channel->data);
529 writeb(RES_Tx_
[all...]
H A Dioc3_serial.c341 writeb(lcr | UART_LCR_DLAB, &uart->iu_lcr);
342 writeb((unsigned char)divisor, &uart->iu_dll);
343 writeb((unsigned char)(divisor >> 8), &uart->iu_dlm);
344 writeb((unsigned char)prediv, &uart->iu_scr);
345 writeb((unsigned char)lcr, &uart->iu_lcr);
418 writeb(0, &uart->iu_lcr);
419 writeb(0, &uart->iu_ier);
425 writeb(UART_LCR_WLEN8 | 0, &uart->iu_lcr);
429 writeb(UART_FCR_ENABLE_FIFO, &uart->iu_fcr);
431 writeb(UART_FCR_ENABLE_FIF
[all...]
H A Dip22zilog.h268 #define ZS_CLEARERR(channel) do { writeb(ERR_RES, &channel->control); \
271 #define ZS_CLEARSTAT(channel) do { writeb(RES_EXT_INT, &channel->control); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_svw.c152 writeb(tf->ctl, ioaddr->ctl_addr);
176 writeb(tf->device, ioaddr->device_addr);
234 writeb(dmactl, mmio + ATA_DMA_CMD);
257 writeb(dmactl | ATA_DMA_START, mmio + ATA_DMA_CMD);
H A Dsata_vsc.c128 writeb(0, mask_addr);
139 writeb(0xff, mask_addr);
155 writeb(mask, mask_addr);
194 writeb(tf->device, ioaddr->device_addr);
H A Dsata_inic162x.c270 writeb(0xff, port_base + PORT_IRQ_STAT);
375 writeb(irq_stat, port_base + PORT_IRQ_STAT);
536 writeb(0, port_base + PORT_CPB_PTQFIFO);
573 writeb(PIRQ_MASK_FREEZE, port_base + PORT_IRQ_MASK);
574 writeb(0xff, port_base + PORT_IRQ_STAT);
581 writeb(0xff, port_base + PORT_IRQ_STAT);
582 writeb(PIRQ_MASK_DEFAULT, port_base + PORT_IRQ_MASK);
757 writeb(0xff, port_base + PORT_IRQ_MASK);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dio_64.h214 #define writeb(__b, __addr) _writeb(__b, __addr) macro
414 writeb(c, d);
443 writeb(tmp, d);
474 #define iowrite8(val,X) writeb(val,X)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mfd/
H A Dtmio.h14 #define tmio_iowrite8(val, addr) writeb((val), (addr))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ebsa110/include/mach/
H A Dio.h63 #define writeb(v,b) __writeb(v,b) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dio.h168 REMAP2(u8, writeb, volatile)
254 extern void writeb(u8 b, volatile void __iomem *addr);
408 IO_CONCAT(__IO_PREFIX,writeb)(b, addr);
430 extern inline void writeb(u8 b, volatile void __iomem *addr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/icn/
H A Dicn.h209 #define sbnext (writeb((readb(&dev.shmem->data_control.scns)+1) & 0xf, \
223 #define rbnext (writeb((readb(&dev.shmem->data_control.ecnr)+1) & 0xf, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dfmvj18x_cs.c621 writeb(0x47, lp->base+0x800); /* Config Option Register of LAN */
622 writeb(0x0, lp->base+0x802); /* Config and Status Register */
624 writeb(ioaddr & 0xff, lp->base+0x80a); /* I/O Base(Low) of LAN */
625 writeb((ioaddr >> 8) & 0xff, lp->base+0x80c); /* I/O Base(High) of LAN */
627 writeb(0x45, lp->base+0x820); /* Config Option Register of Modem */
628 writeb(0x8, lp->base+0x822); /* Config and Status Register */
788 writeb(0x01, lp->base+0x802);
789 writeb(0x09, lp->base+0x822);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx833x/common/
H A Dplatform.c262 writeb(cmd, (void __iomem *)(nandaddr + PNX8335_NAND_CLE_MASK));
264 writeb(cmd, (void __iomem *)(nandaddr + PNX8335_NAND_ALE_MASK));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/rb532/
H A Ddevices.c54 writeb(dev3.state, dev3.base);
162 writeb(cmd, chip->IO_ADDR_W);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Driowd.c71 writeb(index, p->regs + 0);
72 writeb(val, p->regs + 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioboot.c177 writeb(BOOT_FROM_RAM | EXTERNAL_BUS_ON | HostP->Mode | RIOAtVec2Ctrl[HostP->Ivec & 0xF], &HostP->Control);
186 writeb(PCITpBootFromRam | PCITpBusEnable | HostP->Mode, &HostP->Control);
385 writeb(NFIX(((unsigned short) (~offset) >> (unsigned short) 12) & 0xF), DestP);
386 writeb(PFIX((offset >> 8) & 0xF), DestP + 1);
387 writeb(PFIX((offset >> 4) & 0xF), DestP + 2);
388 writeb(JUMP(offset & 0xF), DestP + 3);
390 writeb(NFIX(0), DestP + 6);
391 writeb(JUMP(8), DestP + 7);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Duv_hub.h338 writeb(val, uv_global_mmr64_address(pnode, offset));
372 writeb(val, uv_local_mmr_address(offset));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dio.h110 #define writeb(b, addr) (void)((*(volatile unsigned char *)(addr)) = (b)) macro
147 #define outb(val, port) writeb((val),(u8 *)((unsigned long)(port)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dio.h72 * read (readb, readw, readl, readq) and write (writeb, writew,
88 static inline void writeb(unsigned char v, volatile void __iomem *addr) function
123 #define outb(val, port) writeb((val), (u8 *)((unsigned long)(port)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-qong.c145 writeb(cmd, nand_chip->IO_ADDR_W + (1 << 24));
147 writeb(cmd, nand_chip->IO_ADDR_W + (1 << 23));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dsl811-hcd.c161 writeb(len, data_reg);
162 writeb(SL_SETUP /* | ep->epnum */, data_reg);
163 writeb(usb_pipedevice(urb->pipe), data_reg);
189 writeb(0, data_reg);
190 writeb((do_out ? SL_OUT : SL_IN) /* | ep->epnum */, data_reg);
191 writeb(usb_pipedevice(urb->pipe), data_reg);
229 writeb(len, data_reg);
230 writeb(SL_IN | ep->epnum, data_reg);
231 writeb(usb_pipedevice(urb->pipe), data_reg);
272 writeb(le
[all...]

Completed in 306 milliseconds

1234567891011>>