Searched refs:def_station_id (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/fddi/ |
| H A D | defza.c | 1411 fza_reads(&init->def_station_id, &fp->station_id, in fza_probe() 1448 pr_debug(" def_station_id: 0x%02x%02x%02x%02x%02x%02x%02x%02x\n", in fza_probe() 1449 (readl_u(&init->def_station_id[0]) >> 0) & 0xff, in fza_probe() 1450 (readl_u(&init->def_station_id[0]) >> 8) & 0xff, in fza_probe() 1451 (readl_u(&init->def_station_id[0]) >> 16) & 0xff, in fza_probe() 1452 (readl_u(&init->def_station_id[0]) >> 24) & 0xff, in fza_probe() 1453 (readl_u(&init->def_station_id[1]) >> 0) & 0xff, in fza_probe() 1454 (readl_u(&init->def_station_id[1]) >> 8) & 0xff, in fza_probe() 1455 (readl_u(&init->def_station_id[1]) >> 16) & 0xff, in fza_probe() 1456 (readl_u(&init->def_station_id[ in fza_probe() [all...] |
| H A D | defza.h | 452 u32 def_station_id[2]; /* default station ID */ member
|