Searched refs:OUTW (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/contrib/
H A Dfix_standby.c95 OUTW (u16 val, unsigned int reg) function
191 OUTW(0x1234, ide_data);
194 OUTW(0x4321, ide_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h206 #define OUTW(np, r, v) OUTW_OFF(np, offsetof(struct sym_reg, r), (v)) macro
211 #define OUTONW(np, r, m) OUTW(np, r, INW(np, r) | (m))
212 #define OUTOFFW(np, r, m) OUTW(np, r, INW(np, r) & ~(m))
H A Dsym_hipd.c194 OUTW(np, nc_sien, RST);
319 OUTW(np, nc_sien, 0); /* mask all scsi interrupts */
329 OUTW(np, nc_sien, GEN);
342 OUTW(np, nc_sien, 0);
1750 OUTW(np, nc_respid, 1ul<<np->myaddr); /* Id to respond to */
1838 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.h422 #define OUTW(r, val) OUTW_OFF (offsetof(struct ncr_reg,r), (val)) macro
431 #define OUTONW(r, m) OUTW(r, INW(r) | (m))
432 #define OUTOFFW(r, m) OUTW(r, INW(r) & ~(m))
H A Dncr53c8xx.c4459 OUTW (nc_sien, RST);
4622 OUTW (nc_sien , 0);
5165 OUTW (nc_respid, 1ul<<np->myaddr); /* Id to respond to */
5197 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR);
7686 OUTW (nc_sien , 0); /* mask all scsi interrupts */
8170 * OUTB OUTW OUTL macros can be used safely.

Completed in 118 milliseconds