Searched refs:atiixp_hw (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/sound/pci/
H A Datiixp.c173 } atiixp_hw[] = { variable in typeref:struct:__anon11663
1176 for (i = 0; i < sizeof(atiixp_hw) / sizeof(atiixp_hw[0]); i++) {
1177 if (vendor == atiixp_hw[i].vendor &&
1178 devid == atiixp_hw[i].devid) {
1179 device_set_desc(dev, atiixp_hw[i].desc);

Completed in 118 milliseconds