sc53c94: Move chip_id to xfer_count.

Method for reading chip_id needs verification.
This commit is contained in:
joevt 2024-03-10 18:03:42 -07:00 committed by dingusdev
parent 82f4d05f4b
commit ceb2276098
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ int Sc53C94::device_postinit()
void Sc53C94::reset_device()
{
// part-unique ID to be read using a magic sequence
this->set_xfer_count = this->chip_id << 16;
this->xfer_count = this->chip_id << 16;
this->clk_factor = 2;
this->sel_timeout = 0;