Searched refs:gend (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-tangier.h | 57 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument 61 .npins = (gend) - (gstart) + 1, \
|
/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.c | 957 unsigned gend; in abx500_get_gpio_num() local 962 gend = p->offset + p->npins - 1; in abx500_get_gpio_num() 967 highest = gend; in abx500_get_gpio_num() 971 if (gend > highest) in abx500_get_gpio_num() 972 highest = gend; in abx500_get_gpio_num()
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 1314 unsigned long lgre = 0, gend = 0; in decode_gam_rng_tbl() local 1349 gend = (unsigned long)gre->limit << UV_GAM_RANGE_SHFT; in decode_gam_rng_tbl() 1369 index, _min_socket, _max_socket, _min_pnode, _max_pnode, fls64(gend)); in decode_gam_rng_tbl()
|
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 9411 s8 gsta, gend; in rt2800_iq_search() local 9495 gend = gerr + 2; in rt2800_iq_search() 9501 for (gef = gsta; gef <= gend; gef = gef + 1) in rt2800_iq_search()
|