Home
last modified time | relevance | path

Searched refs:bt485_funcs (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dtga_conf.c54 bt485_funcs,
64 bt485_funcs,
74 bt485_funcs,
84 bt485_funcs,
H A Dtga.c467 if (dc->dc_tgaconf->ramdac_funcs == bt485_funcs) in tgaattach()
480 if (dc->dc_tgaconf->ramdac_funcs != bt485_funcs) in tgaattach()
744 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs) in tga_cnattach()
751 if (dcp->dc_tgaconf->ramdac_funcs == bt485_funcs) in tga_cnattach()
/netbsd-src/sys/dev/ic/
H A Dbt485var.h33 struct ramdac_funcs *bt485_funcs(void);
H A Dbt485.c145 bt485_funcs(void) in bt485_funcs() function