Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/vt6655/
H A Dcard.c187 unsigned char byCWMaxMin = 0; in CARDbSetPhyParameter() local
200 byCWMaxMin = 0xA4; in CARDbSetPhyParameter()
207 byCWMaxMin = 0xA5; in CARDbSetPhyParameter()
221 byCWMaxMin = 0xa4; in CARDbSetPhyParameter()
225 byCWMaxMin |= 0x1; in CARDbSetPhyParameter()
263 if (priv->byCWMaxMin != byCWMaxMin) { in CARDbSetPhyParameter()
264 priv->byCWMaxMin = byCWMaxMin; in CARDbSetPhyParameter()
265 iowrite8(priv->byCWMaxMin, priv->port_offset + MAC_REG_CWMAXMIN0); in CARDbSetPhyParameter()
H A Ddevice.h188 unsigned char byCWMaxMin; member