Searched refs:pciCfg (Results 1 – 2 of 2) sorted by relevance
239 temp = (uint32_t *) idata->udata.u.pciCfg.pci_cfg_space; in bc_cproc_cfg_rd()240 off = idata->udata.u.pciCfg.Offset; in bc_cproc_cfg_rd()241 len = idata->udata.u.pciCfg.Size; in bc_cproc_cfg_rd()248 cnt = idata->udata.u.pciCfg.Size / len; in bc_cproc_cfg_rd()271 temp = (uint32_t *) idata->udata.u.pciCfg.pci_cfg_space; in bc_cproc_cfg_wr()272 off = idata->udata.u.pciCfg.Offset; in bc_cproc_cfg_wr()273 len = idata->udata.u.pciCfg.Size; in bc_cproc_cfg_wr()280 cnt = idata->udata.u.pciCfg.Size / len; in bc_cproc_cfg_wr()
212 struct BC_PCI_CFG pciCfg; member