Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c201 #define XIRCREG42_SWC1 9 /* Software Configuration 1 */ macro
1338 value = GetByte(XIRCREG42_SWC1) & 0xC0; in set_multicast_list()
1341 PutByte(XIRCREG42_SWC1, value | 0x06); /* set MPE and PME */ in set_multicast_list()
1343 PutByte(XIRCREG42_SWC1, value | 0x02); /* set MPE */ in set_multicast_list()
1346 PutByte(XIRCREG42_SWC1, value | 0x01); in set_multicast_list()
1353 PutByte(XIRCREG42_SWC1, value | 0x00); in set_multicast_list()
1504 PutByte(XIRCREG42_SWC1, 0xC0); in do_reset()
1507 PutByte(XIRCREG42_SWC1, 0x80); in do_reset()
1573 PutByte(XIRCREG42_SWC1, 0xC0); in do_reset()
1575 PutByte(XIRCREG42_SWC1, 0x80); in do_reset()