Home
last modified time | relevance | path

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

/linux/drivers/ata/
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()
/linux/drivers/staging/unisys/visorhba/
A Dvisorhba_main.c974 int err, channel_offset; in visorhba_probe() local
982 channel_offset = offsetof(struct visor_io_channel, vhba.max); in visorhba_probe()
983 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe()
1025 channel_offset = offsetof(struct visor_io_channel, in visorhba_probe()
1027 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe()
1031 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visorhba_probe()
/linux/drivers/staging/r8188eu/core/
A Drtw_wlan_util.c325 unsigned char channel_offset) in SetBWMode() argument
329 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode()
331 PHY_SetBWMode8188E(padapter, (enum ht_channel_width)bwmode, channel_offset); in SetBWMode()
334 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument
339 DBG_88E("[%s] ch = %d, offset = %d, bwmode = %d\n", __func__, channel, channel_offset, bwmode); in set_channel_bwmode()
342 (channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { in set_channel_bwmode()
347 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { in set_channel_bwmode()
360 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode()
363 SetBWMode(padapter, bwmode, channel_offset); in set_channel_bwmode()
/linux/drivers/staging/unisys/visornic/
A Dvisornic_main.c1784 int channel_offset = 0; in visornic_probe() local
1801 channel_offset = offsetof(struct visor_io_channel, vnic.macaddr); in visornic_probe()
1802 err = visorbus_read_channel(dev, channel_offset, addr, ETH_ALEN); in visornic_probe()
1830 channel_offset = offsetof(struct visor_io_channel, vnic.num_rcv_bufs); in visornic_probe()
1831 err = visorbus_read_channel(dev, channel_offset, in visornic_probe()
1878 channel_offset = offsetof(struct visor_io_channel, vnic.mtu); in visornic_probe()
1879 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe()
1891 channel_offset = offsetof(struct visor_io_channel, in visornic_probe()
1893 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe()
1903 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visornic_probe()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_wlan_util.c349 …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/drivers/staging/r8188eu/include/
A Drtw_mlme_ext.h452 unsigned char channel_offset, unsigned short bwmode);
455 unsigned char channel_offset);
/linux/drivers/staging/rtl8723bs/include/
A Drtw_mlme_ext.h494 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor…

Completed in 22 milliseconds