Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Drayctl.h623 UCHAR a_hop_time[2]; /* 16k * 2**n, n=0-4 in Kus */ member
671 UCHAR a_hop_time[2]; /* 16k * 2**n, n=0-4 in Kus */ member
H A Dray_cs.c598 local->sparm.b4.a_hop_time[0] = (i >> 16) & 0xff; in init_startup_params()
599 local->sparm.b4.a_hop_time[1] = (i >> 8) & 0xff; in init_startup_params()
614 local->sparm.b5.a_hop_time[0] = (hop_dwell >> 8) & 0xff; in init_startup_params()
615 local->sparm.b5.a_hop_time[1] = hop_dwell & 0xff; in init_startup_params()