| /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | pci.c | 43 { 0x10de, 0x0010, NULL, { .tv_gpio = 4 } }, 50 { 0x1462, 0x5710, NULL, { .tv_pin_mask = 0xc } }, 57 { 0x19da, 0x1035, NULL, { .tv_pin_mask = 0xc } }, 58 { 0x19da, 0x2035, NULL, { .tv_pin_mask = 0xc } }, 64 { 0x10de, 0x0595, "Tesla T10 Processor" }, 65 { 0x10de, 0x068f, "Tesla T10 Processor" }, 66 { 0x10de, 0x0697, "Tesla M1060" }, 67 { 0x10de, 0x0714, "Tesla M1060" }, 68 { 0x10de, 0x0743, "Tesla M1060" }, 74 { 0x106b, 0x00a7, "GeForce 8800 GS" }, [all …]
|
| /linux/net/tipc/ |
| H A D | msg.h | 64 #define TIPC_CONN_MSG 0 146 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) 158 * --> Gap ACK blocks: <4, 5>, <11, 1>, <15, 4>, <20, 0> 173 * 31 16 15 0 205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() argument 207 return ntohl(m->hdr[pos]); in msg_word() 210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() argument 212 m->hdr[w] = htonl(val); in msg_set_word() 215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() argument 217 return (msg_word(m, w) >> pos) & mask; in msg_bits() [all …]
|
| H A D | group.c | 102 static void tipc_group_proto_xmit(struct tipc_group *grp, struct tipc_member *m, 105 static void tipc_group_open(struct tipc_member *m, bool *wakeup) in tipc_group_open() argument 108 if (list_empty(&m->small_win)) in tipc_group_open() 110 list_del_init(&m->small_win); in tipc_group_open() 111 *m->group->open = true; in tipc_group_open() 116 struct tipc_member *m) in tipc_group_decr_active() argument 118 if (m->state == MBR_ACTIVE || m->state == MBR_RECLAIMING || in tipc_group_decr_active() 119 m->state == MBR_REMITTED) in tipc_group_decr_active() 146 static bool tipc_group_is_receiver(struct tipc_member *m) in tipc_group_is_receiver() argument 148 return m && m->state != MBR_JOINING && m->state != MBR_LEAVING; in tipc_group_is_receiver() [all …]
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | table.c | 7 0x800, 0x8020D010, 8 0x804, 0x080112E0, 9 0x808, 0x0E028233, 10 0x80C, 0x12131113, 11 0x810, 0x20101263, 12 0x814, 0x020C3D10, 13 0x818, 0x03A00385, 14 0x820, 0x00000000, 15 0x824, 0x00030FE0, 16 0x828, 0x00000000, [all …]
|
| /linux/arch/alpha/include/asm/ |
| H A D | core_mcpcia.h | 58 * 00 00 Byte 1110 0x000 59 * 01 00 Byte 1101 0x020 60 * 10 00 Byte 1011 0x040 61 * 11 00 Byte 0111 0x060 63 * 00 01 Word 1100 0x008 64 * 01 01 Word 1001 0x028 <= Not supported in this code. 65 * 10 01 Word 0011 0x048 67 * 00 10 Tribyte 1000 0x010 68 * 01 10 Tribyte 0001 0x030 70 * 10 11 Longword 0000 0x058 [all …]
|
| H A D | bitops.h | 18 * is guaranteed to be atomic. All bit operations return 0 if the bit 19 * was cleared before the operation and != 0 if it was not. 25 * bit 0 is the LSB of addr; bit 64 is the LSB of (addr+1). 32 int *m = ((int *) addr) + (nr >> 5); in set_bit() local 35 "1: ldl_l %0,%3\n" in set_bit() 36 " bis %0,%2,%0\n" in set_bit() 37 " stl_c %0,%1\n" in set_bit() 38 " beq %0,2f\n" in set_bit() 42 :"=&r" (temp), "=m" (*m) in set_bit() 43 :"Ir" (1UL << (nr & 31)), "m" (*m)); in set_bit() [all …]
|
| /linux/arch/mips/mm/ |
| H A D | uasm-mips.c | 24 #define RS_MASK 0x1f 26 #define RT_MASK 0x1f 28 #define SCIMM_MASK 0xfffff 32 #define M(a, b, c, d, e, f) \ macro 51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM}, 52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD}, 53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD}, 54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM}, 55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, [all …]
|
| H A D | uasm-micromips.c | 24 #define RS_MASK 0x1f 26 #define RT_MASK 0x1f 28 #define SCIMM_MASK 0x3ff 32 #define M(a, b, c, d, e, f) \ macro 43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD}, 44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM}, 45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD}, 46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM}, 47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM}, 48 [insn_beql] = {0, 0}, [all …]
|
| /linux/fs/ |
| H A D | seq_file.c | 29 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() argument 31 m->count = m->size; in seq_set_overflow() 53 * returns 0 in case of success and negative number in case of error. 87 return 0; in seq_open() 91 static int traverse(struct seq_file *m, loff_t offset) in traverse() argument 93 loff_t pos = 0; in traverse() 94 int error = 0; in traverse() 97 m->index = 0; in traverse() 98 m->count = m->from = 0; in traverse() 100 return 0; in traverse() [all …]
|
| /linux/arch/x86/kvm/ |
| H A D | fpu.h | 10 #define sse128_lo(x) ({ __sse128_u t; t.vec = x; t.as_u64[0]; }) 12 #define sse128_l0(x) ({ __sse128_u t; t.vec = x; t.as_u32[0]; }) 16 #define sse128(lo, hi) ({ __sse128_u t; t.as_u64[0] = lo; t.as_u64[1] = hi; t.vec; }) 23 case 0: asm("vmovdqa %%ymm0, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() 24 case 1: asm("vmovdqa %%ymm1, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() 25 case 2: asm("vmovdqa %%ymm2, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() 26 case 3: asm("vmovdqa %%ymm3, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() 27 case 4: asm("vmovdqa %%ymm4, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() 28 case 5: asm("vmovdqa %%ymm5, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() 29 case 6: asm("vmovdqa %%ymm6, %0" : "=m"(*data)); break; in _kvm_read_avx_reg() [all …]
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_v9.c | 72 struct v9_mqd *m; in update_cu_mask() local 73 uint32_t se_mask[KFD_MAX_NUM_SE] = {0}; in update_cu_mask() 81 m = get_mqd(mqd); in update_cu_mask() 83 m->compute_static_thread_mgmt_se0 = se_mask[0]; in update_cu_mask() 84 m->compute_static_thread_mgmt_se1 = se_mask[1]; in update_cu_mask() 85 m->compute_static_thread_mgmt_se2 = se_mask[2]; in update_cu_mask() 86 m->compute_static_thread_mgmt_se3 = se_mask[3]; in update_cu_mask() 89 KFD_GC_VERSION(mm->dev) != IP_VERSION(9, 5, 0)) { in update_cu_mask() 90 m->compute_static_thread_mgmt_se4 = se_mask[4]; in update_cu_mask() 91 m->compute_static_thread_mgmt_se5 = se_mask[5]; in update_cu_mask() [all …]
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 35 for (idx = 0, class = lock_classes; idx <= max_lock_class_idx; \ 38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument 47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() argument 56 static void l_stop(struct seq_file *m, void *v) in l_stop() argument 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() argument 67 seq_printf(m, "%s", name); in print_name() 69 seq_printf(m, "%s", name); in print_name() 71 seq_printf(m, "#%d", class->name_version); in print_name() 73 seq_printf(m, "/%d", class->subclass); in print_name() 77 static int l_show(struct seq_file *m, void *v) in l_show() argument [all …]
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 122 static void p9_mux_poll_stop(struct p9_conn *m) in p9_mux_poll_stop() argument 127 for (i = 0; i < ARRAY_SIZE(m->poll_wait); i++) { in p9_mux_poll_stop() 128 struct p9_poll_wait *pwait = &m->poll_wait[i]; in p9_mux_poll_stop() 137 list_del_init(&m->poll_pending_link); in p9_mux_poll_stop() 145 * @m: mux data 150 static void p9_conn_cancel(struct p9_conn *m, int err) in p9_conn_cancel() argument 155 p9_debug(P9_DEBUG_ERROR, "mux %p err %d\n", m, err); in p9_conn_cancel() 157 spin_lock(&m->req_lock); in p9_conn_cancel() 159 if (READ_ONCE(m->err)) { in p9_conn_cancel() 160 spin_unlock(&m->req_lock); in p9_conn_cancel() [all …]
|
| /linux/drivers/mfd/ |
| H A D | mcp-sa11x0.c | 35 #define MCCR0(m) ((m)->base0 + 0x00) argument 36 #define MCDR0(m) ((m)->base0 + 0x08) argument 37 #define MCDR1(m) ((m)->base0 + 0x0c) argument 38 #define MCDR2(m) ((m)->base0 + 0x10) argument 39 #define MCSR(m) ((m)->base0 + 0x18) argument 40 #define MCCR1(m) ((m)->base1 + 0x00) argument 47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local 51 m->mccr0 &= ~0x00007f00; in mcp_sa11x0_set_telecom_divisor() 52 m->mccr0 |= divisor << 8; in mcp_sa11x0_set_telecom_divisor() 53 writel_relaxed(m->mccr0, MCCR0(m)); in mcp_sa11x0_set_telecom_divisor() [all …]
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | bats.c | 15 static void bat_show_603(struct seq_file *m, int idx, u32 lower, u32 upper, bool is_d) in bat_show_603() argument 17 u32 bepi = upper & 0xfffe0000; in bat_show_603() 18 u32 bl = (upper >> 2) & 0x7ff; in bat_show_603() 23 seq_printf(m, "%d: ", idx); in bat_show_603() 24 if (k == 0) { in bat_show_603() 25 seq_puts(m, " -\n"); in bat_show_603() 29 seq_printf(m, "0x%08x-0x%08x ", bepi, bepi + size - 1); in bat_show_603() 31 seq_printf(m, "0x%016llx ", brpn); in bat_show_603() 33 seq_printf(m, "0x%08x ", brpn); in bat_show_603() 35 pt_dump_size(m, size); in bat_show_603() [all …]
|
| /linux/fs/ceph/ |
| H A D | mdsmap.c | 18 (m->m_info[i].state > 0 && ignore_laggy ? true : !m->m_info[i].laggy) 20 static int __mdsmap_get_random_mds(struct ceph_mdsmap *m, bool ignore_laggy) in __mdsmap_get_random_mds() argument 22 int n = 0; in __mdsmap_get_random_mds() 26 for (i = 0; i < m->possible_max_rank; i++) in __mdsmap_get_random_mds() 29 if (n == 0) in __mdsmap_get_random_mds() 34 for (j = 0, i = 0; i < m->possible_max_rank; i++) { in __mdsmap_get_random_mds() 45 * choose a random mds that is "up" (i.e. has a state > 0), or -1. 47 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds() argument 51 mds = __mdsmap_get_random_mds(m, false); in ceph_mdsmap_get_random_mds() 52 if (mds == m->possible_max_rank || mds == -1) in ceph_mdsmap_get_random_mds() [all …]
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | debug.c | 21 int (*cb_read)(struct seq_file *m, void *v); 107 static int rtw_debugfs_single_show(struct seq_file *m, void *v) in rtw_debugfs_single_show() argument 109 struct rtw_debugfs_priv *debugfs_priv = m->private; in rtw_debugfs_single_show() 111 return debugfs_priv->cb_read(m, v); in rtw_debugfs_single_show() 140 return 0; in rtw_debugfs_close() 167 static int rtw_debugfs_get_read_reg(struct seq_file *m, void *v) in rtw_debugfs_get_read_reg() argument 169 struct rtw_debugfs_priv *debugfs_priv = m->private; in rtw_debugfs_get_read_reg() 178 seq_printf(m, "reg 0x%03x: 0x%02x\n", addr, val); in rtw_debugfs_get_read_reg() 182 seq_printf(m, "reg 0x%03x: 0x%04x\n", addr, val); in rtw_debugfs_get_read_reg() 186 seq_printf(m, "reg 0x%03x: 0x%08x\n", addr, val); in rtw_debugfs_get_read_reg() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | fieldseq_bt.svg | 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 17 viewBox="0 0 703.28606 750.80571" 25 inkscape:pageopacity="0" 32 fit-margin-top="0" 33 fit-margin-left="0" 34 fit-margin-right="0" 35 fit-margin-bottom="0" 50 inkscape:connector-curvature="0" 52 …d="M 0,6040 0,0 l 5650,0 0,6040 -5650,0 z m 4786.76,-99.89 103.92,0 0,56.69 -103.92,0 0,0 85.03,-2… 53 transform="matrix(1.25,0,0,-1.25,-1.0537,751.94632)" [all …]
|
| H A D | fieldseq_tb.svg | 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 17 viewBox="0 0 703.28607 745.49109" 25 inkscape:pageopacity="0" 31 fit-margin-top="0" 32 fit-margin-left="0" 33 fit-margin-right="0" 34 fit-margin-bottom="0" 50 inkscape:connector-curvature="0" 52 …d="M 0,6000 0,0 l 5660,0 0,6000 -5660,0 z m 4786.76,-102.89 103.92,0 0,56.69 -103.92,0 0,0 85.03,-… 53 transform="matrix(1.25,0,0,-1.25,-1.0537,746.57119)" [all …]
|
| /linux/fs/erofs/ |
| H A D | zmap.c | 23 static int z_erofs_load_full_lcluster(struct z_erofs_maprecorder *m, u64 lcn) in z_erofs_load_full_lcluster() argument 25 struct inode *const inode = m->inode; in z_erofs_load_full_lcluster() 33 di = erofs_read_metabuf(&m->map->buf, inode->i_sb, pos, m->in_mbox); in z_erofs_load_full_lcluster() 36 m->lcn = lcn; in z_erofs_load_full_lcluster() 37 m->nextpackoff = pos + sizeof(struct z_erofs_lcluster_index); in z_erofs_load_full_lcluster() 40 m->type = advise & Z_EROFS_LI_LCLUSTER_TYPE_MASK; in z_erofs_load_full_lcluster() 41 if (m->type == Z_EROFS_LCLUSTER_TYPE_NONHEAD) { in z_erofs_load_full_lcluster() 42 m->clusterofs = 1 << vi->z_lclusterbits; in z_erofs_load_full_lcluster() 43 m->delta[0] = le16_to_cpu(di->di_u.delta[0]); in z_erofs_load_full_lcluster() 44 if (m->delta[0] & Z_EROFS_LI_D0_CBLKCNT) { in z_erofs_load_full_lcluster() [all …]
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 25 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) in seq_print_age_or_dash() argument 28 seq_printf(m, "\t%d", jiffies_to_msecs(dt)); in seq_print_age_or_dash() 30 seq_printf(m, "\t-"); in seq_print_age_or_dash() 33 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit() argument 37 seq_putc(m, *sep); in __seq_print_rq_state_bit() 38 seq_puts(m, set_name); in __seq_print_rq_state_bit() 41 seq_putc(m, *sep); in __seq_print_rq_state_bit() 42 seq_puts(m, unset_name); in __seq_print_rq_state_bit() 47 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit() argument 50 __seq_print_rq_state_bit(m, is_set, sep, set_name, NULL); in seq_print_rq_state_bit() [all …]
|
| /linux/drivers/clk/hisilicon/ |
| H A D | clk-hix5hd2.c | 14 { HIX5HD2_FIXED_1200M, "1200m", NULL, 0, 1200000000, }, 15 { HIX5HD2_FIXED_400M, "400m", NULL, 0, 400000000, }, 16 { HIX5HD2_FIXED_48M, "48m", NULL, 0, 48000000, }, 17 { HIX5HD2_FIXED_24M, "24m", NULL, 0, 24000000, }, 18 { HIX5HD2_FIXED_600M, "600m", NULL, 0, 600000000, }, 19 { HIX5HD2_FIXED_300M, "300m", NULL, 0, 300000000, }, 20 { HIX5HD2_FIXED_75M, "75m", NULL, 0, 75000000, }, 21 { HIX5HD2_FIXED_200M, "200m", NULL, 0, 200000000, }, 22 { HIX5HD2_FIXED_100M, "100m", NULL, 0, 100000000, }, 23 { HIX5HD2_FIXED_40M, "40m", NULL, 0, 40000000, }, [all …]
|
| H A D | clk-hi3559a.c | 22 #define CRG_BASE_ADDR 0x18020000 62 { HI3559AV100_FIXED_1188M, "1188m", NULL, 0, 1188000000, }, 63 { HI3559AV100_FIXED_1000M, "1000m", NULL, 0, 1000000000, }, 64 { HI3559AV100_FIXED_842M, "842m", NULL, 0, 842000000, }, 65 { HI3559AV100_FIXED_792M, "792m", NULL, 0, 792000000, }, 66 { HI3559AV100_FIXED_750M, "750m", NULL, 0, 750000000, }, 67 { HI3559AV100_FIXED_710M, "710m", NULL, 0, 710000000, }, 68 { HI3559AV100_FIXED_680M, "680m", NULL, 0, 680000000, }, 69 { HI3559AV100_FIXED_667M, "667m", NULL, 0, 667000000, }, 70 { HI3559AV100_FIXED_631M, "631m", NULL, 0, 631000000, }, [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | pacache.S | 75 movb,<,n %arg3, %r31, fitdone /* If loop < 0, skip */ 86 pitlbe,m %arg1(%sr1, %r28) /* Last pitlbe and addr adjust */ 100 pitlbe,m %arg1(%sr1, %r28) /* pitlbe for one loop */ 119 movb,<,n %arg3, %r31, fdtdone /* If loop < 0, skip */ 130 pdtlbe,m %arg1(%sr1, %r28) /* Last pdtlbe and addr adjust */ 144 pdtlbe,m %arg1(%sr1, %r28) /* pdtlbe for one loop */ 202 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */ 207 fice,m %arg1(%sr1, %arg0) /* Last fice and addr adjust */ 216 fice,m %arg1(%sr1, %arg0) 217 fice,m %arg1(%sr1, %arg0) [all …]
|
| /linux/drivers/clk/uniphier/ |
| H A D | clk-uniphier-mio.c | 12 UNIPHIER_CLK_FACTOR("sd-44m", -1, "sd-133m", 1, 3), \ 13 UNIPHIER_CLK_FACTOR("sd-33m", -1, "sd-200m", 1, 6), \ 14 UNIPHIER_CLK_FACTOR("sd-50m", -1, "sd-200m", 1, 4), \ 15 UNIPHIER_CLK_FACTOR("sd-67m", -1, "sd-200m", 1, 3), \ 16 UNIPHIER_CLK_FACTOR("sd-100m", -1, "sd-200m", 1, 2), \ 17 UNIPHIER_CLK_FACTOR("sd-40m", -1, "sd-200m", 1, 5), \ 18 UNIPHIER_CLK_FACTOR("sd-25m", -1, "sd-200m", 1, 8), \ 19 UNIPHIER_CLK_FACTOR("sd-22m", -1, "sd-133m", 1, 6) 28 "sd-44m", \ 29 "sd-33m", \ [all …]
|