Searched refs:hir (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/digi00x/ |
H A D | amdtp-dot.c | 79 static const u8 hir[15] = {0x0, 0x6, 0xf, 0x8, 0x7, 0x5, 0x3, 0x4, in dot_scrt() local 85 * hir[] is not used and - coincidentally - the salt's hi nibble is in dot_scrt() 93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | amdtp-dot.c | 79 static const u8 hir[15] = {0x0, 0x6, 0xf, 0x8, 0x7, 0x5, 0x3, 0x4, in dot_scrt() local 85 * hir[] is not used and - coincidentally - the salt's hi nibble is in dot_scrt() 93 const u8 hr = (hn == 0x9) ? 0x9 : hir[(hio[hn] + off) % 15]; in dot_scrt()
|
Completed in 2 milliseconds