Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/
H A Dpcnet32.c755 int suspended, bcr2, bcr9, csr15; in pcnet32_set_link_ksettings() local
782 bcr9 |= 0x0003; in pcnet32_set_link_ksettings()
783 lp->a->write_bcr(ioaddr, 9, bcr9); in pcnet32_set_link_ksettings()
2194 u32 bcr9; in pcnet32_open() local
2214 bcr9 = lp->a->read_bcr(ioaddr, 9); in pcnet32_open()
2218 bcr9 |= (1 << 0); in pcnet32_open()
2221 bcr9 |= ~(1 << 0); in pcnet32_open()
2223 lp->a->write_bcr(ioaddr, 9, bcr9); in pcnet32_open()
2845 u32 bcr9; in pcnet32_check_media() local
2883 bcr9 |= (1 << 0); in pcnet32_check_media()
[all …]