/openbmc/qemu/hw/core/ |
H A D | register.c | 239 const RegisterAccessInfo *rae, in register_init_block() argument 258 int index = rae[i].addr / data_size; in register_init_block() 267 r->access = &rae[i]; in register_init_block() 280 const RegisterAccessInfo *rae, in register_init_block8() argument 287 return register_init_block(owner, rae, num, ri, (void *) in register_init_block8() 292 const RegisterAccessInfo *rae, in register_init_block32() argument 299 return register_init_block(owner, rae, num, ri, (void *) in register_init_block32() 304 const RegisterAccessInfo *rae, in register_init_block64() argument 311 return register_init_block(owner, rae, num, ri, (void *) in register_init_block64()
|
/openbmc/qemu/include/hw/ |
H A D | register.h | 192 const RegisterAccessInfo *rae, 200 const RegisterAccessInfo *rae, 208 const RegisterAccessInfo *rae,
|
/openbmc/u-boot/board/broadcom/bcm958300k/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm911360_entphn/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm911360k/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm11130/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm28155_ap/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm958305k/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm958622hr/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm23550_w1d/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm28155_w1d/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm11130_nand/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm958300k-ns/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/u-boot/board/broadcom/bcm911360_entphn-ns/ |
H A D | MAINTAINERS | 2 M: Steve Rae <steve.rae@raedomain.com>
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc_fpga.h | 43 u8 rae[0x1]; member
|
H A D | mlx5_ifc.h | 3346 u8 rae[0x1]; member 4254 u8 rae[0x1]; member
|
/openbmc/linux/drivers/nvme/target/ |
H A D | nvmet.h | 427 int rae = le32_to_cpu(req->cmd->common.cdw10) & 1 << 15; in nvmet_clear_aen_bit() local 429 if (!rae) in nvmet_clear_aen_bit()
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 4920 static uint16_t nvme_smart_info(NvmeCtrl *n, uint8_t rae, uint32_t buf_len, in nvme_smart_info() argument 4975 if (!rae) { in nvme_smart_info() 4982 static uint16_t nvme_endgrp_info(NvmeCtrl *n, uint8_t rae, uint32_t buf_len, in nvme_endgrp_info() argument 5042 static uint16_t nvme_error_info(NvmeCtrl *n, uint8_t rae, uint32_t buf_len, in nvme_error_info() argument 5052 if (!rae) { in nvme_error_info() 5062 static uint16_t nvme_changed_nslist(NvmeCtrl *n, uint8_t rae, uint32_t buf_len, in nvme_changed_nslist() argument 5102 if (!rae) { in nvme_changed_nslist() 5365 uint8_t rae = (dw10 >> 15) & 0x1; in nvme_get_log() local 5385 trace_pci_nvme_get_log(nvme_cid(req), lid, lsp, rae, len, off); in nvme_get_log() 5394 return nvme_error_info(n, rae, len, off, req); in nvme_get_log() [all …]
|
H A D | trace-events | 68 …, uint8_t lid, uint8_t lsp, uint8_t rae, uint32_t len, uint64_t off) "cid %"PRIu16" lid 0x%"PRIx8"…
|
/openbmc/qemu/hw/net/can/ |
H A D | xlnx-versal-canfd.c | 1868 const RegisterAccessInfo *rae, in canfd_populate_regarray() argument 1874 int index = rae[i].addr / 4; in canfd_populate_regarray() 1882 .access = &rae[i], in canfd_populate_regarray()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | qp.c | 3385 MLX5_SET(qpc, qpc, rae, 1); in set_qpc_atomic_flags() 4547 MLX5_SET(dctc, dctc, rae, 1); in mlx5_ib_modify_dct() 4973 if (MLX5_GET(qpc, qpc, rae)) in query_qp_attr() 5044 if (MLX5_GET(dctc, dctc, rae)) in mlx5_ib_dct_query_qp()
|