Searched refs:DDB_TYPE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_dev.c | 41 #define DDB_TYPE offsetof(struct asd_ddb_ssp_smp_target_port, ddb_type) macro 61 asd_ddbsite_write_byte(asd_ha, ddb, DDB_TYPE, DDB_TYPE_UNUSED); in asd_free_ddb() 71 asd_ddbsite_write_byte(asd_ha,ddb, DDB_TYPE, DDB_TYPE_PM_PORT); in asd_set_ddb_type() 73 asd_ddbsite_write_byte(asd_ha,ddb, DDB_TYPE, DDB_TYPE_TARGET); in asd_set_ddb_type() 75 asd_ddbsite_write_byte(asd_ha,ddb,DDB_TYPE,DDB_TYPE_INITIATOR); in asd_set_ddb_type()
|