Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c2499 u16 monthday = le32_to_cpu(xp_resp[0].parm2) & 0xffff; in typhoon_init_one() local
2501 "%02u/%02u/2000\n", dev->name, monthday >> 8, in typhoon_init_one()
2502 monthday & 0xff); in typhoon_init_one()