Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Daic79xx.c908 int cmds_pending; in ahd_handle_seqint() local
919 cmds_pending = ahd_inw(ahd, CMDS_PENDING); in ahd_handle_seqint()
920 if (cmds_pending > 0) in ahd_handle_seqint()
921 ahd_outw(ahd, CMDS_PENDING, cmds_pending - 1); in ahd_handle_seqint()