Searched refs:bw_index (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
A D | usb_phy.c | 87 u8 channel = chan->hw_value, bw, bw_index; in mt76x2u_phy_set_channel() local 98 bw_index = 1; in mt76x2u_phy_set_channel() 101 bw_index = 3; in mt76x2u_phy_set_channel() 111 bw_index = ch_group_index; in mt76x2u_phy_set_channel() 116 bw_index = 0; in mt76x2u_phy_set_channel() 137 ret = mt76x2_mcu_set_channel(dev, channel, bw, bw_index, scan); in mt76x2u_phy_set_channel()
|
A D | pci_phy.c | 148 u8 bw, bw_index; in mt76x2_phy_set_channel() local 161 bw_index = 1; in mt76x2_phy_set_channel() 164 bw_index = 3; in mt76x2_phy_set_channel() 174 bw_index = ch_group_index; in mt76x2_phy_set_channel() 179 bw_index = 0; in mt76x2_phy_set_channel() 200 ret = mt76x2_mcu_set_channel(dev, channel, bw, bw_index, scan); in mt76x2_phy_set_channel()
|
A D | mcu.c | 16 u8 bw_index, bool scan) in mt76x2_mcu_set_channel() argument 41 msg.ext_chan = 0xe0 + bw_index; in mt76x2_mcu_set_channel()
|
A D | mt76x2.h | 58 u8 bw_index, bool scan);
|
/linux/drivers/media/dvb-frontends/ |
A D | sp887x.c | 310 int bw_index; in sp887x_correct_offsets() local 320 bw_index = 0; in sp887x_correct_offsets() 323 bw_index = 1; in sp887x_correct_offsets() 326 bw_index = 2; in sp887x_correct_offsets() 341 sp887x_writereg(state, 0x319, srate_correction[bw_index] >> 12); in sp887x_correct_offsets() 342 sp887x_writereg(state, 0x31a, srate_correction[bw_index] & 0xfff); in sp887x_correct_offsets()
|
/linux/drivers/usb/host/ |
A D | xhci-mtk-sch.c | 129 int bw_index; in get_bw_info() local 139 bw_index = (virt_dev->real_port - 1) * 2; in get_bw_info() 141 bw_index = (virt_dev->real_port - 1) * 2 + 1; in get_bw_info() 144 bw_index = virt_dev->real_port + xhci->usb3_rhub.num_ports - 1; in get_bw_info() 147 return &mtk->sch_array[bw_index]; in get_bw_info()
|
/linux/drivers/iio/accel/ |
A D | adxl372.c | 798 int odr_index, bw_index, ret; in adxl372_write_raw() local 831 bw_index = adxl372_find_closest_match(adxl372_bw_freq_tbl, in adxl372_write_raw() 834 return adxl372_set_bandwidth(st, bw_index); in adxl372_write_raw()
|
Completed in 14 milliseconds