byLocalID        2001 drivers/staging/vt6655/baseband.c 	unsigned char byLocalID = priv->byLocalID;
byLocalID        2004 drivers/staging/vt6655/baseband.c 		if (byLocalID <= REV_ID_VT3253_A1) {
byLocalID        2179 drivers/staging/vt6655/baseband.c 	if (byLocalID > REV_ID_VT3253_A1) {
byLocalID        2381 drivers/staging/vt6655/baseband.c BBvSetDeepSleep(struct vnt_private *priv, unsigned char byLocalID)
byLocalID        2388 drivers/staging/vt6655/baseband.c BBvExitDeepSleep(struct vnt_private *priv, unsigned char byLocalID)
byLocalID          72 drivers/staging/vt6655/baseband.h void BBvSetDeepSleep(struct vnt_private *priv, unsigned char byLocalID);
byLocalID          73 drivers/staging/vt6655/baseband.h void BBvExitDeepSleep(struct vnt_private *priv, unsigned char byLocalID);
byLocalID         438 drivers/staging/vt6655/card.c 	BBvSetDeepSleep(priv, priv->byLocalID);
byLocalID         473 drivers/staging/vt6655/card.c 	BBvExitDeepSleep(priv, priv->byLocalID);
byLocalID         200 drivers/staging/vt6655/channel.c 	if (priv->byLocalID > REV_ID_VT3253_B1) {
byLocalID         159 drivers/staging/vt6655/device.h 	unsigned char byLocalID;
byLocalID         224 drivers/staging/vt6655/device_main.c 	VNSvInPortB(priv->PortOffset + MAC_REG_LOCALID, &priv->byLocalID);
byLocalID         335 drivers/staging/vt6655/device_main.c 	if (priv->byLocalID > REV_ID_VT3253_B1) {
byLocalID         402 drivers/staging/vt6655/device_main.c 	if (priv->byLocalID <= REV_ID_VT3253_A1)
byLocalID         105 drivers/staging/vt6655/dpc.c 		if (priv->byLocalID > REV_ID_VT3253_A1)
byLocalID          86 drivers/staging/vt6655/key.c 			bssid, (u32 *)key->key, priv->byLocalID);
byLocalID         768 drivers/staging/vt6655/mac.c 		     unsigned char byLocalID)
byLocalID         775 drivers/staging/vt6655/mac.c 	if (byLocalID <= 1)
byLocalID         926 drivers/staging/vt6655/mac.h 		     unsigned char byLocalID);
byLocalID        1065 drivers/staging/vt6655/rxtx.c 		if (pDevice->byLocalID > REV_ID_VT3253_A1) {