H A D | tas2781-fmwlib.c | 1270 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram() argument 1275 if (book == TAS2781_YRAM_BOOK1) { in check_inpage_yram() 1279 if (book == TAS2781_YRAM_BOOK2 && page == TAS2781_YRAM5_PAGE) in check_inpage_yram() 1316 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram() argument 1321 if (book == TAS2781_YRAM_BOOK1 || book == TAS2781_YRAM_BOOK2) in check_inblock_yram() 1327 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram() argument 1332 in = check_inpage_yram(cd, book, page, reg, len); in check_yram() 1335 in = check_inblock_yram(cd, book, page, reg, len); in check_yram() 1342 unsigned short chn, unsigned char book, unsigne in tasdev_multibytes_chksum() 1341 tasdev_multibytes_chksum(struct tasdevice_priv *tasdevice, unsigned short chn, unsigned char book, unsigned char page, unsigned char reg, unsigned int len) tasdev_multibytes_chksum() argument 1405 do_singlereg_checksum(struct tasdevice_priv *tasdevice, unsigned short chl, unsigned char book, unsigned char page, unsigned char reg, unsigned char val) do_singlereg_checksum() argument 1457 tasdev_bytes_chksum(struct tasdevice_priv *tas_priv, struct tasdev_blk *block, int chn, unsigned char book, unsigned char page, unsigned char reg, unsigned int len, unsigned char val, unsigned char *crc_chksum) tasdev_bytes_chksum() argument 1489 tasdev_multibytes_wr(struct tasdevice_priv *tas_priv, struct tasdev_blk *block, int chn, unsigned char book, unsigned char page, unsigned char reg, unsigned char *data, unsigned int len, unsigned int *nr_cmds, unsigned char *crc_chksum) tasdev_multibytes_wr() argument 1567 unsigned char book; tasdev_load_blk() local [all...] |