Home
last modified time | relevance | path

Searched refs:channel_offset (Results 1 – 25 of 134) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dtriflex.c30 u8 channel_offset = hwif->channel ? 0x74 : 0x70, unit = drive->dn & 1; in triflex_set_mode() local
32 pci_read_config_dword(dev, channel_offset, &triflex_timings); in triflex_set_mode()
69 pci_write_config_dword(dev, channel_offset, triflex_timings); in triflex_set_mode()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_triflex.c78 int channel_offset = ap->port_no ? 0x74: 0x70; in triflex_load_timing() local
82 pci_read_config_dword(pdev, channel_offset, &old_triflex_timing); in triflex_load_timing()
114 pci_write_config_dword(pdev, channel_offset, triflex_timing); in triflex_load_timing()
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c1052 int err, channel_offset; in visorhba_probe() local
1060 channel_offset = offsetof(struct visor_io_channel, vhba.max); in visorhba_probe()
1061 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe()
1104 channel_offset = offsetof(struct visor_io_channel, in visorhba_probe()
1106 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe()
1110 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visorhba_probe()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c280 unsigned char channel_offset) in SetBWMode() argument
284 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode()
286 rtw_hal_set_bwmode(padapter, (enum ht_channel_width)bwmode, channel_offset); in SetBWMode()
289 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument
294 (channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { in set_channel_bwmode()
299 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { in set_channel_bwmode()
312 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode()
315 SetBWMode(padapter, bwmode, channel_offset); in set_channel_bwmode()
/OK3568_Linux_fs/kernel/drivers/staging/unisys/visornic/
H A Dvisornic_main.c1787 int channel_offset = 0; in visornic_probe() local
1803 channel_offset = offsetof(struct visor_io_channel, vnic.macaddr); in visornic_probe()
1804 err = visorbus_read_channel(dev, channel_offset, netdev->dev_addr, in visornic_probe()
1832 channel_offset = offsetof(struct visor_io_channel, vnic.num_rcv_bufs); in visornic_probe()
1833 err = visorbus_read_channel(dev, channel_offset, in visornic_probe()
1880 channel_offset = offsetof(struct visor_io_channel, vnic.mtu); in visornic_probe()
1881 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe()
1900 channel_offset = offsetof(struct visor_io_channel, in visornic_probe()
1902 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe()
1912 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visornic_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_api.c633 u32 channel_offset = 0; in phydm_calculate_fc() local
668 channel_offset = CH_OFFSET_40M; in phydm_calculate_fc()
672 channel_offset = CH_OFFSET_80M; in phydm_calculate_fc()
678 channel = p_start_ch[i] + channel_offset; in phydm_calculate_fc()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h468 unsigned char channel_offset, unsigned short bwmode);
471 unsigned char channel_offset);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_tdls.h122 s32 rtw_tdls_do_ch_sw(_adapter *padapter, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, …
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_tdls.h122 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_tdls.h134 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_wlan_util.c776 void SetBWMode(_adapter *padapter, unsigned short bwmode, unsigned char channel_offset) in SetBWMode() argument
787 , adapter_to_dvobj(padapter)->oper_channel, bwmode, channel_offset); in SetBWMode()
801 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode()
803 rtw_hal_set_bwmode(padapter, (CHANNEL_WIDTH)bwmode, channel_offset); in SetBWMode()
818 void set_channel_bwmode(_adapter *padapter, unsigned char channel, unsigned char channel_offset, un… in set_channel_bwmode() argument
828 …DBG_871X( "[%s] ch = %d, offset = %d, bwmode = %d\n", __FUNCTION__, channel, channel_offset, bwmod… in set_channel_bwmode()
831 center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); in set_channel_bwmode()
848 …erlap_radar_detect_ch = _rtw_rfctl_overlap_radar_detect_ch(rfctl, channel, bwmode, channel_offset); in set_channel_bwmode()
864 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode()
878 …rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); // set center cha… in set_channel_bwmode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_wlan_util.c776 void SetBWMode(_adapter *padapter, unsigned short bwmode, unsigned char channel_offset) in SetBWMode() argument
787 , adapter_to_dvobj(padapter)->oper_channel, bwmode, channel_offset); in SetBWMode()
801 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode()
803 rtw_hal_set_bwmode(padapter, (CHANNEL_WIDTH)bwmode, channel_offset); in SetBWMode()
818 void set_channel_bwmode(_adapter *padapter, unsigned char channel, unsigned char channel_offset, un… in set_channel_bwmode() argument
825 …DBG_871X( "[%s] ch = %d, offset = %d, bwmode = %d\n", __FUNCTION__, channel, channel_offset, bwmod… in set_channel_bwmode()
828 center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); in set_channel_bwmode()
845 …erlap_radar_detect_ch = _rtw_rfctl_overlap_radar_detect_ch(rfctl, channel, bwmode, channel_offset); in set_channel_bwmode()
861 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode()
863 …rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); // set center cha… in set_channel_bwmode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_tdls.h136 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_tdls.h136 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_tdls.h136 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_tdls.h136 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Drtw_tdls.h135 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_tdls.h136 … *padapter, struct sta_info *ptdls_sta, u8 chnl_type, u8 channel, u8 channel_offset, u16 bwmode, u…

123456