Home
last modified time | relevance | path

Searched refs:eot (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/tegra/
Dmipi-phy.c31 timing->eot = 0; in mipi_dphy_timing_get_default()
95 if (timing->eot > 105 + 12 * period) in mipi_dphy_timing_validate()
Dmipi-phy.h31 unsigned int eot; member
/drivers/mailbox/
Dbcm-pdc-mailbox.c686 u32 eot; in pdc_tx_list_sg_add() local
718 eot = D64_CTRL1_EOT; in pdc_tx_list_sg_add()
720 eot = 0; in pdc_tx_list_sg_add()
730 flags | eot); in pdc_tx_list_sg_add()
735 eot = D64_CTRL1_EOT; in pdc_tx_list_sg_add()
737 eot = 0; in pdc_tx_list_sg_add()
743 pdc_build_txd(pdcs, databufptr, bufcnt, flags | eot); in pdc_tx_list_sg_add()
/drivers/scsi/
Dhptiop.h209 __le32 eot; /* non-zero: end of table */ member
Dhptiop.c876 psg[idx].eot = (idx == HPT_SCP(scp)->sgcnt - 1) ? in hptiop_buildsgl()