Searched refs:z_writeb (Results 1 - 8 of 8) sorted by last modified time

/linux-master/drivers/net/ethernet/8390/
H A Dzorro8390.c88 z_writeb(z_readb(NE_BASE + NE_RESET), NE_BASE + NE_RESET);
99 z_writeb(ENISR_RESET, NE_BASE + NE_EN0_ISR); /* Ack intr */
124 z_writeb(E8390_NODMA + E8390_PAGE0 + E8390_START, nic_base + NE_CMD);
125 z_writeb(ENISR_RDC, nic_base + NE_EN0_ISR);
126 z_writeb(sizeof(struct e8390_pkt_hdr), nic_base + NE_EN0_RCNTLO);
127 z_writeb(0, nic_base + NE_EN0_RCNTHI);
128 z_writeb(0, nic_base + NE_EN0_RSARLO); /* On page boundary */
129 z_writeb(ring_page, nic_base + NE_EN0_RSARHI);
130 z_writeb(E8390_RREAD+E8390_START, nic_base + NE_CMD);
136 z_writeb(ENISR_RD
[all...]
H A Dhydra.c135 z_writeb(0x4b, ioaddr + NE_EN0_DCFG);
H A Dxsurf100.c29 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a))
/linux-master/drivers/ata/
H A Dpata_gayle.c108 z_writeb(0x7c, (unsigned long)ap->private_data);
H A Dpata_buddha.c129 z_writeb(0, (unsigned long)ap->private_data);
198 z_writeb(0, buddha_board + BUDDHA_IRQ_MR);
/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c2514 z_writeb(val, cinfo->regbase + 0x8000);
2526 z_writeb(val, cinfo->regbase + 0x9000);
/linux-master/drivers/i2c/busses/
H A Di2c-icy.c69 z_writeb(val, address);
/linux-master/arch/m68k/include/asm/
H A Dzorro.h12 #define z_writeb raw_outb macro

Completed in 197 milliseconds