Searched refs:ich_bd (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dich.h65 ich_bd *bd[ICH_BD_COUNT];
H A Dhardware.h121 } ich_bd; typedef in typeref:struct:__anon1486
H A Dich.c104 chan->bd[i] = (ich_bd *) (((char *)chan->bd_log_base) + i * sizeof(ich_bd));
483 ASSERT(sizeof(ich_bd) == 8);
646 chan_po->bd_area = alloc_mem(&chan_po->bd_log_base, &chan_po->bd_phy_base, ICH_BD_COUNT * sizeof(ich_bd), "ich_ac97 po buf desc");
647 chan_pi->bd_area = alloc_mem(&chan_pi->bd_log_base, &chan_pi->bd_phy_base, ICH_BD_COUNT * sizeof(ich_bd), "ich_ac97 pi buf desc");
648 chan_mc->bd_area = alloc_mem(&chan_mc->bd_log_base, &chan_mc->bd_phy_base, ICH_BD_COUNT * sizeof(ich_bd), "ich_ac97 mc buf desc");
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/
H A Dichaudio.h8 ich_bd * bd[ICH_BD_COUNT];
H A Dhardware.h121 } ich_bd; typedef in typeref:struct:__anon1488
H A Dichaudio.c336 stream->bd_area = alloc_mem(&bd_virt_base, &bd_phys_base, ICH_BD_COUNT * sizeof(ich_bd), 0, "ich_ac97 buffer descriptor");
345 stream->bd[i] = (ich_bd *) ((char *)bd_virt_base + i * sizeof(ich_bd));

Completed in 43 milliseconds