Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Dcard.c208 unsigned char byCWMaxMin = 0; in CARDbSetPhyParameter() local
242 byCWMaxMin = 0xA4; in CARDbSetPhyParameter()
265 byCWMaxMin = 0xA5; in CARDbSetPhyParameter()
295 byCWMaxMin = 0xa4; in CARDbSetPhyParameter()
299 byCWMaxMin |= 0x1; in CARDbSetPhyParameter()
337 if (priv->byCWMaxMin != byCWMaxMin) { in CARDbSetPhyParameter()
338 priv->byCWMaxMin = byCWMaxMin; in CARDbSetPhyParameter()
339 VNSvOutPortB(priv->PortOffset + MAC_REG_CWMAXMIN0, priv->byCWMaxMin); in CARDbSetPhyParameter()
Ddevice.h205 unsigned char byCWMaxMin; member