Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/ips/
H A Dips.c728 ips_write_2(sc, COPPER_REG_CCCR, 0x1000 | COPPER_ILE_BIT); in ips_copperhead_reinit()
806 ips_write_2(command->sc, COPPER_REG_CCCR, COPPER_CMD_START); in ips_issue_copperhead_cmd()
H A Dips.h218 #define ips_write_2(sc,offset,value) bus_space_write_2(sc->bustag, sc->bushandle, offset, value) macro