Home
last modified time | relevance | path

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

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