Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/tw686x/
Dtw686x-video.c30 #define TW686X_MAX_SG_DESC_COUNT 256 /* PAL 720x576 needs 203 4-KB pages */ macro
31 #define TW686X_SG_TABLE_SIZE (TW686X_MAX_SG_DESC_COUNT * sizeof(struct tw686x_sg_desc))
203 if (count == TW686X_MAX_SG_DESC_COUNT) in tw686x_sg_desc_fill()
716 0 : vc->ch * TW686X_MAX_SG_DESC_COUNT; in tw686x_set_format()
717 end_idx = start_idx + TW686X_MAX_SG_DESC_COUNT - 1; in tw686x_set_format()