Searched refs:bank (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/libs/libplatsupport/src/plat/imx6/
H A Dgpio.c56 volatile struct imx6_gpio_regs *bank[GPIO_NBANKS]; member in struct:imx6_gpio
70 return gpio_priv->bank[port];
75 volatile struct imx6_gpio_regs *bank; local
90 bank = imx6_gpio_get_bank(gpio);
101 v = bank->direction;
106 &bank->direction, bank->direction, v);
111 &bank->direction, bank->direction, v);
113 bank
120 volatile struct imx6_gpio_regs *bank; local
143 volatile struct imx6_gpio_regs *bank; local
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/imx6/
H A Dgpio.c56 volatile struct imx6_gpio_regs *bank[GPIO_NBANKS]; member in struct:imx6_gpio
70 return gpio_priv->bank[port];
75 volatile struct imx6_gpio_regs *bank; local
90 bank = imx6_gpio_get_bank(gpio);
101 v = bank->direction;
106 &bank->direction, bank->direction, v);
111 &bank->direction, bank->direction, v);
113 bank
120 volatile struct imx6_gpio_regs *bank; local
143 volatile struct imx6_gpio_regs *bank; local
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dmux.c47 struct mux_bank **bank; local
49 bank = mux_priv_get_banks(mux);
53 return &bank[b]->gp[p];
155 ZF_LOGD("Enabling feature: bank %d, port %d, pin %d\n",
235 int portid, bank; local
238 bank = GPIOPORT_GET_BANK(portid);
246 return banks[bank];
313 volatile struct mux_bank *bank; local
317 bank = gpio_get_bank(gpio);
318 assert(bank);
348 volatile struct mux_bank *bank; local
[all...]
/seL4-refos-master/libs/libplatsupport/src/mach/exynos/
H A Dmux.c47 struct mux_bank **bank; local
49 bank = mux_priv_get_banks(mux);
53 return &bank[b]->gp[p];
155 ZF_LOGD("Enabling feature: bank %d, port %d, pin %d\n",
235 int portid, bank; local
238 bank = GPIOPORT_GET_BANK(portid);
246 return banks[bank];
313 volatile struct mux_bank *bank; local
317 bank = gpio_get_bank(gpio);
318 assert(bank);
348 volatile struct mux_bank *bank; local
[all...]
/seL4-refos-master/libs/libplatsupport/plat_include/exynos4/platsupport/plat/
H A Dgpio.h19 #define _GPIOPORT(bank, port) (((bank) << 8) | (port))
22 #define GPIOPORT(bank, port) _GPIOPORT(GPIO_##bank##_BANK, port)
/seL4-refos-master/libs/libplatsupport/plat_include/exynos5/platsupport/plat/
H A Dgpio.h18 #define _GPIOPORT(bank, port) (((bank) << 8) | (port))
21 #define GPIOPORT(bank, port) _GPIOPORT(GPIO_##bank##_BANK, port)
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/exynos4/platsupport/plat/
H A Dgpio.h19 #define _GPIOPORT(bank, port) (((bank) << 8) | (port))
22 #define GPIOPORT(bank, port) _GPIOPORT(GPIO_##bank##_BANK, port)
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/exynos5/platsupport/plat/
H A Dgpio.h18 #define _GPIOPORT(bank, port) (((bank) << 8) | (port))
21 #define GPIOPORT(bank, port) _GPIOPORT(GPIO_##bank##_BANK, port)
/seL4-refos-master/kernel/manual/parts/
H A Dio.tex191 SMMU translation context bank (CB). A translation context bank can perform
197 with the same context bank and it is possible to share address translation
198 tables between a context bank and software MMU address space if the stage and type
225 context bank in a system. The kernel tracks the allocation of StreamIDs and
227 track which VSpace a context bank has bound to it, and which context bank a
231 When StreamID, context bank capabilities are revoked, the kernel will disable
240 statuses to be queried and cleared for each context bank and for the SMMU globally.
246 bypass" in the context bank attribut
[all...]
/seL4-refos-master/projects/util_libs/libplatsupport/src/plat/tk1/
H A Dgpio.c117 tk1_gpio_bank_t bank[TEGRA_GPIO_BANKS]; member in struct:tk1_gpio_regs_
135 return &tk1_gpio_get_priv(sys)->bank[GPIO_BANK(pin)];
314 "GPIO_IN: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d",
344 "GPIO_IN: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d",
368 "GPIO_IN: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d",
501 "GPIO_CNF: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d"
/seL4-refos-master/libs/libplatsupport/src/plat/tk1/
H A Dgpio.c117 tk1_gpio_bank_t bank[TEGRA_GPIO_BANKS]; member in struct:tk1_gpio_regs_
135 return &tk1_gpio_get_priv(sys)->bank[GPIO_BANK(pin)];
314 "GPIO_IN: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d",
344 "GPIO_IN: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d",
368 "GPIO_IN: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d",
501 "GPIO_CNF: 0x%x, gpio: %d, bank: %d, port: %d, gpio_bit: %d"
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/imx6/uboot/
H A Dimx-regs.h403 } bank[15]; member in struct:iim_regs

Completed in 60 milliseconds