HomeSort by relevance Sort by last modified time
    Searched refs:outsw (Results 1 - 8 of 8) sorted by null

  /external/grub/netboot/
tiara.c 175 outsw(ioaddr + BMPR_MEM_PORT, d, ETH_ALEN / 2);
176 outsw(ioaddr + BMPR_MEM_PORT, nic->node_addr, ETH_ALEN / 2);
178 outsw(ioaddr + BMPR_MEM_PORT, p, s / 2);
3c595.c 210 outsw(BASE + VX_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
211 outsw(BASE + VX_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
213 outsw(BASE + VX_W1_TX_PIO_WR_1, p, s / 2);
smc9000.c 262 outsw(smc9000_base + DATA_1, d, ETH_ALEN >> 1);
263 outsw(smc9000_base + DATA_1, nic->node_addr, ETH_ALEN >> 1);
267 outsw(smc9000_base + DATA_1 , p, s >> 1);
cs89x0.c 258 outsw(eth_nic_base + TX_FRAME_PORT, testpacket,
392 outsw(eth_nic_base + TX_FRAME_PORT, d, ETH_ALEN/2);
393 outsw(eth_nic_base + TX_FRAME_PORT, nic->node_addr,
396 outsw(eth_nic_base + TX_FRAME_PORT, p, (s+1)/2);
3c509.c 200 outsw(BASE + EP_W1_TX_PIO_WR_1, d, ETH_ALEN/2);
201 outsw(BASE + EP_W1_TX_PIO_WR_1, nic->node_addr, ETH_ALEN/2);
203 outsw(BASE + EP_W1_TX_PIO_WR_1, p, s / 2);
eepro.c 419 outsw(ioaddr + IO_PORT, d, ETH_ALEN / 2);
420 outsw(ioaddr + IO_PORT, nic->node_addr, ETH_ALEN / 2);
422 outsw(ioaddr + IO_PORT, &type, sizeof(type) / 2);
423 outsw(ioaddr + IO_PORT, p, (s + 3) >> 1);
  /external/kernel-headers/original/asm-arm/
io.h 124 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) macro
140 #define outsw_p(port,from,len) outsw(port,from,len)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 525 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs)
    [all...]

Completed in 459 milliseconds