Searched full:octal (Results 1 – 25 of 80) sorted by relevance
1234
/linux-6.12.1/Documentation/input/devices/ |
D | walkera0701.rst | 85 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-6.12.1/include/linux/mtd/ |
D | spi-nor.h | 34 #define SPINOR_OP_READ_1_1_8 0x8b /* Read data bytes (Octal Output SPI) */ 35 #define SPINOR_OP_READ_1_8_8 0xcb /* Read data bytes (Octal I/O SPI) */ 39 #define SPINOR_OP_PP_1_1_8 0x82 /* Octal page program */ 40 #define SPINOR_OP_PP_1_8_8 0xc2 /* Octal page program */ 60 #define SPINOR_OP_READ_1_1_8_4B 0x7c /* Read data bytes (Octal Output SPI) */ 61 #define SPINOR_OP_READ_1_8_8_4B 0xcc /* Read data bytes (Octal I/O SPI) */ 65 #define SPINOR_OP_PP_1_1_8_4B 0x84 /* Octal page program */ 66 #define SPINOR_OP_PP_1_8_8_4B 0x8e /* Octal page program */ 218 * As a matter of performances, it is relevant to use Octal SPI protocols first, 249 * Like (Fast) Read capabilities, Octal/Quad SPI protocols are preferred to the
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | utstrtoul64.c | 48 * 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
|
D | utstrsuppt.c | 35 * 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-6.12.1/Documentation/devicetree/bindings/iio/dac/ |
D | lltc,ltc1660.yaml | 8 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-6.12.1/drivers/mtd/spi-nor/ |
D | core.h | 174 /* Octal SPI */ 192 /* Octal SPI */ 350 * in octal DTR mode. 352 * command in octal DTR mode. 366 * @set_octal_dtr: enables or disables SPI NOR octal DTR mode. 483 * SPI_NOR_OCTAL_READ: flash supports Octal Read. 484 * SPI_NOR_OCTAL_DTR_READ: flash supports octal DTR Read. 485 * SPI_NOR_OCTAL_DTR_PP: flash supports Octal DTR Page Program.
|
/linux-6.12.1/lib/ |
D | kstrtox.c | 125 * parsed as an octal number. Otherwise it will be parsed as a decimal. 149 * parsed as an octal number. Otherwise it will be parsed as a decimal. 221 * parsed as an octal number. Otherwise it will be parsed as a decimal. 252 * parsed as an octal number. Otherwise it will be parsed as a decimal.
|
D | parser.c | 240 * match_octal - scan an octal representation of an integer from a substring_t 244 * Description: Attempts to parse the &substring_t @s as an octal integer.
|
/linux-6.12.1/drivers/ipack/devices/ |
D | Kconfig | 3 tristate "IndustryPack IP-OCTAL uart support"
|
D | ipoctal.c | 3 * driver for the GE IP-OCTAL boards 359 /* Each IP-OCTAL channel is a TTY port */ in ipoctal_inst_slot() 420 * IP-OCTAL has different addresses to copy its IRQ vector. in ipoctal_inst_slot() 467 /* As the IP-OCTAL 485 only supports half duplex, do it manually */ in ipoctal_write_tty() 768 MODULE_DESCRIPTION("IP-Octal 232, 422 and 485 device driver");
|
/linux-6.12.1/include/linux/ |
D | kstrtox.h | 24 * parsed as an octal number. Otherwise it will be parsed as a decimal. 52 * parsed as an octal number. Otherwise it will be parsed as a decimal.
|
D | ctype.h | 75 /* Fast check for octal digit */
|
/linux-6.12.1/sound/pci/asihpi/ |
D | hpi_version.h | 12 /* Use single digits for versions less that 10 to avoid octal. */
|
/linux-6.12.1/Documentation/hwmon/ |
D | ltc2991.rst | 24 This driver supports hardware monitoring for Analog Devices LTC2991 Octal I2C
|
/linux-6.12.1/tools/spi/ |
D | spidev_test.c | 188 " -8 --octal octal transfer\n" in print_usage() 222 { "octal", 0, 0, '8' }, in parse_opts()
|
/linux-6.12.1/Documentation/filesystems/ |
D | hfsplus.rst | 27 Specifies the umask (in octal) used for files and directories
|
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/ |
D | lltc,ltc2978.yaml | 7 title: Octal Digital Power-supply monitor/supervisor/sequencer/margin controller.
|
D | adi,ltc2991.yaml | 8 title: Analog Devices LTC2991 Octal I2C Voltage, Current and Temperature Monitor
|
/linux-6.12.1/Documentation/devicetree/bindings/spi/ |
D | cdns,xspi.yaml | 15 single, dual, quad or octal wire transmission modes for
|
/linux-6.12.1/Documentation/admin-guide/ |
D | jfs.rst | 48 Override on-disk umask with specified octal value. For
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | socionext,uniphier-gpio.yaml | 95 // document. Unfortunately, only the one's place is octal in the port
|
/linux-6.12.1/tools/include/linux/ |
D | ctype.h | 76 /* Fast check for octal digit */
|
/linux-6.12.1/arch/x86/boot/ |
D | string.c | 324 * 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-6.12.1/scripts/dtc/ |
D | util.c | 150 * Parse a octal encoded character starting at index i in string s. The 232 * part of the octal value */ in get_escape_char()
|
/linux-6.12.1/security/tomoyo/ |
D | util.c | 307 * 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. 921 * \ooo Octal representation of a byte.
|
1234