HomeSort by: relevance | last modified time | path
    Searched refs:ibs_first_pin (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
igpioreg.h 83 int ibs_first_pin; member in struct:igpio_bank_setup
igpio.c 186 if (pin >= ib->ib_setup->ibs_first_pin &&
199 return pin - ib->ib_setup->ibs_first_pin;
318 i, ibs->ibs_barno, ibs->ibs_first_pin, ibs->ibs_last_pin));
320 npins = 1 + ibs->ibs_last_pin - ibs->ibs_first_pin;
381 int npins = 1 + ibs->ibs_last_pin - ibs->ibs_first_pin;

Completed in 29 milliseconds