Searched refs:def_station_id (Results 1 – 2 of 2) sorted by relevance
1418 fza_reads(&init->def_station_id, &fp->station_id, in fza_probe()1456 (readl_u(&init->def_station_id[0]) >> 0) & 0xff, in fza_probe()1457 (readl_u(&init->def_station_id[0]) >> 8) & 0xff, in fza_probe()1458 (readl_u(&init->def_station_id[0]) >> 16) & 0xff, in fza_probe()1459 (readl_u(&init->def_station_id[0]) >> 24) & 0xff, in fza_probe()1460 (readl_u(&init->def_station_id[1]) >> 0) & 0xff, in fza_probe()1461 (readl_u(&init->def_station_id[1]) >> 8) & 0xff, in fza_probe()1462 (readl_u(&init->def_station_id[1]) >> 16) & 0xff, in fza_probe()1463 (readl_u(&init->def_station_id[1]) >> 24) & 0xff); in fza_probe()
452 u32 def_station_id[2]; /* default station ID */ member