Searched refs:sizeloc (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/wan/ |
D | cycx_x25.c | 860 u8 lcn, sizeloc, sizerem; in cycx_x25_irq_connect() local 863 cycx_peek(&card->hw, cmd->buf + 5, &sizeloc, sizeof(sizeloc)); in cycx_x25_irq_connect() 866 sizerem = sizeloc >> 4; in cycx_x25_irq_connect() 867 sizeloc &= 0x0F; in cycx_x25_irq_connect() 871 if (sizeloc) in cycx_x25_irq_connect() 872 nibble_to_byte(d, loc, sizeloc, 0); in cycx_x25_irq_connect() 875 nibble_to_byte(d + (sizeloc >> 1), rem, sizerem, sizeloc & 1); in cycx_x25_irq_connect()
|