Home
last modified time | relevance | path

Searched full:motorola (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/dts/bindings/rtc/
Dmotorola,mc146818.yaml5 description: Motorola MC146818 compatible Real Timer Clock
7 compatible: "motorola,mc146818"
/Zephyr-latest/include/zephyr/dt-bindings/spi/
Dspi.h31 * 2 frame formats are exposed: Motorola and TI.
32 * The main difference is the behavior of the CS line. In Motorola it stays
36 * By default, as it is the most commonly used, the Motorola frame format
/Zephyr-latest/dts/bindings/mipi-dbi/
Dzephyr,mipi-dbi-bitbang.yaml31 unused for type A (Motorola 6800).
37 Write GPIO pin for type B (Intel 8080) mode, Read/!Write pin for type A (Motorola 6800) mode.
42 Clocked enable/strobe pin for type A (Motorola 6800) mode, unused for type B (Intel 8080).
Dnxp,mipi-dbi-flexio-lcdif.yaml58 GPIO to drive the RDWR pin. This is required for Motorola 68K bus.
/Zephyr-latest/dts/bindings/spi/
Dspi-device.yaml34 Motorola or TI frame format. By default it's always Motorola's,
/Zephyr-latest/doc/hardware/peripherals/
Dmipi_dbi.rst11 * Type A: Motorola 6800 parallel bus
/Zephyr-latest/dts/x86/intel/
Datom.dtsi82 compatible = "motorola,mc146818";
Dalder_lake.dtsi408 compatible = "motorola,mc146818";
Draptor_lake_p.dtsi439 compatible = "motorola,mc146818";
Draptor_lake_s.dtsi547 compatible = "motorola,mc146818";
Delkhart_lake.dtsi710 compatible = "motorola,mc146818";
Dapollo_lake.dtsi393 compatible = "motorola,mc146818";
/Zephyr-latest/dts/bindings/
Dvendor-prefixes.txt437 motorola Motorola, Inc.
/Zephyr-latest/include/zephyr/drivers/
Dmipi_dbi.h12 * Type A: Motorola 6800 type parallel bus
Dspi.h317 * - 15: Motorola or TI frame format (optional).
/Zephyr-latest/include/zephyr/dt-bindings/mipi_dbi/
Dmipi_dbi.h57 * Parallel Bus protocol for MIPI DBI Type A based on Motorola 6800 bus.
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst1434 * Motorola, Inc. (motorola):
1438 * :dtcompatible:`motorola,mc146818`:
Drelease-notes-3.0.rst610 * stm32: Implemented Frame format option (TI vs Motorola).
Drelease-notes-3.1.rst865 * :dtcompatible:`motorola,mc146818`
/Zephyr-latest/drivers/mspi/
Dmspi_dw.c657 /* Always use Motorola SPI frame format. */ in _api_dev_config()
/Zephyr-latest/drivers/spi/
Dspi_ll_stm32.c644 /* configure the frame format Motorola (default) or TI */ in spi_stm32_configure()