Home
last modified time | relevance | path

Searched refs:sol (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/sound/pci/emu10k1/
Dio.c441 unsigned int sol; in snd_emu10k1_voice_set_loop_stop() local
447 sol = inl(emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
448 sol |= 1 << (voicenum - 32); in snd_emu10k1_voice_set_loop_stop()
451 sol = inl(emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
452 sol |= 1 << voicenum; in snd_emu10k1_voice_set_loop_stop()
454 outl(sol, emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
461 unsigned int sol; in snd_emu10k1_voice_clear_loop_stop() local
467 sol = inl(emu->port + DATA); in snd_emu10k1_voice_clear_loop_stop()
468 sol &= ~(1 << (voicenum - 32)); in snd_emu10k1_voice_clear_loop_stop()
471 sol = inl(emu->port + DATA); in snd_emu10k1_voice_clear_loop_stop()
[all …]
/linux-4.4.14/arch/ia64/kernel/
Dcrash.c60 unsigned long cfm, sof, sol; in crash_save_this_cpu() local
71 sol = (cfm >> 7) & 0x7f; in crash_save_this_cpu()
74 sof - sol); in crash_save_this_cpu()
Dunwind.c2053 unsigned long sol; in unw_init_frame_info() local
2057 sol = (*info->cfm_loc >> 7) & 0x7f; in unw_init_frame_info()
2058 info->bsp = (unsigned long) ia64_rse_skip_regs((unsigned long *) info->regstk.top, -sol); in unw_init_frame_info()
2064 __func__, info->bsp, sol, info->ip); in unw_init_frame_info()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_ctlr.c395 } __packed * sol; in fcoe_ctlr_solicit() local
398 skb = dev_alloc_skb(sizeof(*sol)); in fcoe_ctlr_solicit()
402 sol = (struct fip_sol *)skb->data; in fcoe_ctlr_solicit()
404 memset(sol, 0, sizeof(*sol)); in fcoe_ctlr_solicit()
405 memcpy(sol->eth.h_dest, fcf ? fcf->fcf_mac : fcoe_all_fcfs, ETH_ALEN); in fcoe_ctlr_solicit()
406 memcpy(sol->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_solicit()
407 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
409 sol->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER); in fcoe_ctlr_solicit()
410 sol->fip.fip_op = htons(FIP_OP_DISC); in fcoe_ctlr_solicit()
411 sol->fip.fip_subcode = FIP_SC_SOL; in fcoe_ctlr_solicit()
[all …]
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfirmware.c172 char *eoc, *sol; in brcmf_nvram_handle_comment() local
174 sol = (char *)&nvp->data[nvp->pos]; in brcmf_nvram_handle_comment()
175 eoc = strchr(sol, '\n'); in brcmf_nvram_handle_comment()
177 eoc = strchr(sol, '\0'); in brcmf_nvram_handle_comment()
185 nvp->pos += (eoc - sol) + 1; in brcmf_nvram_handle_comment()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-core.c82 unsigned int line,todo,sol; in cx88_risc_field() local
101 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx88_risc_field()
103 sol = RISC_SOL; in cx88_risc_field()
106 *(rp++)=cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx88_risc_field()
112 *(rp++)=cpu_to_le32(RISC_WRITE|sol| in cx88_risc_field()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-core.c1123 unsigned int line, todo, sol; in cx25821_risc_field_audio() local
1138 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx25821_risc_field_audio()
1140 sol = RISC_SOL; in cx25821_risc_field_audio()
1144 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio()
1152 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx25821_risc_field_audio()
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c2093 struct sol_cqe *sol; in beiscsi_process_cq() local
2105 sol = queue_tail_node(cq); in beiscsi_process_cq()
2108 while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] & in beiscsi_process_cq()
2110 be_dws_le_to_cpu(sol, sizeof(struct sol_cqe)); in beiscsi_process_cq()
2112 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / in beiscsi_process_cq()
2117 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol); in beiscsi_process_cq()
2124 cid, sol); in beiscsi_process_cq()
2127 cid, sol); in beiscsi_process_cq()
2156 hwi_complete_cmd(beiscsi_conn, phba, sol); in beiscsi_process_cq()
2164 dmsg = (struct dmsg_cqe *)sol; in beiscsi_process_cq()
[all …]
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-core.c1065 unsigned int line, todo, sol; in cx23885_risc_field() local
1087 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx23885_risc_field()
1089 sol = RISC_SOL; in cx23885_risc_field()
1093 *(rp++) = cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx23885_risc_field()
1100 *(rp++) = cpu_to_le32(RISC_WRITE|sol| in cx23885_risc_field()
/linux-4.4.14/lib/
Dbch.c433 unsigned int *sol, int nsol) in solve_linear_system() argument
499 sol[p] = tmp >> 1; in solve_linear_system()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-pci46 Contact: Chris Wright <chrisw@sous-sol.org>
/linux-4.4.14/
DCREDITS3962 E: chrisw@sous-sol.org
DMAINTAINERS6452 M: Chris Wright <chrisw@sous-sol.org>
8029 M: Chris Wright <chrisw@sous-sol.org>