Lines Matching refs:inb
185 #define SK_ROM_ON (inb(SK_POS2) & POS2_CARD)
186 #define SK_ROM_OFF (inb(SK_POS2) | POS2_EPROM)
187 #define SK_RAM_ON (inb(SK_POS2) | POS2_CARD)
188 #define SK_RAM_OFF (inb(SK_POS2) & POS2_EPROM)
755 long offset1, offset0 = inb(ioaddr); in SK_probe()
757 ((offset1 = inb(ioaddr + 1)) == SK_IDHIGH)) in SK_probe()
1110 unsigned char pos0 = inb(SK_POS0), in SK_print_pos()
1111 pos1 = inb(SK_POS1), in SK_print_pos()
1112 pos2 = inb(SK_POS2), in SK_print_pos()
1113 pos3 = inb(SK_POS3), in SK_print_pos()
1114 pos4 = inb(SK_POS4); in SK_print_pos()