Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/line6/
H A Dpodhd.c186 u8 init_bytes[8]; in podhd_dev_start() local
203 init_bytes, 3, LINE6_TIMEOUT, GFP_KERNEL); in podhd_dev_start()
211 (init_bytes[0] << 16) | (init_bytes[1] << 8) | (init_bytes[2] << 0); in podhd_dev_start()
214 ret = line6_read_data(&pod->line6, 0xf000 + 0x08 * i, init_bytes, 8); in podhd_dev_start()