Searched +full:has +full:- +full:pud (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.04 description: PCA95xx series I2C-based GPIO expander8 include: [gpio-controller.yaml, i2c-device.yaml]11 has-pud:13 description: Supports pull-up/pull-down15 has-interrupt-mask-reg:17 description: Has Interrupt mask register (PCAL95xx)19 interrupt-gpios:20 type: phandle-array21 description: Interrupt GPIO pin (active-low open-drain)[all …]
2 * Copyright (c) 2021-2023 IoT.bzh4 * SPDX-License-Identifier: Apache-2.020 /* Gen3 only has one base address, Gen4 has one per GPIO controller */95 uint16_t reg_offs = PFC_RCAR_IPSR + rcar_func->bank * sizeof(uint32_t); in pfc_rcar_set_ipsr()98 val &= ~(0xFU << rcar_func->shift); in pfc_rcar_set_ipsr()99 val |= (rcar_func->func << rcar_func->shift); in pfc_rcar_set_ipsr()108 while (drive_regs->reg != 0U) { in pfc_rcar_get_drive_reg()109 for (size_t i = 0U; i < ARRAY_SIZE(drive_regs->fields); i++) { in pfc_rcar_get_drive_reg()110 if (drive_regs->fields[i].pin == pin) { in pfc_rcar_get_drive_reg()111 *offset = drive_regs->fields[i].offset; in pfc_rcar_get_drive_reg()[all …]