Searched full:ch_start (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | scan.c | 43 struct ieee80211_channel *ch_start, *ch_cur; in send_scan_req() local 47 ch_start = req->channels[start_idx]; in send_scan_req() 50 if (ch_cur->max_power != ch_start->max_power) in send_scan_req() 52 if ((ch_cur->flags ^ ch_start->flags) & IEEE80211_CHAN_NO_IR) in send_scan_req()
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 131 #define CH_START 0xe0 macro
|
| H A D | trident_main.c | 473 outl(regs[0], TRID_REG(trident, CH_START + 0)); in snd_trident_write_voice_regs() 474 outl(regs[1], TRID_REG(trident, CH_START + 4)); in snd_trident_write_voice_regs() 475 outl(regs[2], TRID_REG(trident, CH_START + 8)); in snd_trident_write_voice_regs() 476 outl(regs[3], TRID_REG(trident, CH_START + 12)); in snd_trident_write_voice_regs() 477 outl(regs[4], TRID_REG(trident, CH_START + 16)); in snd_trident_write_voice_regs() 482 regs[0], inl(TRID_REG(trident, CH_START + 0))); in snd_trident_write_voice_regs() 484 regs[1], inl(TRID_REG(trident, CH_START + 4))); in snd_trident_write_voice_regs() 486 regs[2], inl(TRID_REG(trident, CH_START + 8))); in snd_trident_write_voice_regs() 488 regs[3], inl(TRID_REG(trident, CH_START + 12))); in snd_trident_write_voice_regs() 490 regs[4], inl(TRID_REG(trident, CH_START in snd_trident_write_voice_regs() [all...] |