Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/emu10k1/
Dio.c427 unsigned int sol; in snd_emu10k1_voice_set_loop_stop() local
433 sol = inl(emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
434 sol |= 1 << (voicenum - 32); in snd_emu10k1_voice_set_loop_stop()
437 sol = inl(emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
438 sol |= 1 << voicenum; in snd_emu10k1_voice_set_loop_stop()
440 outl(sol, emu->port + DATA); in snd_emu10k1_voice_set_loop_stop()
447 unsigned int sol; in snd_emu10k1_voice_clear_loop_stop() local
453 sol = inl(emu->port + DATA); in snd_emu10k1_voice_clear_loop_stop()
454 sol &= ~(1 << (voicenum - 32)); in snd_emu10k1_voice_clear_loop_stop()
457 sol = inl(emu->port + DATA); in snd_emu10k1_voice_clear_loop_stop()
[all …]
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dcrash.c39 unsigned long cfm, sof, sol; in crash_save_this_cpu() local
50 sol = (cfm >> 7) & 0x7f; in crash_save_this_cpu()
53 sof - sol); in crash_save_this_cpu()
Dunwind.c2054 unsigned long sol; in unw_init_frame_info() local
2058 sol = (*info->cfm_loc >> 7) & 0x7f; in unw_init_frame_info()
2059 info->bsp = (unsigned long) ia64_rse_skip_regs((unsigned long *) info->regstk.top, -sol); in unw_init_frame_info()
2065 __func__, info->bsp, sol, info->ip); in unw_init_frame_info()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c387 } __packed * sol; in fcoe_ctlr_solicit() local
390 skb = dev_alloc_skb(sizeof(*sol)); in fcoe_ctlr_solicit()
394 sol = (struct fip_sol *)skb->data; in fcoe_ctlr_solicit()
396 memset(sol, 0, sizeof(*sol)); in fcoe_ctlr_solicit()
397 memcpy(sol->eth.h_dest, fcf ? fcf->fcf_mac : fcoe_all_fcfs, ETH_ALEN); in fcoe_ctlr_solicit()
398 memcpy(sol->eth.h_source, fip->ctl_src_addr, ETH_ALEN); in fcoe_ctlr_solicit()
399 sol->eth.h_proto = htons(ETH_P_FIP); in fcoe_ctlr_solicit()
401 sol->fip.fip_ver = FIP_VER_ENCAPS(FIP_VER); in fcoe_ctlr_solicit()
402 sol->fip.fip_op = htons(FIP_OP_DISC); in fcoe_ctlr_solicit()
403 sol->fip.fip_subcode = FIP_SC_SOL; in fcoe_ctlr_solicit()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c166 char *eoc, *sol; in brcmf_nvram_handle_comment() local
168 sol = (char *)&nvp->data[nvp->pos]; in brcmf_nvram_handle_comment()
169 eoc = strchr(sol, '\n'); in brcmf_nvram_handle_comment()
171 eoc = strchr(sol, '\0'); in brcmf_nvram_handle_comment()
179 nvp->pos += (eoc - sol) + 1; in brcmf_nvram_handle_comment()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-core.c76 unsigned int line, todo, sol; in cx88_risc_field() local
95 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx88_risc_field()
97 sol = RISC_SOL; in cx88_risc_field()
100 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx88_risc_field()
107 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx88_risc_field()
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
Dcx25821-core.c1112 unsigned int line, todo, sol; in cx25821_risc_field_audio() local
1127 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx25821_risc_field_audio()
1129 sol = RISC_SOL; in cx25821_risc_field_audio()
1133 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio()
1141 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx25821_risc_field_audio()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
Dbe_main.c1852 struct sol_cqe *sol; in beiscsi_process_cq() local
1863 sol = queue_tail_node(cq); in beiscsi_process_cq()
1866 while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] & in beiscsi_process_cq()
1871 be_dws_le_to_cpu(sol, sizeof(struct sol_cqe)); in beiscsi_process_cq()
1873 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / 32] & in beiscsi_process_cq()
1878 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol); in beiscsi_process_cq()
1885 cid, sol); in beiscsi_process_cq()
1888 cid, sol); in beiscsi_process_cq()
1917 hwi_complete_cmd(beiscsi_conn, phba, sol); in beiscsi_process_cq()
1925 hwi_complete_drvr_msgs(beiscsi_conn, phba, sol); in beiscsi_process_cq()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
Dcx23885-core.c1137 unsigned int line, todo, sol; in cx23885_risc_field() local
1159 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx23885_risc_field()
1161 sol = RISC_SOL; in cx23885_risc_field()
1165 *(rp++) = cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx23885_risc_field()
1172 *(rp++) = cpu_to_le32(RISC_WRITE|sol| in cx23885_risc_field()
/kernel/linux/linux-5.10/lib/
Dbch.c500 unsigned int *sol, int nsol) in solve_linear_system() argument
566 sol[p] = tmp >> 1; in solve_linear_system()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-pci51 Contact: Chris Wright <chrisw@sous-sol.org>
/kernel/linux/linux-5.10/
DCREDITS4096 E: chrisw@sous-sol.org
DMAINTAINERS13623 M: Stanimir Varbanov <svarbanov@mm-sol.com>