Home
last modified time | relevance | path

Searched defs:BCAST (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c970 #define BCAST (BCAST1_4 | BCAST2_0) macro
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h210 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, enumerator
H A Dsis190.c219 BCAST = 0x000c0000, enumerator
/openbmc/qemu/hw/net/
H A Dpcnet.c622 static const uint8_t BCAST[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in padr_bcast() local