Home
last modified time | relevance | path

Searched refs:control_mask (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/tty/ipwireless/
Dnetwork.h35 unsigned int control_mask);
/linux-2.6.39/sound/ppc/
Dpmac.c174 out_le32(&chip->awacs->control, chip->control_mask | (chip->rate_index << 8)); in snd_pmac_pcm_set_format()
959 chip->control_mask = MASK_IEPC | MASK_IEE | 0x11; /* default */ in snd_pmac_detect()
1025 chip->control_mask = MASK_IEPC | 0x11; /* disable IEE */ in snd_pmac_detect()
1032 chip->control_mask = MASK_IEPC | 0x11; /* disable IEE */ in snd_pmac_detect()
1046 chip->control_mask = MASK_IEPC | 0x11; /* disable IEE */ in snd_pmac_detect()
1053 chip->control_mask = MASK_IEPC | 0x11; /* disable IEE */ in snd_pmac_detect()
1306 out_le32(&chip->awacs->control, chip->control_mask); in snd_pmac_new()
Dpmac.h146 unsigned int control_mask; /* control mask */ member
/linux-2.6.39/drivers/s390/char/
Dsclp.h85 u8 control_mask[3]; member
Dsclp_cmd.c88 sccb->header.control_mask[2] = 0x80; in sclp_read_info_early()
Dsclp.c375 sccb->control_mask[2] = 0x80; in __sclp_make_read_req()
/linux-2.6.39/drivers/video/
Datafb.c864 int control_mask; /* ditto, for hw.falcon.vid_control */ member
1209 par->hw.falcon.vid_control |= pclock->control_mask; in falcon_decode_var()