Home
last modified time | relevance | path

Searched refs:pkth (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1152 u32 pkth = 0, pktc = 0; in vc4_dsi_host_transfer() local
1159 pkth |= VC4_SET_FIELD(packet.header[0], DSI_TXPKT1H_BC_DT); in vc4_dsi_host_transfer()
1160 pkth |= VC4_SET_FIELD(packet.header[1] | in vc4_dsi_host_transfer()
1185 pkth |= VC4_SET_FIELD(cmd_fifo_len, DSI_TXPKT1H_BC_CMDFIFO); in vc4_dsi_host_transfer()
1255 DSI_PORT_WRITE(TXPKT1H, pkth); in vc4_dsi_host_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c1176 u32 pkth = 0, pktc = 0; in vc4_dsi_host_transfer() local
1183 pkth |= VC4_SET_FIELD(packet.header[0], DSI_TXPKT1H_BC_DT); in vc4_dsi_host_transfer()
1184 pkth |= VC4_SET_FIELD(packet.header[1] | in vc4_dsi_host_transfer()
1209 pkth |= VC4_SET_FIELD(cmd_fifo_len, DSI_TXPKT1H_BC_CMDFIFO); in vc4_dsi_host_transfer()
1279 DSI_PORT_WRITE(TXPKT1H, pkth); in vc4_dsi_host_transfer()

Completed in 7 milliseconds