Searched refs:PCIR_LAC (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | envy24.h | 42 #define PCIR_LAC 0x40 /* Legacy Audio Control */ macro
|
H A D | envy24ht.c | 2301 data = pci_read_config(sc->dev, PCIR_LAC, 2); in envy24ht_init() 2303 pci_write_config(sc->dev, PCIR_LAC, data, 2); in envy24ht_init()
|
H A D | envy24.c | 2395 data = pci_read_config(sc->dev, PCIR_LAC, 2); in envy24_init() 2397 pci_write_config(sc->dev, PCIR_LAC, data, 2); in envy24_init()
|