Home
last modified time | relevance | path

Searched refs:pciCfg (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/crystalhd/
Dcrystalhd_cmds.c240 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()
Dbc_dts_glob_lnx.h213 struct BC_PCI_CFG pciCfg; member