Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dncr53c9x.c360 NCRCMD(sc, NCRCMD_RSTCHIP); in ncr53c9x_reset()
361 NCRCMD(sc, NCRCMD_NOP); in ncr53c9x_reset()
437 NCRCMD(sc, NCRCMD_RSTSCSI);
701 NCRCMD(sc, NCRCMD_FLUSH); in ncr53c9x_select()
817 NCRCMD(sc, NCRCMD_SELATN); in ncr53c9x_select()
1346 NCRCMD(sc, NCRCMD_FLUSH); in ncr53c9x_flushfifo()
1581 NCRCMD(sc, NCRCMD_MSGOK); in ncr53c9x_msgin()
1613 NCRCMD(sc, NCRCMD_MSGOK); in ncr53c9x_msgin()
1897 NCRCMD(sc, NCRCMD_MSGOK); in ncr53c9x_msgin()
2800 NCRCMD(sc, in ncr53c9x_intr()
[all …]
H A Dncr53c9xvar.h412 #define NCRCMD(sc, cmd) do { \ macro
419 #define NCRCMD(sc, cmd) NCR_WRITE_REG(sc, NCR_CMD, cmd) macro
/netbsd/sys/arch/macppc/dev/
H A Desp.c509 NCRCMD(sc, NCRCMD_RSTSCSI); in esp_shutdown()
/netbsd/sys/arch/next68k/dev/
H A Desp.c662 NCRCMD(sc, NCRCMD_SETATN); \ in esp_dma_intr()