Searched refs:bcc_buf (Results 1 – 2 of 2) sorted by relevance
108 let mut bcc_buf = [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_get_bcc_test_mode() localVariable110 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc_test_mode()130 bcc_buf.fill(0); in test_get_bcc_test_mode()132 let bcc = get_bcc(HwBccMode::Test, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc_test_mode()169 let mut bcc_buf = [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in test_get_bcc() localVariable171 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf).expect("could not get bcc"); in test_get_bcc()
54 let mut bcc_buf = [0u8; HWBCC_MAX_RESP_PAYLOAD_LENGTH]; in get_dice_info() localVariable56 let bcc = get_bcc(HwBccMode::Release, &mut bcc_buf) in get_dice_info()