/external/kernel-headers/original/asm-x86/ |
io_32.h | 112 * writew/writel functions and the other mmio helpers. The returned 188 static inline void writew(unsigned short b, volatile void __iomem *addr) function 197 #define __raw_writew writew
|
/external/grub/netboot/ |
depca.c | 484 writew(-RX_BUFF_SZ, &lp.rx_ring[i].buf_length); 632 writew(0x0000, &lp.tx_ring[entry].misc); 634 writew(-len, &lp.tx_ring[entry].length);
|
fa311.c | 175 writew(macaddr[i] + (macaddr[i+1] << 8), 202 writew(tx_config, dev->ioaddr + TxConfig); 203 writew(rx_config, dev->ioaddr + RxConfig);
|
linux-asm-io.h | 51 #define writew(b,addr) ((*(volatile unsigned short *) (addr)) = (b)) macro
|
w89c840.c | 159 #undef writew macro 165 #define writew outw macro
|
via-rhine.c | 987 writew(CR_STOP, byCR0);
|
/external/kernel-headers/original/asm-arm/ |
io.h | 180 #define writew(v,c) __raw_writew((__force __u16) \ macro 219 #define writew(v,c) __readwrite_bug("writew") macro
|
/external/libpcap/ |
pcap-dos.c | 1332 writew ("-\\|/"[fan_idx++] | (15 << 8), /* white on black colour */ 1336 /* writew (idx + '0' + 0x0F00, 0xB8000 + 2*78); */ [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 127 static inline void writew(void *addr, uint16_t val) function 645 writew(&smp_cpus, 1); [all...] |