Home
last modified time | relevance | path

Searched full:octal (Results 1 – 25 of 64) sorted by relevance

123

/Linux-v5.10/Documentation/input/devices/
Dwalkera0701.rst85 Binary values: Analog octal values:
99 to bin change or octal value to bin change).
104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary
117 After last octal value for nibble 24 and next sync pulse one additional
125 Summary of octal values in nibbles must be same as octal value in checksum
127 calculated by sum of binary values in checked nibbles + sum of octal values
/Linux-v5.10/include/linux/mtd/
Dspi-nor.h35 #define SPINOR_OP_READ_1_1_8 0x8b /* Read data bytes (Octal Output SPI) */
36 #define SPINOR_OP_READ_1_8_8 0xcb /* Read data bytes (Octal I/O SPI) */
40 #define SPINOR_OP_PP_1_1_8 0x82 /* Octal page program */
41 #define SPINOR_OP_PP_1_8_8 0xc2 /* Octal page program */
62 #define SPINOR_OP_READ_1_1_8_4B 0x7c /* Read data bytes (Octal Output SPI) */
63 #define SPINOR_OP_READ_1_8_8_4B 0xcc /* Read data bytes (Octal I/O SPI) */
67 #define SPINOR_OP_PP_1_1_8_4B 0x84 /* Octal page program */
68 #define SPINOR_OP_PP_1_8_8_4B 0x8e /* Octal page program */
227 * As a matter of performances, it is relevant to use Octal SPI protocols first,
257 * Like (Fast) Read capabilities, Octal/Quad SPI protocols are preferred to the
/Linux-v5.10/drivers/acpi/acpica/
Dutstrtoul64.c48 * In ACPI, the only place where octal numbers are supported is within
51 * support (explicit/implicit) for octal string conversions.
68 * integer width. Supports Decimal, Hex, and Octal strings.
108 * 2) Check for an octal constant, defined to be a leading zero in acpi_ut_strtoul64()
109 * followed by sequence of octal digits (0-7) in acpi_ut_strtoul64()
171 * Octal strings are not supported, as per the ACPI specification.
251 * Base is either 10 (default) or 16 (with 0x prefix). Octal (base 8) strings
Dutstrsuppt.c35 * NOTE: Maximum 64-bit unsigned octal value is 01777777777777777777777
36 * Maximum 32-bit unsigned octal value is 037777777777
60 /* Convert and insert this octal digit into the accumulator */ in acpi_ut_convert_octal_string()
285 * RETURN: True if an octal "0" prefix was found at the start of the
288 * DESCRIPTION: Detect and remove an octal prefix (zero)
300 return (FALSE); /* Not an octal string */ in acpi_ut_detect_octal_prefix()
/Linux-v5.10/Documentation/devicetree/bindings/iio/dac/
Dlltc,ltc1660.yaml8 title: Linear Technology Micropower octal 8-Bit and 10-Bit DACs
14 Bindings for the Linear Technology Micropower octal 8-Bit and 10-Bit DAC.
/Linux-v5.10/lib/
Dkstrtox.c114 * parsed as an octal number. Otherwise it will be parsed as a decimal.
137 * parsed as an octal number. Otherwise it will be parsed as a decimal.
208 * parsed as an octal number. Otherwise it will be parsed as a decimal.
238 * parsed as an octal number. Otherwise it will be parsed as a decimal.
Dparser.c209 * match_octal: - scan an octal representation of an integer from a substring_t
213 * Description: Attempts to parse the &substring_t @s as an octal integer. On
Dstring_helpers.c253 * '\NNN' - byte with octal value NNN (1 to 3 digits)
481 * '\NNN' - byte with octal value NNN (3 digits)
/Linux-v5.10/drivers/ipack/devices/
DKconfig3 tristate "IndustryPack IP-OCTAL uart support"
Dipoctal.c5 * driver for the GE IP-OCTAL boards
351 /* Each IP-OCTAL channel is a TTY port */ in ipoctal_inst_slot()
407 * IP-OCTAL has different addresses to copy its IRQ vector. in ipoctal_inst_slot()
448 /* As the IP-OCTAL 485 only supports half duplex, do it manually */ in ipoctal_write_tty()
744 MODULE_DESCRIPTION("IP-Octal 232, 422 and 485 device driver");
/Linux-v5.10/sound/pci/asihpi/
Dhpi_version.h12 /* Use single digits for versions less that 10 to avoid octal. */
/Linux-v5.10/drivers/mtd/spi-nor/
Dcore.h60 /* Octal SPI */
77 /* Octal SPI */
300 #define SPI_NOR_OCTAL_READ BIT(15) /* Flash supports Octal Read */
/Linux-v5.10/tools/spi/
Dspidev_test.c194 " -8 --octal octal transfer\n" in print_usage()
221 { "octal", 0, 0, '8' }, in parse_opts()
/Linux-v5.10/Documentation/filesystems/
Dhfsplus.rst27 Specifies the umask (in octal) used for files and directories
/Linux-v5.10/Documentation/admin-guide/
Djfs.rst48 Override on-disk umask with specified octal value. For
/Linux-v5.10/Documentation/devicetree/bindings/gpio/
Dsocionext,uniphier-gpio.yaml90 // document. Unfortunately, only the one's place is octal in the port
/Linux-v5.10/tools/include/linux/
Dctype.h69 /* Fast check for octal digit */
/Linux-v5.10/include/linux/
Dctype.h68 /* Fast check for octal digit */
/Linux-v5.10/arch/x86/boot/
Dstring.c324 * parsed as an octal number. Otherwise it will be parsed as a decimal.
361 * parsed as an octal number. Otherwise it will be parsed as a decimal.
/Linux-v5.10/scripts/dtc/
Dutil.c139 * Parse a octal encoded character starting at index i in string s. The
221 * part of the octal value */ in get_escape_char()
/Linux-v5.10/security/tomoyo/
Dutil.c307 * tomoyo_byte_range - Check whether the string is a \ooo style octal value.
311 * Returns true if @str is a \ooo style octal value, false otherwise.
336 * tomoyo_make_byte - Make byte value from three octal characters.
916 * \ooo Octal representation of a byte.
/Linux-v5.10/include/acpi/
Dacexcep.h253 "Overflow during ASCII octal-to-binary conversion"),
268 "Invalid character in an Octal constant"),
/Linux-v5.10/drivers/firmware/efi/libstub/
Dvsprintf.c303 /* The maximum space required is to print a 64-bit number in octal */ in vsnprintf()
463 * For octal, a leading 0 is printed only if necessary, in vsnprintf()
/Linux-v5.10/sound/x86/
Dintel_hdmi_lpe_audio.h226 #define SWAP_LFE_CENTER 0x00fac4c8 /* octal 76543210 */
/Linux-v5.10/usr/
Dgen_initramfs.sh84 # <filetype> <name> <path to file> <octal mode> <uid> <gid>

123