Home
last modified time | relevance | path

Searched refs:cam (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/intc/
H A Dxive2.c558 static void xive2_cam_decode(uint32_t cam, uint8_t *nvp_blk, in xive2_cam_decode() argument
561 *nvp_blk = xive2_nvp_blk(cam); in xive2_cam_decode()
562 *nvp_idx = xive2_nvp_idx(cam); in xive2_cam_decode()
563 *valid = !!(cam & TM2_W2_VALID); in xive2_cam_decode()
564 *hw = !!(cam & TM2_W2_HW); in xive2_cam_decode()
592 uint32_t cam = be32_to_cpu(target_ringw2); in xive2_tm_pull_ctx() local
599 xive2_cam_decode(cam, &nvp_blk, &nvp_idx, &valid, &do_save); in xive2_tm_pull_ctx()
856 uint32_t cam; in xive2_tm_push_os_ctx() local
867 cam = value; in xive2_tm_push_os_ctx()
868 qw1w2 = cpu_to_be32(cam); in xive2_tm_push_os_ctx()
[all …]
H A Dxive.c416 static void xive_os_cam_decode(uint32_t cam, uint8_t *nvt_blk, in xive_os_cam_decode() argument
420 *nvt_blk = xive_nvt_blk(cam); in xive_os_cam_decode()
423 *nvt_idx = xive_nvt_idx(cam); in xive_os_cam_decode()
426 *vo = !!(cam & TM_QW1W2_VO); in xive_os_cam_decode()
434 uint32_t cam = be32_to_cpu(qw1w2); in xive_tctx_get_os_cam() local
436 xive_os_cam_decode(cam, nvt_blk, nvt_idx, vo); in xive_tctx_get_os_cam()
513 uint32_t cam = value; in xive_tm_push_os_ctx() local
514 uint32_t qw1w2 = cpu_to_be32(cam); in xive_tm_push_os_ctx()
519 xive_os_cam_decode(cam, &nvt_blk, &nvt_idx, &vo); in xive_tm_push_os_ctx()
1735 uint32_t cam = xive_nvt_cam_line(nvt_blk, nvt_idx); in xive_presenter_tctx_match() local
[all …]
/qemu/hw/net/
H A Ddp8393x.c265 s->cam[index][0] = dp8393x_get(s, dp8393x_cdp(s), 1); in dp8393x_do_load_cam()
266 s->cam[index][1] = dp8393x_get(s, dp8393x_cdp(s), 2); in dp8393x_do_load_cam()
267 s->cam[index][2] = dp8393x_get(s, dp8393x_cdp(s), 3); in dp8393x_do_load_cam()
269 s->cam[index][0] >> 8, s->cam[index][0] & 0xff, in dp8393x_do_load_cam()
270 s->cam[index][1] >> 8, s->cam[index][1] & 0xff, in dp8393x_do_load_cam()
271 s->cam[index][2] >> 8, s->cam[index][2] & 0xff); in dp8393x_do_load_cam()
551 val = s->cam[s->regs[SONIC_CEP] & 0xf][SONIC_CAP0 - reg]; in dp8393x_read()
712 if (!memcmp(buf, s->cam[i], sizeof(s->cam[i]))) { in dp8393x_receive_filter()
928 VMSTATE_UINT16_2DARRAY(cam, dp8393xState, 16, 3),
H A Dtrace-events492 dp8393x_load_cam(int idx, int cam0, int cam1, int cam2, int cam3, int cam4, int cam5) "load cam[%d]…
493 dp8393x_load_cam_done(int cen) "load cam done. cam enable mask 0x%04x"
/qemu/include/hw/net/
H A Ddp8393x.h48 uint16_t cam[16][3]; member
/qemu/tests/data/qobject/
H A Dqdict.txt2415 cam.h: 4590