Home
last modified time | relevance | path

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

/drivers/media/pci/pt3/
Dpt3_dma.c22 #define PT3_ACCESS_UNIT (TS_PACKET_SZ * 128)
100 (DATA_BUF_SZ - adap->buf_ofs) / TS_PACKET_SZ); in pt3_proc_dma()
102 adap->buffer[idx].data, ofs / TS_PACKET_SZ); in pt3_proc_dma()
105 PT3_ACCESS_UNIT / TS_PACKET_SZ); in pt3_proc_dma()
Dpt3.h67 #define TS_PACKET_SZ 188 macro