Searched +full:pull +full:- +full:downs (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/mtd/jedec,spi-nor.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Rob Herring <robh@kernel.org>13 - $ref: mtd.yaml#14 - $ref: /schemas/spi/spi-peripheral-props.yaml#19 - items:20 - pattern: "^((((micron|spansion|st),)?\33 - const: jedec,spi-nor[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause135 #define TI_GPIO_LOCK(_sc) mtx_lock_spin(&(_sc)->sc_mtx)136 #define TI_GPIO_UNLOCK(_sc) mtx_unlock_spin(&(_sc)->sc_mtx)138 mtx_init(&_sc->sc_mtx, device_get_nameunit((_sc)->sc_dev), \140 #define TI_GPIO_LOCK_DESTROY(_sc) mtx_destroy(&(_sc)->sc_mtx)141 #define TI_GPIO_ASSERT_LOCKED(_sc) mtx_assert(&(_sc)->sc_mtx, MA_OWNED)142 #define TI_GPIO_ASSERT_UNLOCKED(_sc) mtx_assert(&(_sc)->sc_mtx, MA_NOTOWNED)145 * ti_gpio_read_4 - reads a 32-bit value from one of the GPIO registers152 * 32-bit value read from the register.[all …]