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

  /src/sys/arch/x86/include/
intr.h 142 int ih_pin; member in struct:intrhand
  /src/sys/dev/acpi/
amdgpio.c 61 int ih_pin; member in struct:amdgpio_intr_handler
394 aih->ih_pin = pin;
399 if (aihp->ih_pin == aih->ih_pin) {
445 val = RD4(sc, AMDGPIO_PIN_REG(aih->ih_pin));
447 WR4(sc, AMDGPIO_PIN_REG(aih->ih_pin), val);
472 val = RD4(sc, AMDGPIO_PIN_REG(aih->ih_pin));
474 WR4(sc, AMDGPIO_PIN_REG(aih->ih_pin), val);
484 val = RD4(sc, AMDGPIO_PIN_REG(aih->ih_pin));
486 WR4(sc, AMDGPIO_PIN_REG(aih->ih_pin), val)
    [all...]
qcomsmptp.c 58 int ih_pin; member in struct:qcsmptp_intrhand
265 if ((changed & (1 << ih->ih_pin)) == 0)
298 ih->ih_pin = pin;
qcomgpio.c 75 int ih_pin; member in struct:qcomgpio_intr_handler
541 qih->ih_pin = pin;
549 if (qihp->ih_pin == qih->ih_pin) {
612 val = RD4(sc, TLMM_GPIO_INTR_CFG(qih->ih_pin));
614 WR4(sc, TLMM_GPIO_INTR_CFG(qih->ih_pin), val);
639 val = RD4(sc, TLMM_GPIO_INTR_CFG(qih->ih_pin));
644 WR4(sc, TLMM_GPIO_INTR_CFG(qih->ih_pin), val);
654 val = RD4(sc, TLMM_GPIO_INTR_CFG(qih->ih_pin));
659 WR4(sc, TLMM_GPIO_INTR_CFG(qih->ih_pin), val)
    [all...]

Completed in 12 milliseconds