Searched refs:PIC_MINOR_TO_INST (Results 1 – 2 of 2) sorted by relevance
178 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()
119 #define PIC_MINOR_TO_INST(x) (((x)>> 8) & 0xF) macro