Searched refs:DCP_PACKET_ALIGNMENT (Results 1 – 2 of 2) sorted by relevance
191 ch->end[depth] = offset + ALIGN(data_len, DCP_PACKET_ALIGNMENT); in dcp_push()283 ch->end[depth] = offset + ALIGN(length, DCP_PACKET_ALIGNMENT); in dcpep_handle_cb()
69 #define DCP_PACKET_ALIGNMENT (0x40) macro