Searched defs:per (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/drivers/gpio/ |
| H A D | adi_gpio2.c | 87 inline void portmux_setup(unsigned short per) in portmux_setup() 101 inline u16 get_portmux(unsigned short per) in get_portmux() 129 int peripheral_request(unsigned short per, const char *label) in peripheral_request() 188 int peripheral_request_list(const unsigned short per[], const char *label) in peripheral_request_list() 207 void peripheral_free(unsigned short per) in peripheral_free() 228 void peripheral_free_list(const unsigned short per[]) in peripheral_free_list()
|
| /openbmc/qemu/include/hw/ |
| H A D | clock.h | 55 #define CLOCK_PERIOD_TO_HZ(per) (((per) != 0) ? CLOCK_PERIOD_1SEC / (per) : 0u) argument
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson.h | 101 #define BANK(n, f, l, per, peb, pr, pb, dr, db, or, ob, ir, ib) \ argument
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_pio.h | 39 u32 per; /* 0x00 PIO Enable Register */ member
|
| /openbmc/qemu/hw/arm/ |
| H A D | omap1.c | 3505 static const int per[8] = { 1, 2, 4, 8, 12, 16, 20, 24 }; in omap_lpg_update() local
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | omap_common.h | 524 const struct dpll_params *per; member
|