Searched refs:bd0 (Results 1 – 2 of 2) sorted by relevance
246 struct sdma_buffer_descriptor *bd0; in sdma_configure() local323 bd0 = sc->bd0; in sdma_configure()324 bd0->mode.command = C0_SETDM; in sdma_configure()326 bd0->mode.count = sizeof(*context) / 4; in sdma_configure()327 bd0->buffer_addr = sc->context_phys; in sdma_configure()383 struct sdma_buffer_descriptor *bd0; in boot_firmware() local420 bd0 = sc->bd0; in boot_firmware()421 sc->ccb[chn].base_bd_ptr = vtophys(bd0); in boot_firmware()422 sc->ccb[chn].current_bd_ptr = vtophys(bd0); in boot_firmware()436 bd0->mode.command = C0_SETPM; in boot_firmware()[all …]
218 struct sdma_buffer_descriptor *bd0; member