Home
last modified time | relevance | path

Searched full:ch_start (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/silabs/wfx/
H A Dscan.c43 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 Dtrident.h131 #define CH_START 0xe0 macro
H A Dtrident_main.c473 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...]