Home
last modified time | relevance | path

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

/linux/sound/pci/asihpi/
H A Dhpi6205.h61 #define HPI6205_SIZEOF_DATA (16*1024) macro
76 u8 b_data[HPI6205_SIZEOF_DATA];
H A Dhpi6205.c2007 if (this_copy > HPI6205_SIZEOF_DATA) in hpi6205_transfer_data()
2008 this_copy = HPI6205_SIZEOF_DATA; in hpi6205_transfer_data()