Home
last modified time | relevance | path

Searched refs:ahb (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ppc/
H A Dppc440_uc.c448 ppc4xx_ahb_t *ahb = opaque; in dcr_read_ahb() local
453 ret = ahb->top; in dcr_read_ahb()
456 ret = ahb->bot; in dcr_read_ahb()
467 ppc4xx_ahb_t *ahb = opaque; in dcr_write_ahb() local
471 ahb->top = val; in dcr_write_ahb()
474 ahb->bot = val; in dcr_write_ahb()
481 ppc4xx_ahb_t *ahb = opaque; in ppc4xx_ahb_reset() local
484 ahb->top = 0; in ppc4xx_ahb_reset()
485 ahb->bot = 0; in ppc4xx_ahb_reset()
490 ppc4xx_ahb_t *ahb; in ppc4xx_ahb_init() local
[all …]
/qemu/tests/data/qobject/
H A Dqdict.txt581 ahb.c: 4740