Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dwd719x.c139 if (opcode != WD719X_CMD_BUSRESET && opcode != WD719X_CMD_ABORT && in wd719x_direct_cmd()
428 ret = wd719x_direct_cmd(wd, WD719X_CMD_BUSRESET, 0, 0, 0, 0, in wd719x_chip_init()
495 (opcode == WD719X_CMD_BUSRESET) ? "bus" : "device"); in wd719x_reset()
502 if (opcode == WD719X_CMD_BUSRESET || in wd719x_reset()
520 return wd719x_reset(cmd, WD719X_CMD_BUSRESET, 0); in wd719x_bus_reset()
H A Dwd719x.h89 #define WD719X_CMD_BUSRESET 0x03 /* Assert SCSI bus reset */ macro