Home
last modified time | relevance | path

Searched refs:ibs_last_pin (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Digpio.c187 pin <= ib->ib_setup->ibs_last_pin) in igpio_find_bank()
318 i, ibs->ibs_barno, ibs->ibs_first_pin, ibs->ibs_last_pin)); in igpio_attach()
320 npins = 1 + ibs->ibs_last_pin - ibs->ibs_first_pin; in igpio_attach()
381 int npins = 1 + ibs->ibs_last_pin - ibs->ibs_first_pin; in igpio_detach()
424 if (pin > ibs->ibs_last_pin) { in igpio_find_group()
426 ibs->ibs_barno, pin, ibs->ibs_last_pin)); in igpio_find_group()
Digpioreg.h84 int ibs_last_pin; member