Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/act2000/
Dact2000_isa.h110 #define ISA_SOS_READY 0x01 /* If 1 : we can write Data */ macro
Dact2000_isa.c202 if (inb(ISA_PORT_SOS) & ISA_SOS_READY) { in act2000_isa_writeb()