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

/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dcsi_rx_rmgr.c47 u32 max_num_packets_of_type; local
60 max_num_packets_of_type = N_LONG_PACKET_LUT_ENTRIES[backend];
63 max_num_packets_of_type = N_SHORT_PACKET_LUT_ENTRIES[backend];
67 if (num_active_of_type < max_num_packets_of_type) {
68 for (i = 0; i < max_num_packets_of_type; i++) {

Completed in 134 milliseconds