Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive2.c236 static void xive2_os_cam_decode(uint32_t cam, uint8_t *nvp_blk, in xive2_os_cam_decode() argument
239 *nvp_blk = xive2_nvp_blk(cam); in xive2_os_cam_decode()
240 *nvp_idx = xive2_nvp_idx(cam); in xive2_os_cam_decode()
241 *vo = !!(cam & TM2_QW1W2_VO); in xive2_os_cam_decode()
242 *ho = !!(cam & TM2_QW1W2_HO); in xive2_os_cam_decode()
251 uint32_t cam = be32_to_cpu(qw1w2); in xive2_tm_pull_os_ctx() local
257 xive2_os_cam_decode(cam, &nvp_blk, &nvp_idx, &vo, &do_save); in xive2_tm_pull_os_ctx()
365 uint32_t cam = value; in xive2_tm_push_os_ctx() local
366 uint32_t qw1w2 = cpu_to_be32(cam); in xive2_tm_push_os_ctx()
481 uint32_t cam = xive2_nvp_cam_line(nvt_blk, nvt_idx); in xive2_presenter_tctx_match() local
[all …]
H A Dxive.c355 static void xive_os_cam_decode(uint32_t cam, uint8_t *nvt_blk, in xive_os_cam_decode() argument
359 *nvt_blk = xive_nvt_blk(cam); in xive_os_cam_decode()
362 *nvt_idx = xive_nvt_idx(cam); in xive_os_cam_decode()
365 *vo = !!(cam & TM_QW1W2_VO); in xive_os_cam_decode()
373 uint32_t cam = be32_to_cpu(qw1w2); in xive_tctx_get_os_cam() local
375 xive_os_cam_decode(cam, nvt_blk, nvt_idx, vo); in xive_tctx_get_os_cam()
448 uint32_t cam = value; in xive_tm_push_os_ctx() local
449 uint32_t qw1w2 = cpu_to_be32(cam); in xive_tm_push_os_ctx()
454 xive_os_cam_decode(cam, &nvt_blk, &nvt_idx, &vo); in xive_tm_push_os_ctx()
1550 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