Searched refs:PIC_INST_TO_MINOR (Results 1 – 2 of 2) sorted by relevance
116 #define PIC_INST_TO_MINOR(x) (((x) << 8) & 0x0F00) macro
221 minor = PIC_INST_TO_MINOR(inst) | PIC_UNIT_TO_MINOR(0); in pic_attach()262 minor = PIC_INST_TO_MINOR(inst) | PIC_UNIT_TO_MINOR(i); in pic_attach()