Home
last modified time | relevance | path

Searched defs:per (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dadi_gpio2.c87 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 Dclock.h55 #define CLOCK_PERIOD_TO_HZ(per) (((per) != 0) ? CLOCK_PERIOD_1SEC / (per) : 0u) argument
/openbmc/u-boot/drivers/pinctrl/meson/
H A Dpinctrl-meson.h101 #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 Dat91_pio.h39 u32 per; /* 0x00 PIO Enable Register */ member
/openbmc/qemu/hw/arm/
H A Domap1.c3505 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 Domap_common.h524 const struct dpll_params *per; member