Lines Matching defs:tbl
616 static int rtsx_pci_set_pull_ctl(struct rtsx_pcr *pcr, const u32 *tbl)
620 while (*tbl & 0xFFFF0000) {
622 (u16)(*tbl >> 16), 0xFF, (u8)(*tbl));
623 tbl++;
631 const u32 *tbl;
634 tbl = pcr->sd_pull_ctl_enable_tbl;
636 tbl = pcr->ms_pull_ctl_enable_tbl;
640 return rtsx_pci_set_pull_ctl(pcr, tbl);
646 const u32 *tbl;
649 tbl = pcr->sd_pull_ctl_disable_tbl;
651 tbl = pcr->ms_pull_ctl_disable_tbl;
655 return rtsx_pci_set_pull_ctl(pcr, tbl);