HomeSort by: relevance | last modified time | path
    Searched defs:slot_phys (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_2835_arm.c 97 bus_addr_t slot_phys; local in function:vchiq_platform_init
149 slot_phys = dma_map->dm_segs[0].ds_addr;
152 "%s: slot_phys = %lx\n", __func__, slot_phys);
163 (int)slot_phys + slot_mem_size;
190 bcm_mbox_write(BCM2835_MBOX_CHAN_VCHIQ, (unsigned int)slot_phys);
196 vchiq_slot_zero, (unsigned int)slot_phys);
vchiq_2835_arm.c 97 bus_addr_t slot_phys; local in function:vchiq_platform_init
149 slot_phys = dma_map->dm_segs[0].ds_addr;
152 "%s: slot_phys = %lx\n", __func__, slot_phys);
163 (int)slot_phys + slot_mem_size;
190 bcm_mbox_write(BCM2835_MBOX_CHAN_VCHIQ, (unsigned int)slot_phys);
196 vchiq_slot_zero, (unsigned int)slot_phys);

Completed in 24 milliseconds