Home
last modified time | relevance | path

Searched refs:insw (Results 1 – 8 of 8) sorted by relevance

/external/grub/netboot/
D3c595.c269 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2); in t595_poll()
282 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2); in t595_poll()
D3c509.c259 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2); in t509_poll()
271 insw(BASE + EP_W1_RX_PIO_RD_1, nic->packet+nic->packetlen, rx_fifo / 2); in t509_poll()
Dtiara.c150 insw(ioaddr + BMPR_MEM_PORT, nic->packet, len / 2); in tiara_poll()
Dsmc9000.c350 insw(smc9000_base + DATA_1, nic->packet, (nic->packetlen+2) >> 1); in smc9000_poll()
Dcs89x0.c426 insw(eth_nic_base + RX_FRAME_PORT, nic->packet, nic->packetlen >> 1); in cs89x0_poll()
Deepro.c371 insw(ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
/external/kernel-headers/original/asm-arm/
Dio.h128 #define insw(p,d,l) __raw_readsw(__io(p),d,l) macro
143 #define insw_p(port,to,len) insw(port,to,len)
/external/grub/
DChangeLog6881 define insb, insw and insl, respectively. Likewise, Call __OUTS