| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | io.c | 427 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 …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | crash.c | 39 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 D | unwind.c | 2054 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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 387 } __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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | firmware.c | 166 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()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/ca.lproj/ |
| H A D | Localizable.strings | 11 …a sol·licitat a X11 que canviï la resolució de la vostra pantalla. X11 restaurarà aquesta pantalla…
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88-core.c | 76 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/ |
| H A D | cx25821-core.c | 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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_main.c | 1852 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885-core.c | 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | bch.c | 500 unsigned int *sol, int nsol) in solve_linear_system() argument 566 sol[p] = tmp >> 1; in solve_linear_system()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | bch.c | 473 unsigned int *sol, int nsol) in solve_linear_system() argument 539 sol[p] = tmp >> 1; in solve_linear_system()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 51 Contact: Chris Wright <chrisw@sous-sol.org>
|
| /OK3568_Linux_fs/kernel/ |
| H A D | CREDITS | 4096 E: chrisw@sous-sol.org
|
| H A D | MAINTAINERS | 13660 M: Stanimir Varbanov <svarbanov@mm-sol.com>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 2948 'maint info sol-threads' 55896 * maint info sol-threads: Threads. (line 167)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 2948 'maint info sol-threads' 55896 * maint info sol-threads: Threads. (line 167)
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |