Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_noe.c291 uint8_t driveId = 0; in cpqary3_NOE_handler() local
348 driveId = in cpqary3_NOE_handler()
351 if (driveId & 0x80) { in cpqary3_NOE_handler()
352 driveId -= 0x80; in cpqary3_NOE_handler()
356 (driveId / 16) + 1, in cpqary3_NOE_handler()
357 (driveId % 16)); in cpqary3_NOE_handler()
362 (driveId / 16) + 1, (driveId % 16)); in cpqary3_NOE_handler()
415 driveId = *(uint16_t *)(&evt->event_specific_data[0]); in cpqary3_NOE_handler()
416 if (driveId & 0x80) { in cpqary3_NOE_handler()
417 driveId -= 0x80; in cpqary3_NOE_handler()
[all …]