Home
last modified time | relevance | path

Searched refs:sol (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A 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 in snd_emu10k1_voice_clear_loop_stop()
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A 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()
H A Dunwind.c2057 unsigned long sol; in unw_init_frame_info()
2061 sol = (*info->cfm_loc >> 7) & 0x7f; in unw_init_frame_info()
2062 info->bsp = (unsigned long) ia64_rse_skip_regs((unsigned long *) info->regstk.top, -sol); in unw_init_frame_info()
2066 " sol 0x%lx\n" in unw_init_frame_info()
2068 __func__, info->bsp, sol, info->ip);
2054 unsigned long sol; unw_init_frame_info() local
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dcrash.c40 unsigned long cfm, sof, sol; in crash_save_this_cpu() local
51 sol = (cfm >> 7) & 0x7f; in crash_save_this_cpu()
54 sof - sol); in crash_save_this_cpu()
H A Dunwind.c2057 unsigned long sol; in unw_init_frame_info()
2061 sol = (*info->cfm_loc >> 7) & 0x7f; in unw_init_frame_info()
2062 info->bsp = (unsigned long) ia64_rse_skip_regs((unsigned long *) info->regstk.top, -sol); in unw_init_frame_info()
2066 " sol 0x%lx\n" in unw_init_frame_info()
2068 __func__, info->bsp, sol, info->ip);
2054 unsigned long sol; unw_init_frame_info() local
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dio.c566 unsigned int sol;
571 sol = inl(emu->port + DATA);
572 sol |= 1 << (voicenum - 32);
575 sol = inl(emu->port + DATA);
576 sol |= 1 << voicenum;
578 outl(sol, emu->port + DATA);
585 unsigned int sol;
590 sol = inl(emu->port + DATA);
591 sol &= ~(1 << (voicenum - 32));
594 sol
[all...]
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A 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 in fcoe_ctlr_solicit()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/fcoe/
H A 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 in fcoe_ctlr_solicit()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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/
H A 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()
406 "irq1", "irq2", "eol", "sol", in cx88_risc_decode()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A 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()
408 "irq1", "irq2", "eol", "sol", in cx88_risc_decode()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c174 char *eoc, *sol; in brcmf_nvram_handle_comment() local
176 sol = (char *)&nvp->data[nvp->pos]; in brcmf_nvram_handle_comment()
177 eoc = strchr(sol, '\n'); in brcmf_nvram_handle_comment()
179 eoc = strchr(sol, '\0'); in brcmf_nvram_handle_comment()
187 nvp->pos += (eoc - sol) + 1; in brcmf_nvram_handle_comment()
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-core.c326 "irq1", "irq2", "eol", "sol", in cx25821_risc_decode()
1112 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-6.6/drivers/media/pci/cx25821/
H A Dcx25821-core.c326 "irq1", "irq2", "eol", "sol", in cx25821_risc_decode()
1105 unsigned int line, todo, sol; in cx25821_risc_field_audio() local
1120 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx25821_risc_field_audio()
1122 sol = RISC_SOL; in cx25821_risc_field_audio()
1126 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio()
1134 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx25821_risc_field_audio()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-core.c411 "irq1", "irq2", "eol", "sol", in cx23885_risc_decode()
1137 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-6.6/drivers/media/pci/cx23885/
H A Dcx23885-core.c411 "irq1", "irq2", "eol", "sol", in cx23885_risc_decode()
1137 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/drivers/scsi/be2iscsi/
H A 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-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.c1869 struct sol_cqe *sol; in beiscsi_process_cq() local
1880 sol = queue_tail_node(cq); in beiscsi_process_cq()
1883 while (sol->dw[offsetof(struct amap_sol_cqe, valid) / 32] & in beiscsi_process_cq()
1888 be_dws_le_to_cpu(sol, sizeof(struct sol_cqe)); in beiscsi_process_cq()
1890 code = (sol->dw[offsetof(struct amap_sol_cqe, code) / 32] & in beiscsi_process_cq()
1895 cid = AMAP_GET_BITS(struct amap_sol_cqe, cid, sol); in beiscsi_process_cq()
1902 cid, sol); in beiscsi_process_cq()
1905 cid, sol); in beiscsi_process_cq()
1934 hwi_complete_cmd(beiscsi_conn, phba, sol); in beiscsi_process_cq()
1942 hwi_complete_drvr_msgs(beiscsi_conn, phba, sol); in beiscsi_process_cq()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dbch.c466 unsigned int *sol, int nsol) in solve_linear_system()
532 sol[p] = tmp >> 1; in solve_linear_system()
465 solve_linear_system(struct bch_control *bch, unsigned int *rows, unsigned int *sol, int nsol) solve_linear_system() argument
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c1014 static U32 ZSTD_totalLen(ZSTD_optimal_t sol) in ZSTD_totalLen() argument
1016 return sol.litlen + sol.mlen; in ZSTD_totalLen()
/kernel/linux/linux-5.10/lib/
H A Dbch.c500 unsigned int *sol, int nsol) in solve_linear_system()
566 sol[p] = tmp >> 1; in solve_linear_system()
499 solve_linear_system(struct bch_control *bch, unsigned int *rows, unsigned int *sol, int nsol) solve_linear_system() argument

Completed in 48 milliseconds