Lines Matching refs:hp_flags
281 unsigned int hp_flags; /* see below */ member
808 hp->hp_flags = flags; in uhso_mux_attach()
850 if (!ISSET(hp->hp_flags, UHSO_PORT_MUXPIPE)) in uhso_mux_abort()
864 if (!ISSET(hp->hp_flags, UHSO_PORT_MUXPIPE)) { in uhso_mux_detach()
882 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY | UHSO_PORT_MUXREADY); in uhso_mux_init()
910 CLR(hp->hp_flags, UHSO_PORT_MUXREADY); in uhso_mux_clean()
951 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
953 if (hp->hp_rlen == 0 && !ISSET(hp->hp_flags, UHSO_PORT_MUXREADY)) in uhso_mux_read()
956 SET(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
957 CLR(hp->hp_flags, UHSO_PORT_MUXREADY); in uhso_mux_read()
974 CLR(hp->hp_flags, UHSO_PORT_MUXBUSY); in uhso_mux_read()
1022 SET(hp->hp_flags, UHSO_PORT_MUXREADY); in uhso_mux_intr()
1023 if (ISSET(hp->hp_flags, UHSO_PORT_MUXBUSY)) in uhso_mux_intr()