Searched refs:wm (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_gsc.h136 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
148 __parport_gsc_frob_control (p, wm, d & wm);
165 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
182 mask &= wm;
183 val &= wm;
H A Dparport_sunbpp.c188 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
193 parport_sunbpp_frob_control (p, wm, d & wm);
H A Dparport_ip32.c957 const unsigned int wm = local
959 CHECK_EXTRA_BITS(p, c, wm);
960 __parport_ip32_frob_control(p, wm, c & wm);
976 const unsigned int wm = local
978 CHECK_EXTRA_BITS(p, mask, wm);
979 CHECK_EXTRA_BITS(p, val, wm);
980 __parport_ip32_frob_control(p, mask & wm, val & wm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dparport_pc.h158 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
170 __parport_pc_frob_control (p, wm, d & wm);
187 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
204 mask &= wm;
205 val &= wm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_util.c895 int32 wm; local
897 wm = tdb_fetch_int32(idmap_tdb, HWM_USER);
899 if (wm != -1) {
900 wm = IREV(wm);
902 wm = server_state.uid_low;
905 if (tdb_store_int32(idmap_tdb, HWM_USER, wm) == -1) {
911 wm = tdb_fetch_int32(idmap_tdb, HWM_GROUP);
912 if (wm != -1) {
913 wm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dsignal.c62 unsigned long wm; local
73 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb));
86 int m = (wm >> base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_gtf.c27 u32 wm; member in struct:wm_info
270 wm_best = wmark[i].wm;

Completed in 117 milliseconds