Lines Matching refs:u_int
119 char channel, u_int our_id,
120 u_int remote_id,
123 ahd_inw(struct ahd_softc *ahd, u_int port);
124 void ahd_outw(struct ahd_softc *ahd, u_int port,
125 u_int value);
127 ahd_inl(struct ahd_softc *ahd, u_int port);
128 void ahd_outl(struct ahd_softc *ahd, u_int port,
131 ahd_inq(struct ahd_softc *ahd, u_int port);
132 void ahd_outq(struct ahd_softc *ahd, u_int port,
134 u_int ahd_get_scbptr(struct ahd_softc *ahd);
135 void ahd_set_scbptr(struct ahd_softc *ahd, u_int scbptr);
136 u_int ahd_inb_scbram(struct ahd_softc *ahd, u_int offset);
137 u_int ahd_inw_scbram(struct ahd_softc *ahd, u_int offset);
139 ahd_lookup_scb(struct ahd_softc *ahd, u_int tag);