Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dpic16f747.c178 inst = PIC_MINOR_TO_INST(getminor((dev_t)arg)); in pic_getinfo()
327 int inst = PIC_MINOR_TO_INST(getminor(*devp)); in pic_open()
336 int inst = PIC_MINOR_TO_INST(getminor(dev)); in pic_close()
351 inst = PIC_MINOR_TO_INST(getminor(dev)); in pic_ioctl()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpic16f747.h119 #define PIC_MINOR_TO_INST(x) (((x)>> 8) & 0xF) macro