HomeSort by: relevance | last modified time | path
    Searched defs:gtype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/imx/
imxgpio.c 153 int gtype = __SHIFTOUT(v, mask); local in function:imxgpio_pic_find_pending_irqs
154 if (gtype == GPIO_ICR_EDGE_RISING)
155 gtype = GPIO_ICR_EDGE_FALLING;
156 else if (gtype == GPIO_ICR_EDGE_FALLING)
157 gtype = GPIO_ICR_EDGE_RISING;
159 v |= __SHIFTIN(gtype, mask);
183 unsigned int gtype; local in function:imxgpio_pic_establish_irq
195 gtype = (GPIO_TYPEMAP >> (2 * is->is_type)) & 3;
204 v |= gtype << icr_shift;
217 if (gtype == GPIO_ICR_EDGE_RISING || gtype == GPIO_ICR_EDGE_FALLING)
    [all...]
imx31_gpio.c 175 unsigned int gtype; local in function:gpio_pic_establish_irq
188 gtype = (GPIO_TYPEMAP >> (2 * is->is_type)) & 3;
197 v |= gtype << icr_shift;
210 if (gtype == GPIO_ICR_EDGE_RISING || gtype == GPIO_ICR_EDGE_FALLING) {
  /src/usr.sbin/sysinst/
gpt.c 943 const struct gpt_ptype_desc *gtype; local in function:gpt_get_default_fstype
945 gtype = gpt_find_native_type(nat_type);
946 if (gtype == NULL)
949 *fstype = gtype->default_fs_type;
951 if (gtype->default_fs_type == FS_BSDFFS)

Completed in 14 milliseconds