Home
last modified time | relevance | path

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

/linux/drivers/net/fddi/
H A Ddefza.c1410 fza_reads(&init->def_station_id, &fp->station_id, in fza_probe()
1448 (readl_u(&init->def_station_id[0]) >> 0) & 0xff, in fza_probe()
1449 (readl_u(&init->def_station_id[0]) >> 8) & 0xff, in fza_probe()
1450 (readl_u(&init->def_station_id[0]) >> 16) & 0xff, in fza_probe()
1451 (readl_u(&init->def_station_id[0]) >> 24) & 0xff, in fza_probe()
1452 (readl_u(&init->def_station_id[1]) >> 0) & 0xff, in fza_probe()
1453 (readl_u(&init->def_station_id[1]) >> 8) & 0xff, in fza_probe()
1454 (readl_u(&init->def_station_id[1]) >> 16) & 0xff, in fza_probe()
1455 (readl_u(&init->def_station_id[1]) >> 24) & 0xff); in fza_probe()
H A Ddefza.h452 u32 def_station_id[2]; /* default station ID */ member