HomeSort by: relevance | last modified time | path
    Searched refs:ahc_reset_channel (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
aic7xxx_osm.c 128 ahc_reset_channel(ahc, 'A', TRUE);
130 ahc_reset_channel(ahc, 'B', TRUE);
311 ahc_reset_channel(ahc, channel->chan_channel == 1 ? 'B' : 'A',
854 found = ahc_reset_channel(ahc, channel, /*Initiate Reset*/TRUE);
aic7xxxvar.h 1316 int ahc_reset_channel(struct ahc_softc *, char, int);
aic7xxx.c 804 ahc_reset_channel(ahc, devinfo.channel,
1034 ahc_reset_channel(ahc, intr_channel,
1041 ahc_reset_channel(ahc, intr_channel, /*Initiate Reset*/FALSE);
2607 found = ahc_reset_channel(ahc, 'A', TRUE);
5909 ahc_reset_channel(struct ahc_softc *ahc, char channel, int initiate_reset) function in typeref:typename:int

Completed in 18 milliseconds