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

/drivers/atm/
H A Dsuni.c41 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro
43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
67 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) |
68 ((GET(RSOP_SBM) & 0xff) << 8));
69 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) |
70 ((GET(RLOP_LB) & 0xff) << 8) |
71 ((GET(RLOP_LBM) & 0xf) << 16));
72 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) |
73 ((GET(RPOP_PBM) & 0xff) << 8));
74 ADD_LIMITED(line_febe,(GET(RLOP_LF
[all...]
H A DuPD98402.c37 #define GET(reg) dev->ops->phy_get(dev,uPD98402_##reg) macro
45 atomic_add(GET(HECCT),&PRIV(dev)->sonet_stats.uncorr_hcs);
79 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] <<
92 s[0] = GET(C11R);
93 s[1] = GET(C12R);
94 s[2] = GET(C13R);
106 mode_reg = GET(MDR) & ~(uPD98402_MDR_TPLP | uPD98402_MDR_ALP |
164 { atomic_add(GET(v),&PRIV(dev)->sonet_stats.s); \
173 events = GET(PCR);
190 while ((reason = GET(PIC
[all...]
H A Didt77105.c46 #define GET(reg) dev->ops->phy_get(dev,IDT77105_##reg) macro
68 val = GET(CTRLO);
70 val |= GET(CTRHI)<<8;
125 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
132 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG);
162 diag = GET(DIAG) & ~IDT77105_DIAG_LCMASK;
216 istat = GET(ISTAT); /* side effect: clears all interrupt status bits */
230 PRIV(dev)->old_mcr = GET(MCR);
245 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG);
275 GET(ISTA
[all...]
/drivers/staging/media/easycap/
H A Deasycap_low.c44 #define GET(X, Y, Z) do { \ macro
343 GET(p, 0x0201, &igot); get0 = igot;
390 GET(p, 0x0502, &igot); got502 = (0xFF & igot);
391 GET(p, 0x0503, &igot); got503 = (0xFF & igot);
411 * REGISTER 502: LEAST SIGNIFICANT BYTE OF VALUE TO GET
412 * REGISTER 503: MOST SIGNIFICANT BYTE OF VALUE TO GET
426 GET(p, 0x0502, &igot); got502 = (0xFF & igot);
427 GET(p, 0x0503, &igot); got503 = (0xFF & igot);
552 GET(p, 0x0209, &igot);
563 GET(
[all...]
/drivers/net/fddi/skfp/h/
H A Dskfbi.h1043 #define GET(io,mask) (inpw(io)&(mask)) macro

Completed in 185 milliseconds