Searched refs:inpw (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dtypes.h33 #define inpw(p) ioread16(p) macro
H A Dskfbi.h1041 #define CLEAR(io,mask) outpw((io),inpw(io)&(~(mask)))
1042 #define SET(io,mask) outpw((io),inpw(io)|(mask))
1043 #define GET(io,mask) (inpw(io)&(mask))
1044 #define SETMASK(io,val,mask) outpw((io),(inpw(io) & ~(mask)) | (val))
1067 #define MDRR() (((long)inpw(FM_A(FM_MDRU))<<16) + inpw(FM_A(FM_MDRL)))
1070 #define GET_ST1() (((long)inpw(FM_A(FM_ST1U))<<16) + inpw(FM_A(FM_ST1L)))
1071 #define GET_ST2() (((long)inpw(FM_A(FM_ST2U))<<16) + inpw(FM_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Ddrvfbi.c104 word = inpw(PCI_C(PCI_STATUS)) ;
202 stu = inpw(FM_A(FM_ST1U)) ;
203 stl = inpw(FM_A(FM_ST1L)) ;
224 u_short st = inpw(PLC(PB,PL_INTR_EVENT)) ;
235 u_short st = inpw(PLC(PA,PL_INTR_EVENT)) ;
H A Dpcmplc.c438 rev = inpw(PLC(p,PL_STATUS_A)) & PLC_REV_MASK ;
464 (void)inpw(PLC(p,PL_INTR_EVENT)) ; /* clear interrupt event reg */
493 val = inpw(port) & ~(PL_PCM_CNTRL | PL_MAINT) ;
510 state = inpw(PLC(phy,PL_STATUS_A)) & PL_LINE_ST ;
546 if (inpw(PLC(np,PL_STATUS_B)) & PL_PCM_SIGNAL) {
771 (void)inpw(PLC(np,PL_INTR_EVENT)) ;
774 plc_rev = inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK ;
792 if (!(inpw(PLC(np,PL_STATUS_B)) & PL_PCM_SIGNAL))
794 if (((inpw(PLC(np,PL_STATUS_A)) & PLC_REV_MASK) !=
796 !(inpw(PL
[all...]
H A Dfplustm.c59 while ((inpw(FM_A(FM_STMCHN)) & FM_SNPPND) && k) k--;\
66 while (!(inpw(FM_A(FM_AFSTAT)) & FM_DONE) && k) k--;\
114 tneg = (u_long)((long)inpw(FM_A(FM_TNEG))<<5) ;
115 return((u_long)((tneg + ((inpw(FM_A(FM_TMRS))>>10)&0x1f)) |
123 + (u_short) inpw(FM_A(FM_FCNTR)) ;
126 + (u_short) inpw(FM_A(FM_LCNTR)) ;
129 + (u_short) inpw(FM_A(FM_ECNTR)) ;
954 return((inpw(FM_A(FM_STMCHN))>>4)&7) ;
1236 if (inpw(ADDR(B2_RTM_CRTL)) & TIM_RES_TOK) {
H A Dhwmtm.c755 stu = inpw(FM_A(FM_ST1U)) ;
756 stl = inpw(FM_A(FM_ST1L)) ;
761 stu= inpw(FM_A(FM_ST2U)) ;
762 stl= inpw(FM_A(FM_ST2L)) ;
768 stu= inpw(FM_A(FM_ST3U)) ;
769 stl= inpw(FM_A(FM_ST3L)) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb_def.h117 #define inpw(port) readw(port) macro
H A Debi2_l2f.c98 #define DISP_DATA_IN() inpw(DISP_DATA_PORT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c109 #define inpw(port) inw(port) macro
861 #define AscGetChipSignatureWord(port) (ushort)inpw((port)+IOP_SIG_WORD)
863 #define AscGetChipCfgLsw(port) (ushort)inpw((port)+IOP_CONFIG_LOW)
864 #define AscGetChipCfgMsw(port) (ushort)inpw((port)+IOP_CONFIG_HIGH)
869 #define AscGetChipEEPData(port) (ushort)inpw((port)+IOP_EEP_DATA)
871 #define AscGetChipLramAddr(port) (ushort)inpw((PortAddr)((port)+IOP_RAM_ADDR))
873 #define AscGetChipLramData(port) (ushort)inpw((port)+IOP_RAM_DATA)
877 #define AscGetChipStatus(port) (ASC_CS_TYPE)inpw((port)+IOP_STATUS)
884 #define AscGetPCAddr(port) (ushort)inpw((port)+IOP_REG_PC)
889 #define AscReadChipAX(port) (ushort)inpw((por
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dhcfcfg.h906 #define IN_PORT_WORD(port) ((hcf_16)inpw( (hcf_io)(port) ))

Completed in 212 milliseconds