Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/apple/
H A Diomfb.c191 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()
H A Diomfb.h69 #define DCP_PACKET_ALIGNMENT (0x40) macro