Searched refs:IF_IO (Results 1 – 3 of 3) sorted by relevance
348 #define IF_IO 0x01 /* IO + memory */ macro
2285 card_type = IF_IO; in pcic_intr()3964 if (sockp->pcs_intmask & SBM_BVD1 || socket->IFType == IF_IO) in pcic_set_socket()4013 if (socket->IFType == IF_IO) { in pcic_set_socket()4033 if ((socket->IFType == IF_IO) && (pcic->pc_flags & PCF_AUDIO)) { in pcic_set_socket()4049 if ((socket->IFType == IF_IO) && (pcic->pc_flags & PCF_AUDIO)) in pcic_set_socket()4069 if ((socket->IFType == IF_IO) && (pcic->pc_flags & PCF_AUDIO)) { in pcic_set_socket()4139 if (socket->IFType == IF_IO) { in pcic_set_socket()4210 socket->SocketCaps = (value & PCS_SOCKET_IO) ? IF_IO : IF_MEMORY; in pcic_inquire_socket()4240 type = IF_IO; in pcic_inquire_window()4250 if (type == IF_IO) { in pcic_inquire_window()[all …]
6432 if (!(inquire_socket.SocketCaps & IF_IO))6525 set_socket.IFType = IF_IO;