/openbmc/u-boot/drivers/net/ |
H A D | ax88180.c | 74 tmpval = INW (dev, MDIOCTRL); in ax88180_mdio_check_complete() 91 tmpval = INW (dev, MDIODP); in ax88180_mdio_read() 158 tmpval = INW (dev, MISC); in ax88180_mac_reset() 174 tmpval = INW (dev, TXBS); in ax88180_poll_tx_complete() 201 rxcurt_ptr = INW (dev, RXCURT); in ax88180_rx_handler() 202 rxbound_ptr = INW (dev, RXBOUND); in ax88180_rx_handler() 244 rxcurt_ptr = INW (dev, RXCURT); in ax88180_rx_handler() 245 rxbound_ptr = INW (dev, RXBOUND); in ax88180_rx_handler() 565 OUTW (dev, INW (dev, ISR), ISR); in ax88180_init() 580 ISR_Status = INW (dev, ISR); in ax88180_recv() [all …]
|
H A D | eepro100.c | 232 static inline int INW (struct eth_device *dev, u_long addr) in INW() function 371 for (i = 0; INW (dev, SCBCmd) & (CU_CMD_MASK | RU_CMD_MASK); i++) { in wait_for_eepro100() 658 stat = INW (dev, SCBStatus); in eepro100_recv() 773 ((INW (dev, SCBeeprom) & EE_DATA_READ) ? 1 : 0); in read_eeprom() 850 dataval = INW(dev, SCBeeprom); in eepro100_write_eeprom()
|
H A D | ax88180.h | 356 static inline unsigned short INW (struct eth_device *dev, unsigned long addr) in INW() function
|
H A D | ns8382x.c | 273 INW(struct eth_device *dev, u_long addr) in INW() function
|
H A D | natsemi.c | 252 INW(struct eth_device *dev, u_long addr) in INW() function
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 193 #define INW(np, r) INW_OFF(np, offsetof(struct sym_reg, r)) macro 202 #define OUTONW(np, r, m) OUTW(np, r, INW(np, r) | (m)) 203 #define OUTOFFW(np, r, m) OUTW(np, r, INW(np, r) & ~(m))
|
H A D | sym_hipd.c | 151 INW(np, nc_sist); in sym_soft_reset() 206 ((INW(np, nc_sbdl) & 0xff) << 9) | /* d7-0 */ in sym_reset_scsi_bus() 207 ((INW(np, nc_sbdl) & 0xff00) << 10) | /* d15-8 */ in sym_reset_scsi_bus() 310 INW(np, nc_sist); /* clear pending scsi interrupt */ in getfreq() 312 INW(np, nc_sist); /* another one, just to be sure :) */ in getfreq() 325 while (!(INW(np, nc_sist) & GEN) && ms++ < 100000) in getfreq() 1181 sist = INW(np, nc_sist); 1865 INW(np, nc_sist); 2426 delta = INW(np, nc_dfbc); 2850 sist |= INW(np, nc_sist);
|
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.h | 419 #define INW(r) INW_OFF (offsetof(struct ncr_reg,r)) macro 432 #define OUTONW(r, m) OUTW(r, INW(r) | (m)) 433 #define OUTOFFW(r, m) OUTW(r, INW(r) & ~(m))
|
H A D | ncr53c8xx.c | 4475 ((INW(nc_sbdl) & 0xff) << 9) | /* d7-0 */ in ncr_reset_scsi_bus() 4476 ((INW(nc_sbdl) & 0xff00) << 10) | /* d15-8 */ in ncr_reset_scsi_bus() 5760 sist = (istat & SIP) ? INW (nc_sist) : 0; in ncr_exception() 7697 (void) INW (nc_sist); /* clear pending scsi interrupt */ 7699 (void) INW (nc_sist); /* another one, just to be sure :) */ 7703 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 816 "IN AX, DX","INW DX, AX","inw DX, AX","ED","V","V","","operand16","w,r","Y","16" 817 "IN AX, imm8u","INW imm8u, AX","inw imm8u, AX","E5 ib","V","V","","operand16","w,r","Y","16"
|