Home
last modified time | relevance | path

Searched refs:res_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_modern.c404 u64 res_offset, res_length; in virtio_pci_find_shm_cap() local
436 res_offset = tmp32; in virtio_pci_find_shm_cap()
445 res_offset |= ((u64)tmp32) << 32; in virtio_pci_find_shm_cap()
452 *offset = res_offset; in virtio_pci_find_shm_cap()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_ring.c59 rdr->shoffset = priv->config.res_offset; in safexcel_init_ring_descriptors()
H A Dsafexcel.c902 struct result_data_desc *result_data = rdp + priv->config.res_offset; in safexcel_rdesc_check_errors()
1343 priv->config.res_offset = (EIP197_RD64_FETCH_SIZE + mask) & ~mask; in safexcel_configure()
1345 priv->config.rd_size = priv->config.res_offset + in safexcel_configure()
1353 priv->config.res_offset *= sizeof(u32); in safexcel_configure()
H A Dsafexcel.h685 u32 res_offset; member