Home
last modified time | relevance | path

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

/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()
/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()
/drivers/staging/unisys/visorhba/
Dvisorhba_main.c1058 int err, channel_offset; in visorhba_probe() local
1066 channel_offset = offsetof(struct spar_io_channel_protocol, in visorhba_probe()
1068 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe()
1111 channel_offset = offsetof(struct spar_io_channel_protocol, in visorhba_probe()
1113 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe()
1117 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visorhba_probe()
/drivers/staging/unisys/visornic/
Dvisornic_main.c1701 int channel_offset = 0; in visornic_probe() local
1717 channel_offset = offsetof(struct spar_io_channel_protocol, in visornic_probe()
1719 err = visorbus_read_channel(dev, channel_offset, netdev->dev_addr, in visornic_probe()
1746 channel_offset = offsetof(struct spar_io_channel_protocol, in visornic_probe()
1748 err = visorbus_read_channel(dev, channel_offset, in visornic_probe()
1794 channel_offset = offsetof(struct spar_io_channel_protocol, in visornic_probe()
1796 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe()
1816 channel_offset = offsetof(struct spar_io_channel_protocol, in visornic_probe()
1818 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe()
1828 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visornic_probe()
/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c331 unsigned char channel_offset) in SetBWMode() argument
335 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode()
337 rtw_hal_set_bwmode(padapter, (enum ht_channel_width)bwmode, channel_offset); in SetBWMode()
340 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument
345 (channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { in set_channel_bwmode()
350 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { in set_channel_bwmode()
363 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode()
366 SetBWMode(padapter, bwmode, channel_offset); in set_channel_bwmode()
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h479 unsigned char channel_offset, unsigned short bwmode);
482 unsigned char channel_offset);