Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.h137 CS_BUS_CLOCK = 1<<9, /* Bus Clock 0/1 = 33/66 MHz */ enumerator
H A Dskge.c2525 if ((skge_read16(hw, B0_CTST) & (CS_BUS_CLOCK | CS_BUS_SLOT_SZ)) == 0) in skge_qset()