Home
last modified time | relevance | path

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

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