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