Lines Matching refs:section_addr
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
167 section_addr = DICE_EXT_APP_SPACE + be32_to_cpu(pointers[12]) * 4; in snd_dice_detect_extension_formats()
168 err = detect_stream_formats(dice, section_addr); in snd_dice_detect_extension_formats()