/openbmc/gpioplus/src/gpioplus/utility/ |
H A D | aspeed.hpp | 35 char octal = name[name.length() - 1]; in nameToOffset() local 36 if (octal < '0' || octal > '7') in nameToOffset() 38 throw std::logic_error("GPIO name must end with an octal"); in nameToOffset() 62 offset = (offset - 1) * 8 + (octal - '0'); in nameToOffset()
|
/openbmc/linux/Documentation/input/devices/ |
H A 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
|
/openbmc/linux/include/linux/mtd/ |
H A 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
|
/openbmc/linux/drivers/acpi/acpica/ |
H A 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
|
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A 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.
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 167 /* Octal SPI */ 185 /* Octal SPI */ 353 * in octal DTR mode. 355 * command in octal DTR mode. 367 * @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.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | eject-2.1.5-spaces.patch | 5 Linux mangles spaces in mount points by changing them to an octal string 18 + * Linux mangles spaces in mount points by changing them to an octal string
|
/openbmc/linux/lib/ |
H A 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.
|
/openbmc/linux/drivers/ipack/devices/ |
H A D | Kconfig | 3 tristate "IndustryPack IP-OCTAL uart support"
|
H A D | ipoctal.c | 3 * driver for the GE IP-OCTAL boards 361 /* Each IP-OCTAL channel is a TTY port */ in ipoctal_inst_slot() 422 * IP-OCTAL has different addresses to copy its IRQ vector. in ipoctal_inst_slot() 469 /* As the IP-OCTAL 485 only supports half duplex, do it manually */ in ipoctal_write_tty() 770 MODULE_DESCRIPTION("IP-Octal 232, 422 and 485 device driver");
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ |
H A D | ptest.out.expected | 4 Octal: 0102
|
/openbmc/qemu/hw/char/ |
H A D | ipoctal232.c | 2 * QEMU GE IP-Octal 232 IndustryPack emulation 31 #define DPRINTF(fmt, ...) DPRINTF2("IP-Octal: " fmt, ## __VA_ARGS__) 35 /* The IP-Octal has 8 channels (a-h) 549 /* Redirect IP-Octal channels to host character devices */ in ipoctal_realize() 591 dc->desc = "GE IP-Octal 232 8-channel RS-232 IndustryPack"; in ipoctal_class_init()
|
/openbmc/u-boot/include/ |
H A D | inttypes.h | 75 /* Octal notation. */ 205 /* Octal notation. */
|
/openbmc/entity-manager/configurations/meta/ |
H A D | catalina_osfp.json | 10 /* Catalina Octal Small Form-factor Pluggable Carrier Board */
|
/openbmc/qemu/tests/qtest/ |
H A D | ipoctal232-test.c | 2 * QTest testcase for IndustryPack Octal-RS232
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | hpi_version.h | 12 /* Use single digits for versions less that 10 to avoid octal. */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/ |
H A D | 0004-configure.ac-remove-prog-test-of-augparse.patch | 37 AS_HELP_STRING([--with-defaultdumpdirmode=OCTAL-MODE],
|
/openbmc/linux/include/linux/ |
H A 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.
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | AccountPermission.pm | 37 # be stored in octal, so if you want to give mode 700 to /etc/aliases, 42 # where the 0700 denotes "octal 7-0-0". 101 # If we've gone symbolic, calculate the new permissions in octal. 109 # appropriate power to affect the correct digit of the octal mask. 156 # Now figure out which 3 bit octal digit we're affecting. 177 # formating for simple long octal output of the permissions in string form 217 # $file exists. $mode must be stored in octal, so if you want to give 222 # where the 0700 denotes "octal 7-0-0".
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | cdns,xspi.yaml | 15 single, dual, quad or octal wire transmission modes for
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hfsplus.rst | 27 Specifies the umask (in octal) used for files and directories
|
/openbmc/linux/tools/spi/ |
H A D | spidev_test.c | 188 " -8 --octal octal transfer\n" in print_usage() 222 { "octal", 0, 0, '8' }, in parse_opts()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | jfs.rst | 48 Override on-disk umask with specified octal value. For
|
/openbmc/linux/Documentation/devicetree/bindings/gpio/ |
H A D | socionext,uniphier-gpio.yaml | 106 // document. Unfortunately, only the one's place is octal in the port
|