Home
last modified time | relevance | path

Searched refs:LE_BCR2 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/pcnet/dev/le/
H A Dif_le_pci.c236 le_pci_wrbcr(sc, LE_BCR2, in le_pci_mediachange()
237 le_pci_rdbcr(sc, LE_BCR2) | LE_B2_ASEL); in le_pci_mediachange()
239 le_pci_wrbcr(sc, LE_BCR2, in le_pci_mediachange()
240 le_pci_rdbcr(sc, LE_BCR2) & ~LE_B2_ASEL); in le_pci_mediachange()
H A Dlancereg.h226 #define LE_BCR2 0x0002 /* Misc. Configuration */ macro