Home
last modified time | relevance | path

Searched full:field (Results 1 – 25 of 3299) sorted by relevance

12345678910>>...132

/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg102 field DST_MODE 0x70
103 field SRC_MODE 0x07
117 field HWERRINT 0x80
118 field BRKADRINT 0x40
119 field SWTMINT 0x20
120 field PCIINT 0x10
121 field SCSIINT 0x08
122 field SEQINT 0x04
123 field CMDCMPLT 0x02
124 field SPLTINT 0x01
[all …]
H A Daic7xxx.reg71 field TEMODE 0x80
72 field ENSELO 0x40
73 field ENSELI 0x20
74 field ENRSELI 0x10
75 field ENAUTOATNO 0x08
76 field ENAUTOATNI 0x04
77 field ENAUTOATNP 0x02
78 field SCSIRSTO 0x01
88 field DFON 0x80
89 field DFPEXP 0x40
[all …]
H A Dqueue.h127 #define SLIST_FOREACH(var, head, field) \ argument
130 (var) = SLIST_NEXT((var), field))
136 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
137 SLIST_NEXT((elm), field) = SLIST_NEXT((slistelm), field); \
138 SLIST_NEXT((slistelm), field) = (elm); \
141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
142 SLIST_NEXT((elm), field) = SLIST_FIRST((head)); \
146 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
150 SLIST_REMOVE_HEAD((head), field); \
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsdma_v6_0_0_pkt_open.h107 /*define for op field*/
113 /*define for sub_op field*/
119 /*define for encrypt field*/
125 /*define for tmz field*/
131 /*define for cpv field*/
137 /*define for backwards field*/
143 /*define for broadcast field*/
150 /*define for count field*/
157 /*define for dst_sw field*/
163 /*define for dst_cache_policy field*/
[all …]
H A Dtonga_sdma_pkt_open.h53 /*define for op field*/
59 /*define for sub_op field*/
70 /*define for op field*/
76 /*define for sub_op field*/
82 /*define for broadcast field*/
89 /*define for count field*/
96 /*define for dst_sw field*/
102 /*define for dst_ha field*/
108 /*define for src_sw field*/
114 /*define for src_ha field*/
[all …]
H A Diceland_sdma_pkt_open.h53 /*define for op field*/
59 /*define for sub_op field*/
70 /*define for op field*/
76 /*define for sub_op field*/
82 /*define for broadcast field*/
89 /*define for count field*/
96 /*define for dst_sw field*/
102 /*define for dst_ha field*/
108 /*define for src_sw field*/
114 /*define for src_ha field*/
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dfield-order.rst7 Field Order
14 odd and even field are transmitted, and due to a small delay between
24 object on screen may well move between one field and the next. For
26 which field of a frame is older, the *temporal order*.
28 When the driver provides or accepts images field by field rather than
31 even) fields, the *spatial order*: The first line of the top field is
33 field is the second line of that frame.
36 whether a frame commences with the top or bottom field is pointless. Any
42 Counter to intuition the top field is not necessarily the older field.
43 Whether the older field contains the top or bottom lines is a convention
[all …]
/linux/arch/arm/mach-sa1100/include/mach/
H A Dbitfield.h29 * The macro "Fld" encodes a bit field, given its size and its shift value
35 * field's mask is cumbersome and might break the assembler (255-character
39 * Size Size of the bit field, in number of bits.
40 * Shft Shift value of the bit field with respect to bit 0.
43 * Fld Encoded bit field.
55 * bit field.
58 * Field Encoded bit field (using the macro "Fld").
61 * FSize Size of the bit field, in number of bits.
62 * FShft Shift value of the bit field with respect to bit 0.
63 * FMsk Mask for the bit field.
[all …]
/linux/rust/syn/gen/
H A Ddebug.rs13 formatter.field("extern_token", &self.extern_token); in fmt()
14 formatter.field("name", &self.name); in fmt()
29 formatter.field("colon2_token", &self.colon2_token); in debug()
30 formatter.field("lt_token", &self.lt_token); in debug()
31 formatter.field("args", &self.args); in debug()
32 formatter.field("gt_token", &self.gt_token); in debug()
41 formatter.field("attrs", &self.attrs); in fmt()
42 formatter.field("pat", &self.pat); in fmt()
43 formatter.field("guard", &self.guard); in fmt()
44 formatter.field("fat_arrow_token", &self.fat_arrow_token); in fmt()
[all …]
/linux/include/linux/
H A Dpart_stat.h28 #define part_stat_get_cpu(part, field, cpu) \ argument
29 (per_cpu_ptr((part)->bd_stats, (cpu))->field)
31 #define part_stat_get(part, field) \ argument
32 part_stat_get_cpu(part, field, smp_processor_id())
34 #define part_stat_read(part, field) \ argument
36 TYPEOF_UNQUAL((part)->bd_stats->field) res = 0; \
39 res += per_cpu_ptr((part)->bd_stats, _cpu)->field; \
52 #define part_stat_read_accum(part, field) \ argument
53 (part_stat_read(part, field[STAT_READ]) + \
54 part_stat_read(part, field[STAT_WRITE]) + \
[all …]
/linux/include/linux/mfd/
H A Dtps6594.h248 /* BUCKX_CTRL register field definition */
257 /* TPS6594 BUCKX_CONF register field definition */
261 /* TPS65224 BUCKX_CONF register field definition */
264 /* TPS6594 BUCKX_PG_WINDOW register field definition */
268 /* TPS65224 BUCKX_PG_WINDOW register field definition */
271 /* TPS6594 BUCKX_VOUT register field definition */
274 /* TPS65224 BUCKX_VOUT register field definition */
278 /* LDOX_CTRL register field definition */
286 /* LDORTC_CTRL register field definition */
289 /* LDOX_VOUT register field definition */
[all …]
/linux/arch/s390/include/asm/
H A Dscsw.h237 * scsw_key - return scsw key field
240 * Return the value of the key field of the specified scsw, regardless of
252 * scsw_eswf - return scsw eswf field
255 * Return the value of the eswf field of the specified scsw, regardless of
267 * scsw_cc - return scsw cc field
270 * Return the value of the cc field of the specified scsw, regardless of
282 * scsw_ectl - return scsw ectl field
285 * Return the value of the ectl field of the specified scsw, regardless of
297 * scsw_pno - return scsw pno field
300 * Return the value of the pno field of the specified scsw, regardless of
[all …]
/linux/drivers/infiniband/hw/mlx5/
H A Dcong.c104 static u32 mlx5_get_cc_param_val(void *field, int offset) in mlx5_get_cc_param_val() argument
108 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
111 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
114 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
117 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
120 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
123 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
126 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
129 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
132 return MLX5_GET(cong_control_r_roce_ecn_rp, field, in mlx5_get_cc_param_val()
[all …]
/linux/kernel/trace/
H A Dtrace_events_inject.c39 struct ftrace_event_field *field; in parse_field() local
47 /* First find the field to associate to */ in parse_field()
60 field = trace_find_event_field(call, field_name); in parse_field()
62 if (!field) in parse_field()
65 *pf = field; in parse_field()
78 /* Make sure the field is not a string */ in parse_field()
79 if (is_string_field(field)) in parse_field()
94 if (field->is_signed) in parse_field()
107 /* Make sure the field is OK for strings */ in parse_field()
108 if (!is_string_field(field)) in parse_field()
[all …]
/linux/tools/include/linux/
H A Dbitfield.h68 _pfx "value too large for the field"); \
77 * FIELD_MAX() - produce the maximum value representable by a field
78 * @_mask: shifted mask defining the field's length and position
80 * FIELD_MAX() returns the maximum value that can be held in the field
90 * FIELD_FIT() - check if value fits in the field
91 * @_mask: shifted mask defining the field's length and position
92 * @_val: value to test against the field
104 * @_mask: shifted mask defining the field's length and position
105 * @_val: value to put in the field
118 * @_mask: shifted mask defining the field's length and position
[all …]
/linux/drivers/xen/xen-pciback/
H A Dconf_space.c47 const struct config_field *field = entry->field; in DEFINE_PCI_CONFIG() local
51 switch (field->size) { in DEFINE_PCI_CONFIG()
53 if (field->u.b.read) in DEFINE_PCI_CONFIG()
54 ret = field->u.b.read(dev, offset, (u8 *) value, in DEFINE_PCI_CONFIG()
58 if (field->u.w.read) in DEFINE_PCI_CONFIG()
59 ret = field->u.w.read(dev, offset, (u16 *) value, in DEFINE_PCI_CONFIG()
63 if (field->u.dw.read) in DEFINE_PCI_CONFIG()
64 ret = field->u.dw.read(dev, offset, value, entry->data); in DEFINE_PCI_CONFIG()
75 const struct config_field *field = entry->field; in conf_space_write() local
77 switch (field->size) { in conf_space_write()
[all …]
/linux/sound/soc/codecs/
H A Dtscs42xx.h121 /* Field Offsets */
124 /* Field Masks */
127 /* Field Values */
144 /* Field Offsets */
147 /* Field Masks */
150 /* Field Values */
167 /* Field Offsets */
170 /* Field Masks */
173 /* Field Values */
192 /* Field Offsets */
[all …]
/linux/drivers/acpi/acpica/
H A Dexfield.c47 * The following macros determine a given offset is a COMD field.
49 * 2-byte COMD field at offset 4 and master subspaces (type 3) contains a 4-byte
50 * COMD field starting at offset 12.
60 * field access attributes
78 "Invalid Field/AccessAs protocol ID: 0x%4.4X", in acpi_ex_get_protocol_buffer_length()
93 * obj_desc - The named field
98 * DESCRIPTION: Read from a named field. Returns either an Integer or a
99 * Buffer, depending on the size of the field and whether if a
100 * field is created by the create_field() operator.
137 (obj_desc->field.region_obj->region.space_id == in acpi_ex_read_data_from_field()
[all …]
H A Dexprep.c4 * Module Name: exprep - ACPI AML field prep utilities
35 * PARAMETERS: field_bit_offset - Start of field within parent region/buffer
36 * field_bit_length - Length of field in bits
39 * RETURN: Field granularity (8, 16, 32 or 64) and
69 /* Round Field start offset and length to "minimal" byte boundaries */ in acpi_ex_generate_access()
122 "Field Start %u, Field End %u -- requires %u accesses\n", in acpi_ex_generate_access()
130 "Entire field can be accessed " in acpi_ex_generate_access()
150 "Field goes beyond end-of-region!\n")); in acpi_ex_generate_access()
152 /* Field does not fit in the region at all */ in acpi_ex_generate_access()
169 * Could not read/write field with one operation, in acpi_ex_generate_access()
[all …]
/linux/include/linux/cdx/
H A Dbitfield.h17 /* Specified attribute (e.g. LBN) of the specified field */
18 #define CDX_VAL(field, attribute) field ## _ ## attribute argument
19 /* Low bit number of the specified field */
20 #define CDX_LOW_BIT(field) CDX_VAL(field, LBN) argument
21 /* Bit width of the specified field */
22 #define CDX_WIDTH(field) CDX_VAL(field, WIDTH) argument
23 /* High bit number of the specified field */
24 #define CDX_HIGH_BIT(field) (CDX_LOW_BIT(field) + CDX_WIDTH(field) - 1) argument
36 * Extract bit field portion [low,high) from the 32-bit little-endian
39 #define CDX_DWORD_FIELD(dword, field) \ argument
[all …]
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c209 u8 field; in mlx4_QUERY_FUNC() local
235 MLX4_GET(field, outbox, QUERY_FUNC_BUS_OFFSET); in mlx4_QUERY_FUNC()
236 func->bus = field & 0xf; in mlx4_QUERY_FUNC()
237 MLX4_GET(field, outbox, QUERY_FUNC_DEVICE_OFFSET); in mlx4_QUERY_FUNC()
238 func->device = field & 0xf1; in mlx4_QUERY_FUNC()
239 MLX4_GET(field, outbox, QUERY_FUNC_FUNCTION_OFFSET); in mlx4_QUERY_FUNC()
240 func->function = field & 0x7; in mlx4_QUERY_FUNC()
241 MLX4_GET(field, outbox, QUERY_FUNC_PHYSICAL_FUNCTION_OFFSET); in mlx4_QUERY_FUNC()
242 func->physical_function = field & 0xf; in mlx4_QUERY_FUNC()
247 MLX4_GET(field, outbox, QUERY_FUNC_RSVD_UARS_OFFSET); in mlx4_QUERY_FUNC()
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Dbitfield.h44 /* Specified attribute (e.g. LBN) of the specified field */
45 #define EF4_VAL(field, attribute) field ## _ ## attribute argument
46 /* Low bit number of the specified field */
47 #define EF4_LOW_BIT(field) EF4_VAL(field, LBN) argument
48 /* Bit width of the specified field */
49 #define EF4_WIDTH(field) EF4_VAL(field, WIDTH) argument
50 /* High bit number of the specified field */
51 #define EF4_HIGH_BIT(field) (EF4_LOW_BIT(field) + EF4_WIDTH(field) - 1) argument
52 /* Mask equal in width to the specified field.
54 * For example, a field with width 5 would have a mask of 0x1f.
[all …]
/linux/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h18 #define EXP_TID_GET(tid, field) \ argument
19 (((tid) >> EXP_TID_TID##field##_SHIFT) & EXP_TID_TID##field##_MASK)
21 #define EXP_TID_SET(field, value) \ argument
22 (((value) & EXP_TID_TID##field##_MASK) << \
23 EXP_TID_TID##field##_SHIFT)
24 #define EXP_TID_CLEAR(tid, field) ({ \ argument
25 (tid) &= ~(EXP_TID_TID##field##_MASK << \
26 EXP_TID_TID##field##_SHIFT); \
28 #define EXP_TID_RESET(tid, field, value) do { \ argument
29 EXP_TID_CLEAR(tid, field); \
[all …]
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.h543 /* PRODUCT_ID0 field values */
546 /* PRODUCT_ID1 field values */
551 /* CONFIG0_ID field values */
555 /* CONFIG1_ID field values */
558 /* CONFIG3_ID field values */
562 /* IH_FC_INT2 field values */
567 /* IH_FC_STAT2 field values */
572 /* IH_PHY_STAT0 field values */
580 /* IH_I2CM_STAT0 and IH_MUTE_I2CM_STAT0 field values */
584 /* IH_MUTE_I2CMPHY_STAT0 field values */
[all …]
/linux/drivers/net/ethernet/sfc/
H A Dbitfield.h46 /* Specified attribute (e.g. LBN) of the specified field */
47 #define EFX_VAL(field, attribute) field ## _ ## attribute argument
48 /* Low bit number of the specified field */
49 #define EFX_LOW_BIT(field) EFX_VAL(field, LBN) argument
50 /* Bit width of the specified field */
51 #define EFX_WIDTH(field) EFX_VAL(field, WIDTH) argument
52 /* High bit number of the specified field */
53 #define EFX_HIGH_BIT(field) (EFX_LOW_BIT(field) + EFX_WIDTH(field) - 1) argument
54 /* Mask equal in width to the specified field.
56 * For example, a field with width 5 would have a mask of 0x1f.
[all …]

12345678910>>...132