Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A Dsp-pci.c453 .feature_reg = 0x105fc, /* C2PMSG_63 */
461 .feature_reg = 0x109fc, /* C2PMSG_63 */
470 .feature_reg = 0x109fc, /* C2PMSG_63 */
480 .feature_reg = 0x109fc, /* C2PMSG_63 */
488 .feature_reg = 0x109fc, /* C2PMSG_63 */
496 .feature_reg = 0x109fc, /* C2PMSG_63 */
H A Dsp-dev.h74 const unsigned int feature_reg; member
H A Dpsp-dev.c61 unsigned int val = ioread32(psp->io_regs + psp->vdata->feature_reg); in psp_get_capability()