Searched refs:cur_msgin (Results 1 – 4 of 4) sorted by relevance
724 esp->cur_msgin[i] = 0; in esp_initialize()2381 esp->cur_msgin[0] = SCptr->SCp.Message; in esp_do_status()2854 esp->prevmsgin = esp->cur_msgin[0]; in check_singlebyte_msg()2855 if(esp->cur_msgin[0] & 0x80) { in check_singlebyte_msg()2861 } else if(((esp->cur_msgin[0] & 0xf0) == 0x20) || in check_singlebyte_msg()2862 (esp->cur_msgin[0] == EXTENDED_MESSAGE)) { in check_singlebyte_msg()2868 switch(esp->cur_msgin[0]) { in check_singlebyte_msg()2872 esp->cur_msgin[0])); in check_singlebyte_msg()2953 msg3 = esp->cur_msgin[3]; in sync_report()2954 msg4 = esp->cur_msgin[4]; in sync_report()[all …]
1059 esp->cur_msgin[i] = 0; in esp_init_swstate()3049 esp->cur_msgin[0] = SCptr->SCp.Message; in esp_do_status()3515 esp->prevmsgin = esp->cur_msgin[0]; in check_singlebyte_msg()3516 if (esp->cur_msgin[0] & 0x80) { in check_singlebyte_msg()3522 } else if (((esp->cur_msgin[0] & 0xf0) == 0x20) || in check_singlebyte_msg()3523 (esp->cur_msgin[0] == EXTENDED_MESSAGE)) { in check_singlebyte_msg()3529 switch (esp->cur_msgin[0]) { in check_singlebyte_msg()3533 esp->cur_msgin[0])); in check_singlebyte_msg()3614 msg3 = esp->cur_msgin[3]; in sync_report()3615 msg4 = esp->cur_msgin[4]; in sync_report()[all …]
180 u8 cur_msgin[16]; member
390 unchar cur_msgin[16]; member