Searched defs:mpd (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/bcmdhd/
H A Daiutils.c162 uint32 mpd, asd, addrl, addrh, sizel, sizeh; local
221 mpd = get_erom_ent(sih, &eromptr, ER_VALID, ER_VALID);
222 if ((mpd & ER_TAG) != ER_MP) {
227 (mpd & MPD_MP_MASK) >> MPD_MP_SHIFT,
228 (mpd & MPD_MUI_MASK) >> MPD_MUI_SHIFT));
/drivers/staging/cxt1e1/
H A Dmusycc.h67 VINT32 mpd; /* Memory Protection Descriptor [5-18] */ member in struct:musycc_groupr
98 VINT32 mpd; /* Memory Protection Descriptor [5-18] */ member in struct:musycc_globalr
/drivers/scsi/
H A Dgdth.c2335 gdth_modep_data mpd; local
2383 memset((char*)&mpd,0,sizeof(gdth_modep_data));
2384 mpd.hd.data_length = sizeof(gdth_modep_data);
2385 mpd.hd.dev_par = (ha->hdr[t].devtype&2) ? 0x80:0;
2386 mpd.hd.bd_length = sizeof(mpd.bd);
2387 mpd.bd.block_length[0] = (SECTOR_SIZE & 0x00ff0000) >> 16;
2388 mpd.bd.block_length[1] = (SECTOR_SIZE & 0x0000ff00) >> 8;
2389 mpd.bd.block_length[2] = (SECTOR_SIZE & 0x000000ff);
2390 gdth_copy_internal_data(ha, scp, (char*)&mpd, sizeo
[all...]
/drivers/telephony/
H A Dixj.h423 unsigned int mpd:1; /* MIC Bias Power Down */ member in struct:__anon5492

Completed in 185 milliseconds