Searched refs:channel_offset (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dtriflex.c42 u8 channel_offset = hwif->channel ? 0x74 : 0x70, unit = drive->dn & 1; triflex_set_mode() local
44 pci_read_config_dword(dev, channel_offset, &triflex_timings); triflex_set_mode()
81 pci_write_config_dword(dev, channel_offset, triflex_timings); triflex_set_mode()
/linux-4.4.14/drivers/ata/
H A Dpata_triflex.c90 int channel_offset = ap->port_no ? 0x74: 0x70; triflex_load_timing() local
94 pci_read_config_dword(pdev, channel_offset, &old_triflex_timing); triflex_load_timing()
126 pci_write_config_dword(pdev, channel_offset, triflex_timing); triflex_load_timing()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
H A Drtw_wlan_util.c336 unsigned char channel_offset) SetBWMode()
340 rtw_set_oper_choffset(padapter, channel_offset); SetBWMode()
342 rtw_hal_set_bwmode(padapter, (enum ht_channel_width)bwmode, channel_offset); SetBWMode()
345 void set_channel_bwmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode) set_channel_bwmode() argument
350 DBG_88E("[%s] ch = %d, offset = %d, bwmode = %d\n", __func__, channel, channel_offset, bwmode); set_channel_bwmode()
353 (channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { set_channel_bwmode()
358 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { set_channel_bwmode()
371 rtw_set_oper_choffset(padapter, channel_offset); set_channel_bwmode()
374 SetBWMode(padapter, bwmode, channel_offset); set_channel_bwmode()
335 SetBWMode(struct adapter *padapter, unsigned short bwmode, unsigned char channel_offset) SetBWMode() argument
/linux-4.4.14/drivers/staging/rtl8723au/core/
H A Drtw_wlan_util.c340 unsigned char channel_offset) set_bwmode()
346 rtw_set_oper_ch23aoffset23a(padapter, channel_offset); set_bwmode()
349 channel_offset); set_bwmode()
355 unsigned char channel_offset, unsigned short bwmode) set_channel_bwmode23a()
360 channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) { set_channel_bwmode23a()
365 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { set_channel_bwmode23a()
380 rtw_set_oper_ch23aoffset23a(padapter, channel_offset); set_channel_bwmode23a()
386 set_bwmode(padapter, bwmode, channel_offset); set_channel_bwmode23a()
339 set_bwmode(struct rtw_adapter *padapter, unsigned short bwmode, unsigned char channel_offset) set_bwmode() argument
354 set_channel_bwmode23a(struct rtw_adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned short bwmode) set_channel_bwmode23a() argument
/linux-4.4.14/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c1096 int i, err, channel_offset; visorhba_probe() local
1104 channel_offset = offsetof(struct spar_io_channel_protocol, visorhba_probe()
1106 err = visorbus_read_channel(dev, channel_offset, &max, visorhba_probe()
1141 channel_offset = offsetof(struct spar_io_channel_protocol, visorhba_probe()
1143 err = visorbus_read_channel(dev, channel_offset, &features, 8); visorhba_probe()
1147 err = visorbus_write_channel(dev, channel_offset, &features, 8); visorhba_probe()
/linux-4.4.14/drivers/staging/unisys/visornic/
H A Dvisornic_main.c1761 int channel_offset = 0; visornic_probe() local
1777 channel_offset = offsetof(struct spar_io_channel_protocol, visornic_probe()
1779 err = visorbus_read_channel(dev, channel_offset, netdev->dev_addr, visornic_probe()
1806 channel_offset = offsetof(struct spar_io_channel_protocol, visornic_probe()
1808 err = visorbus_read_channel(dev, channel_offset, visornic_probe()
1854 channel_offset = offsetof(struct spar_io_channel_protocol, visornic_probe()
1856 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); visornic_probe()
1877 channel_offset = offsetof(struct spar_io_channel_protocol, visornic_probe()
1879 err = visorbus_read_channel(dev, channel_offset, &features, 8); visornic_probe()
1889 err = visorbus_write_channel(dev, channel_offset, &features, 8); visornic_probe()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A Drtw_mlme_ext.h484 unsigned char channel_offset, unsigned short bwmode);
487 unsigned char channel_offset);
/linux-4.4.14/drivers/staging/rtl8723au/include/
H A Drtw_mlme_ext.h470 unsigned char channel_offset, unsigned short bwmode);

Completed in 290 milliseconds