Lines Matching refs:offset
12 u64 offset) in get_subaddr() argument
16 offset += dice->tx_offset; in get_subaddr()
19 offset += dice->rx_offset; in get_subaddr()
22 offset += dice->sync_offset; in get_subaddr()
25 offset += dice->rsrv_offset; in get_subaddr()
29 offset += dice->global_offset; in get_subaddr()
32 offset += DICE_PRIVATE_SPACE; in get_subaddr()
33 return offset; in get_subaddr()
38 unsigned int offset, void *buf, unsigned int len) in snd_dice_transaction_write() argument
43 get_subaddr(dice, type, offset), buf, len, 0); in snd_dice_transaction_write()
47 enum snd_dice_addr_type type, unsigned int offset, in snd_dice_transaction_read() argument
53 get_subaddr(dice, type, offset), buf, len, 0); in snd_dice_transaction_read()
134 int generation, unsigned long long offset, in dice_notification() argument
145 if ((offset & 3) != 0) { in dice_notification()
180 dice->notification_handler.offset); in register_notification_address()
228 dice->notification_handler.offset); in unregister_notification_address()