Home
last modified time | relevance | path

Searched full:typ (Results 1 – 25 of 151) sorted by relevance

1234567

/kernel/linux/linux-4.19/include/linux/mlx5/
Ddevice.h49 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument
50 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument
51 #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) argument
52 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument
53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument
54 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument
55 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument
56 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument
57 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument
58 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument
[all …]
/kernel/linux/linux-5.10/include/linux/mlx5/
Ddevice.h49 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) argument
50 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument
51 #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) argument
52 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument
53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument
54 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument
55 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument
56 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument
57 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument
58 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument
[all …]
/kernel/linux/linux-4.19/fs/freevxfs/
Dvxfs_bmap.c44 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() argument
46 printk(KERN_DEBUG "type=%Lu ", typ->vt_hdr >> VXFS_TYPED_TYPESHIFT); in vxfs_typdump()
47 printk("offset=%Lx ", typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_typdump()
48 printk("block=%x ", typ->vt_block); in vxfs_typdump()
49 printk("size=%x\n", typ->vt_size); in vxfs_typdump()
139 struct vxfs_typed *typ; in vxfs_bmap_indir() local
147 typ = ((struct vxfs_typed *)bp->b_data) + in vxfs_bmap_indir()
149 off = fs64_to_cpu(sbi, typ->vt_hdr) & VXFS_TYPED_OFFSETMASK; in vxfs_bmap_indir()
156 switch ((u_int32_t)(fs64_to_cpu(sbi, typ->vt_hdr) >> in vxfs_bmap_indir()
160 fs32_to_cpu(sbi, typ->vt_block), in vxfs_bmap_indir()
[all …]
/kernel/linux/linux-5.10/fs/freevxfs/
Dvxfs_bmap.c44 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() argument
46 printk(KERN_DEBUG "type=%Lu ", typ->vt_hdr >> VXFS_TYPED_TYPESHIFT); in vxfs_typdump()
47 printk("offset=%Lx ", typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_typdump()
48 printk("block=%x ", typ->vt_block); in vxfs_typdump()
49 printk("size=%x\n", typ->vt_size); in vxfs_typdump()
139 struct vxfs_typed *typ; in vxfs_bmap_indir() local
147 typ = ((struct vxfs_typed *)bp->b_data) + in vxfs_bmap_indir()
149 off = fs64_to_cpu(sbi, typ->vt_hdr) & VXFS_TYPED_OFFSETMASK; in vxfs_bmap_indir()
156 switch ((u_int32_t)(fs64_to_cpu(sbi, typ->vt_hdr) >> in vxfs_bmap_indir()
160 fs32_to_cpu(sbi, typ->vt_block), in vxfs_bmap_indir()
[all …]
/kernel/linux/linux-5.10/drivers/video/
Dvideomode.c16 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing()
17 vm->hactive = dt->hactive.typ; in videomode_from_timing()
18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing()
20 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing()
22 vm->vactive = dt->vactive.typ; in videomode_from_timing()
23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
24 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing()
25 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
Dof_display_timing.c23 * a range consisting of min/typ/max. This function helps handling this
39 ret = of_property_read_u32(np, name, &result->typ); in parse_timing_property()
40 result->min = result->typ; in parse_timing_property()
41 result->max = result->typ; in parse_timing_property()
/kernel/linux/linux-4.19/drivers/video/
Dvideomode.c17 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing()
18 vm->hactive = dt->hactive.typ; in videomode_from_timing()
19 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing()
20 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing()
21 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing()
23 vm->vactive = dt->vactive.typ; in videomode_from_timing()
24 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing()
25 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing()
26 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
Dof_display_timing.c24 * a range consisting of min/typ/max. This function helps handling this
40 ret = of_property_read_u32(np, name, &result->typ); in parse_timing_property()
41 result->min = result->typ; in parse_timing_property()
42 result->max = result->typ; in parse_timing_property()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
Diohelper.h65 #define IOFUNC_MEMIO(name, hws, typ, adr) \ argument
68 return readb(((typ *)hw->adr) + off); \
72 writeb(val, ((typ *)hw->adr) + off); \
77 *dp++ = readb(((typ *)hw->adr) + off); \
82 writeb(*dp++, ((typ *)hw->adr) + off); \
85 #define ASSIGN_FUNC(typ, name, dest) do { \ argument
86 dest.read_reg = &Read##name##_##typ; \
87 dest.write_reg = &Write##name##_##typ; \
88 dest.read_fifo = &ReadFiFo##name##_##typ; \
89 dest.write_fifo = &WriteFiFo##name##_##typ; \
[all …]
/kernel/linux/linux-4.19/drivers/isdn/hardware/mISDN/
Diohelper.h78 #define IOFUNC_MEMIO(name, hws, typ, adr) \ argument
81 return readb(((typ *)hw->adr) + off); \
85 writeb(val, ((typ *)hw->adr) + off); \
90 *dp++ = readb(((typ *)hw->adr) + off); \
95 writeb(*dp++, ((typ *)hw->adr) + off); \
98 #define ASSIGN_FUNC(typ, name, dest) do { \ argument
99 dest.read_reg = &Read##name##_##typ; \
100 dest.write_reg = &Write##name##_##typ; \
101 dest.read_fifo = &ReadFiFo##name##_##typ; \
102 dest.write_fifo = &WriteFiFo##name##_##typ; \
[all …]
/kernel/linux/linux-4.19/drivers/isdn/hisax/
Dteles3.c159 if (cs->typ == ISDN_CTYPE_TELESPCMCIA) { in release_io_teles3()
163 if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) { in release_io_teles3()
178 if (cs->typ != ISDN_CTYPE_TELESPCMCIA) { in reset_teles3()
179 if ((cs->hw.teles3.cfg_reg) && (cs->typ != ISDN_CTYPE_COMPAQ_ISA)) { in reset_teles3()
213 } else if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) { in reset_teles3()
281 if ((cs->typ != ISDN_CTYPE_16_3) && (cs->typ != ISDN_CTYPE_PNP) in setup_teles3()
282 && (cs->typ != ISDN_CTYPE_TELESPCMCIA) && (cs->typ != ISDN_CTYPE_COMPAQ_ISA)) in setup_teles3()
329 if (cs->typ == ISDN_CTYPE_16_3) { in setup_teles3()
341 } else if (cs->typ == ISDN_CTYPE_TELESPCMCIA) { in setup_teles3()
346 } else if (cs->typ == ISDN_CTYPE_COMPAQ_ISA) { in setup_teles3()
[all …]
Dhfcscard.c68 if (cs->typ == ISDN_CTYPE_TELES3C) in reset_hfcs()
73 if (cs->typ == ISDN_CTYPE_TELES3C) in reset_hfcs()
77 if (cs->typ == ISDN_CTYPE_TELES3C) in reset_hfcs()
79 else if (cs->typ == ISDN_CTYPE_ACERP10) in reset_hfcs()
229 if (cs->typ == ISDN_CTYPE_TELES3C) { in setup_hfcs()
231 } else if (cs->typ == ISDN_CTYPE_ACERP10) { in setup_hfcs()
238 CardType[card->typ], in setup_hfcs()
247 if (cs->typ == ISDN_CTYPE_TELES3C) { in setup_hfcs()
251 } else if (cs->typ == ISDN_CTYPE_ACERP10) { in setup_hfcs()
Dconfig.c418 cards[i].typ = ints[j]; in HiSax_setup()
823 printk(KERN_INFO "%s: IRQ %d count %d\n", CardType[cs->typ], in init_card()
835 CardType[cs->typ], cs->irq, cs->irq_cnt); in init_card()
839 CardType[cs->typ], cs->irq, 4 - cnt); in init_card()
859 switch (card->typ) { in hisax_cs_setup_card()
1016 CardType[card->typ]); in hisax_cs_setup_card()
1057 if (card->typ <= 0 || card->typ > ISDN_CTYPE_COUNT) { in hisax_cs_new()
1059 "HiSax: Card Type %d out of range\n", card->typ); in hisax_cs_new()
1077 cs->typ = card->typ; in hisax_cs_new()
1144 switch (card->typ) { in hisax_cs_setup()
[all …]
Dteles0.c274 if ((cs->typ != ISDN_CTYPE_16_0) && (cs->typ != ISDN_CTYPE_8_0)) in setup_teles0()
277 if (cs->typ == ISDN_CTYPE_16_0) in setup_teles0()
293 CardType[card->typ], in setup_teles0()
329 CardType[card->typ], in setup_teles0()
339 CardType[cs->typ], cs->irq, in setup_teles0()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dpanel-timing.yaml57 of min, typ, max values.
83 description: min, typ, max number of pixels
96 description: min, typ, max number of pixels
109 description: min, typ, max number of pixels
122 description: min, typ, max number of lines
135 description: min, typ, max number of lines
148 description: min, typ, max number of lines
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Datafdreg.h28 #define FDCCMD_STEP (0x20) /* | TYP 1 Commands */
31 #define FDCCMD_RDSEC (0x80) /* - TYP 2 Commands */
34 #define FDCCMD_RDTRA (0xe0) /* | TYP 3 Commands */
36 #define FDCCMD_FORCI (0xd0) /* - TYP 4 Command */
/kernel/linux/linux-5.10/include/linux/platform_data/
Dadp8870.h119 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
121 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
123 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
125 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
127 u8 l5_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
Dadp8860.h111 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
113 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
115 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
/kernel/linux/linux-4.19/include/linux/platform_data/
Dadp8870.h120 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
122 u8 l2_bright_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
124 u8 l3_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
126 u8 l4_indor_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
128 u8 l5_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
Dadp8860.h112 u8 l1_daylight_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
114 u8 l2_office_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
116 u8 l3_dark_dim; /* typ = 0, use BL_CUR_mA(I) 0 <= I <= 30 mA */
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dqpc.c378 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument
379 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc()
381 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() argument
383 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc()
384 MLX5_SET(typ##_in, in, qpn, _qpn); \ in modify_qp_mbox_alloc()
385 MLX5_SET(typ##_in, in, uid, _uid); \ in modify_qp_mbox_alloc()
388 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() argument
390 MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid); \ in modify_qp_mbox_alloc()
391 MLX5_SET(typ##_in, in, opt_param_mask, _opt_p); \ in modify_qp_mbox_alloc()
392 memcpy(MLX5_ADDR_OF(typ##_in, in, qpc), _qpc, \ in modify_qp_mbox_alloc()
/kernel/linux/linux-4.19/drivers/scsi/snic/
Dsnic_disc.c35 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() argument
37 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str()
38 snic_tgt_type_str[typ] : "Unknown"); in snic_tgt_type_to_str()
273 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create()
285 switch (tgt->tdata.typ) { in snic_tgt_create()
311 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create()
397 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local
404 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
/kernel/linux/linux-5.10/drivers/scsi/snic/
Dsnic_disc.c35 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() argument
37 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str()
38 snic_tgt_type_str[typ] : "Unknown"); in snic_tgt_type_to_str()
274 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create()
286 switch (tgt->tdata.typ) { in snic_tgt_create()
312 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create()
398 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local
405 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
/kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dqp.c382 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() argument
383 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc()
385 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn) \ in modify_qp_mbox_alloc() argument
386 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc()
387 MLX5_SET(typ##_in, in, qpn, _qpn) in modify_qp_mbox_alloc()
389 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc) \ in modify_qp_mbox_alloc() argument
390 MOD_QP_IN_SET(typ, in, _opcode, _qpn); \ in modify_qp_mbox_alloc()
391 MLX5_SET(typ##_in, in, opt_param_mask, _opt_p); \ in modify_qp_mbox_alloc()
392 memcpy(MLX5_ADDR_OF(typ##_in, in, qpc), _qpc, MLX5_ST_SZ_BYTES(qpc)) in modify_qp_mbox_alloc()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dlnbh29.c35 /* Min: 13.188V, Typ: 13.667V, Max:14V */
37 /* Min: 18.158V, Typ: 18.817V, Max:19.475V */
116 /* Soft-start time (Vout 0V to 18V) is Typ. 6ms. */ in lnbh29_set_voltage()

1234567