Searched refs:dw_len (Results 1 – 1 of 1) sorted by relevance
1622 int dw_len, i, j; in rtsx_write_cfg_seq() local1631 dw_len = (len + offset) / 4 + 1; in rtsx_write_cfg_seq()1633 dw_len = (len + offset) / 4; in rtsx_write_cfg_seq()1635 dev_dbg(rtsx_dev(chip), "dw_len = %d\n", dw_len); in rtsx_write_cfg_seq()1637 data = vzalloc(dw_len * 4); in rtsx_write_cfg_seq()1643 mask = vzalloc(dw_len * 4); in rtsx_write_cfg_seq()1661 dw_len * 4); in rtsx_write_cfg_seq()1663 dw_len * 4); in rtsx_write_cfg_seq()1665 for (i = 0; i < dw_len; i++) { in rtsx_write_cfg_seq()1688 int dw_len, i, j; in rtsx_read_cfg_seq() local[all …]