Searched refs:driveId (Results 1 – 1 of 1) sorted by relevance
291 uint8_t driveId = 0; in cpqary3_NOE_handler() local348 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 …]