Searched refs:position (Results 1 – 14 of 14) sorted by relevance
38 int position = 0; /* daughterboard */ in vexpress_ctrl_start() local45 (site << SITE_SHIFT) | (position << POSITION_SHIFT) | in vexpress_ctrl_start()
61 @ The bit position is stored in ip.141 @ If no bit position left then we are done.
332 #define ACPI_MASK_BITS_ABOVE(position) (~((ACPI_INTEGER_MAX) << ((u32) (position)))) argument333 #define ACPI_MASK_BITS_BELOW(position) ((ACPI_INTEGER_MAX) << ((u32) (position))) argument
70 the position of the RSDP in memory (if present) can be fetched from the start
375 - write to array at position *prod* up to *cons*, wrapping around the circular387 - read from array at position *cons* up to *prod*, wrapping around the circular
1056 - write to array at position *[in|out]_prod* up to *[in|out]_cons*,1068 - read from array at position *[in|out]_cons* up to *[in|out]_prod*,
209 The position of a menu entry in the tree is determined in two ways. First
155 /boot and loaded as a module by grub. The exact position and filename of the
221 char *yy_buf_pos; /* current position in input buffer */1073 /* yy_bp points to the position in yy_ch_buf of the start of1414 /* Note that here we test for yy_c_buf_p "<=" to the position1522 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
678 /* Fold this line at the position of a space. */972 /* If the cursor is at the last position, put `>' or a space,1226 +/* current position */1850 /* Set the cursor position. */
2741 + * then path[0] represents the found position in the2855 + * the next position with respect to the tree2929 + * current position is extent item
96 + level menu positions. Remember current position when calling a
215 dtypes array. Take care here - you need to place it in the position
378 according to feature position defined in `enum psr_feat_type`.
Completed in 22 milliseconds