Lines Matching refs:ioh

1241 #define ASC_GET_QDONE_IN_PROGRESS(iot, ioh)                           AscReadLramByte((iot), (ioh),…  argument
1242 #define ASC_PUT_QDONE_IN_PROGRESS(iot, ioh, val) AscWriteLramByte((iot), (ioh), ASCV_Q_D… argument
1243 #define ASC_GET_VAR_FREE_QHEAD(iot, ioh) AscReadLramWord((iot), (ioh),… argument
1244 #define ASC_GET_VAR_DONE_QTAIL(iot, ioh) AscReadLramWord((iot), (ioh),… argument
1245 #define ASC_PUT_VAR_FREE_QHEAD(iot, ioh, val) AscWriteLramWord((iot), (ioh)… argument
1246 #define ASC_PUT_VAR_DONE_QTAIL(iot, ioh, val) AscWriteLramWord((iot), (ioh)… argument
1247 #define ASC_GET_RISC_VAR_FREE_QHEAD(iot, ioh) AscReadLramByte((iot), (ioh),… argument
1248 #define ASC_GET_RISC_VAR_DONE_QTAIL(iot, ioh) AscReadLramByte((iot), (ioh),… argument
1249 #define ASC_PUT_RISC_VAR_FREE_QHEAD(iot, ioh, val) AscWriteLramByte((iot), (ioh)… argument
1250 #define ASC_PUT_RISC_VAR_DONE_QTAIL(iot, ioh, val) AscWriteLramByte((iot), (ioh)… argument
1251 #define ASC_PUT_MCODE_SDTR_DONE_AT_ID(iot, ioh, id, data) AscWriteLramByte((iot), (ioh), (u_int16… argument
1252 #define ASC_GET_MCODE_SDTR_DONE_AT_ID(iot, ioh, id) AscReadLramByte((iot), (ioh),… argument
1253 #define ASC_PUT_MCODE_INIT_SDTR_AT_ID(iot, ioh, id, data) AscWriteLramByte((iot), (ioh), (u_int16… argument
1254 #define ASC_GET_MCODE_INIT_SDTR_AT_ID(iot, ioh, id) AscReadLramByte((iot), (ioh),… argument
1256 #define ASC_GET_CHIP_SIGNATURE_BYTE(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1257 #define ASC_GET_CHIP_SIGNATURE_WORD(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1258 #define ASC_GET_CHIP_VER_NO(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1259 #define ASC_GET_CHIP_CFG_LSW(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1260 #define ASC_GET_CHIP_CFG_MSW(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1261 #define ASC_SET_CHIP_CFG_LSW(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1262 #define ASC_SET_CHIP_CFG_MSW(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1263 #define ASC_GET_CHIP_EEP_CMD(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1264 #define ASC_SET_CHIP_EEP_CMD(iot, ioh, data) bus_space_write_1((iot), (ioh argument
1265 #define ASC_GET_CHIP_EEP_DATA(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1266 #define ASC_SET_CHIP_EEP_DATA(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1267 #define ASC_GET_CHIP_LRAM_ADDR(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1268 #define ASC_SET_CHIP_LRAM_ADDR(iot, ioh, addr) bus_space_write_2((iot), (ioh argument
1269 #define ASC_GET_CHIP_LRAM_DATA(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1270 #define ASC_SET_CHIP_LRAM_DATA(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1272 #define ASC_GET_CHIP_LRAM_DATA_NO_SWAP(iot, ioh) SWAPBYTES(bus_space_read_2((iot), (ioh)… argument
1273 #define ASC_SET_CHIP_LRAM_DATA_NO_SWAP(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1275 #define ASC_GET_CHIP_LRAM_DATA_NO_SWAP(iot, ioh) bus_space_read_2((iot), (ioh), ASC_IOP_… argument
1276 #define ASC_SET_CHIP_LRAM_DATA_NO_SWAP(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1278 #define ASC_GET_CHIP_IFC(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1279 #define ASC_SET_CHIP_IFC(iot, ioh, data) bus_space_write_1((iot), (ioh argument
1280 #define ASC_GET_CHIP_STATUS(iot, ioh) (u_int16_t)bus_space_read_2((… argument
1281 #define ASC_SET_CHIP_STATUS(iot, ioh, cs_val) bus_space_write_2((iot), (ioh argument
1282 #define ASC_GET_CHIP_CONTROL(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1283 #define ASC_SET_CHIP_CONTROL(iot, ioh, cc_val) bus_space_write_1((iot), (ioh argument
1284 #define ASC_GET_CHIP_SYN(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1285 #define ASC_SET_CHIP_SYN(iot, ioh, data) bus_space_write_1((iot), (ioh argument
1286 #define ASC_SET_PC_ADDR(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1287 #define ASC_GET_PC_ADDR(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1288 #define ASC_IS_INT_PENDING(iot, ioh) (ASC_GET_CHIP_STATUS((iot), ( argument
1289 #define ASC_GET_CHIP_SCSI_ID(iot, ioh) ((ASC_GET_CHIP_CFG_LSW((iot),… argument
1290 #define ASC_GET_EXTRA_CONTROL(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1291 #define ASC_SET_EXTRA_CONTROL(iot, ioh, data) bus_space_write_1((iot), (ioh argument
1292 #define ASC_READ_CHIP_AX(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1293 #define ASC_WRITE_CHIP_AX(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1294 #define ASC_READ_CHIP_IX(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1295 #define ASC_WRITE_CHIP_IX(iot, ioh, data) bus_space_write_1((iot), (ioh argument
1296 #define ASC_READ_CHIP_IH(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1297 #define ASC_WRITE_CHIP_IH(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1298 #define ASC_READ_CHIP_QP(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1299 #define ASC_WRITE_CHIP_QP(iot, ioh, data) bus_space_write_1((iot), (ioh argument
1300 #define ASC_READ_CHIP_FIFO_L(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1301 #define ASC_WRITE_CHIP_FIFO_L(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1302 #define ASC_READ_CHIP_FIFO_H(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1303 #define ASC_WRITE_CHIP_FIFO_H(iot, ioh, data) bus_space_write_2((iot), (ioh argument
1304 #define ASC_READ_CHIP_DMA_SPEED(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1305 #define ASC_WRITE_CHIP_DMA_SPEED(iot, ioh, data) bus_space_write_1((iot), (ioh), ASC_IOP… argument
1306 #define ASC_READ_CHIP_DA0(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1307 #define ASC_WRITE_CHIP_DA0(iot, ioh) bus_space_write_2((iot), (ioh argument
1308 #define ASC_READ_CHIP_DA1(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1309 #define ASC_WRITE_CHIP_DA1(iot, ioh) bus_space_write_2((iot), (ioh argument
1310 #define ASC_READ_CHIP_DC0(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1311 #define ASC_WRITE_CHIP_DC0(iot, ioh) bus_space_write_2((iot), (ioh argument
1312 #define ASC_READ_CHIP_DC1(iot, ioh) bus_space_read_2((iot), (ioh)… argument
1313 #define ASC_WRITE_CHIP_DC1(iot, ioh) bus_space_write_2((iot), (ioh argument
1314 #define ASC_READ_CHIP_DVC_ID(iot, ioh) bus_space_read_1((iot), (ioh)… argument
1315 #define ASC_WRITE_CHIP_DVC_ID(iot, ioh, data) bus_space_write_1((iot), (ioh argument