Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/crystalhd/
Dcrystalhd_cmds.c239 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()
Dbc_dts_glob_lnx.h212 struct BC_PCI_CFG pciCfg; member