Searched refs:channel_offset (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/ata/ |
D | pata_triflex.c | 78 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()
|
/linux-5.19.10/drivers/staging/r8188eu/core/ |
D | rtw_wlan_util.c | 321 unsigned char channel_offset) in SetBWMode() argument 325 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode() 327 PHY_SetBWMode8188E(padapter, (enum ht_channel_width)bwmode, channel_offset); in SetBWMode() 330 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument 335 (channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { in set_channel_bwmode() 340 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { in set_channel_bwmode() 353 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode() 356 SetBWMode(padapter, bwmode, channel_offset); in set_channel_bwmode()
|
/linux-5.19.10/drivers/staging/r8188eu/include/ |
D | rtw_mlme_ext.h | 412 unsigned char channel_offset, unsigned short bwmode); 415 unsigned char channel_offset);
|
/linux-5.19.10/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 349 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument 353 center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); in set_channel_bwmode() 363 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode() 365 …rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); /* set center ch… in set_channel_bwmode()
|
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 494 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor…
|