Home
last modified time | relevance | path

Searched refs:crystalhd_pci_cfg_wr (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/staging/crystalhd/
Dcrystalhd_misc.h135 enum BC_STATUS crystalhd_pci_cfg_wr(struct crystalhd_adp *, uint32_t, uint32_t, uint32_t);
Dcrystalhd_cmds.c276 return crystalhd_pci_cfg_wr(ctx->adp, off, len, temp[0]); in bc_cproc_cfg_wr()
282 sts = crystalhd_pci_cfg_wr(ctx->adp, off, len, temp[ix]); in bc_cproc_cfg_wr()
Dcrystalhd_misc.c333 enum BC_STATUS crystalhd_pci_cfg_wr(struct crystalhd_adp *adp, uint32_t off, in crystalhd_pci_cfg_wr() function