Searched refs:section_addr (Results 1 – 1 of 1) sorted by relevance
/sound/firewire/dice/ |
D | dice-extension.c | 50 static inline int read_transaction(struct snd_dice *dice, u64 section_addr, in read_transaction() argument 56 section_addr + offset, buf, len, 0); in read_transaction() 59 static int read_stream_entries(struct snd_dice *dice, u64 section_addr, in read_stream_entries() argument 72 err = read_transaction(dice, section_addr, in read_stream_entries() 84 static int detect_stream_formats(struct snd_dice *dice, u64 section_addr) in detect_stream_formats() argument 112 err = read_transaction(dice, section_addr, in detect_stream_formats() 120 err = read_stream_entries(dice, section_addr, base_offset, in detect_stream_formats() 129 err = read_stream_entries(dice, section_addr, base_offset, in detect_stream_formats() 144 u64 section_addr; in snd_dice_detect_extension_formats() local 170 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats() [all …]
|