Searched +full:f +full:- +full:ospi (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/socionext,f-ospi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#14 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>17 - $ref: spi-controller.yaml#21 const: socionext,f-ospi29 num-cs:34 - compatible35 - reg[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/ti,am654-hbmc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Vignesh Raghavendra <vigneshr@ti.com>14 const: ti,am654-hbmc19 power-domains: true20 '#address-cells': true21 '#size-cells': true24 mux-controls:[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause49 * t4_wait_op_done_val - wait until an operation is completed52 * @mask: a single-bit field within @reg that indicates completion61 * operation completes and -EAGAIN otherwise.74 if (--attempts == 0) in t4_wait_op_done_val()75 return -EAGAIN; in t4_wait_op_done_val()89 * t4_set_reg_field - set a register field to a value108 * t4_read_indirect - read indirectly addressed registers123 while (nregs--) { in t4_read_indirect()[all …]