/drivers/ide/ |
D | triflex.c | 30 u8 channel_offset = hwif->channel ? 0x74 : 0x70, unit = drive->dn & 1; in triflex_set_mode() local 32 pci_read_config_dword(dev, channel_offset, &triflex_timings); in triflex_set_mode() 69 pci_write_config_dword(dev, channel_offset, triflex_timings); in triflex_set_mode()
|
/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()
|
/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 1052 int err, channel_offset; in visorhba_probe() local 1060 channel_offset = offsetof(struct visor_io_channel, vhba.max); in visorhba_probe() 1061 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe() 1104 channel_offset = offsetof(struct visor_io_channel, in visorhba_probe() 1106 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe() 1110 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visorhba_probe()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_wlan_util.c | 280 unsigned char channel_offset) in SetBWMode() argument 284 rtw_set_oper_choffset(padapter, channel_offset); in SetBWMode() 286 rtw_hal_set_bwmode(padapter, (enum ht_channel_width)bwmode, channel_offset); in SetBWMode() 289 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument 294 (channel_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE)) { in set_channel_bwmode() 299 if (channel_offset == HAL_PRIME_CHNL_OFFSET_LOWER) { in set_channel_bwmode() 312 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode() 315 SetBWMode(padapter, bwmode, channel_offset); in set_channel_bwmode()
|
/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1787 int channel_offset = 0; in visornic_probe() local 1803 channel_offset = offsetof(struct visor_io_channel, vnic.macaddr); in visornic_probe() 1804 err = visorbus_read_channel(dev, channel_offset, netdev->dev_addr, in visornic_probe() 1832 channel_offset = offsetof(struct visor_io_channel, vnic.num_rcv_bufs); in visornic_probe() 1833 err = visorbus_read_channel(dev, channel_offset, in visornic_probe() 1880 channel_offset = offsetof(struct visor_io_channel, vnic.mtu); in visornic_probe() 1881 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe() 1900 channel_offset = offsetof(struct visor_io_channel, in visornic_probe() 1902 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe() 1912 err = visorbus_write_channel(dev, channel_offset, &features, 8); in visornic_probe()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 468 unsigned char channel_offset, unsigned short bwmode); 471 unsigned char channel_offset);
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_wlan_util.c | 383 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor… in set_channel_bwmode() argument 388 DBG_871X("[%s] ch = %d, offset = %d, bwmode = %d\n", __func__, channel, channel_offset, bwmode); in set_channel_bwmode() 390 center_ch = rtw_get_center_ch(channel, bwmode, channel_offset); in set_channel_bwmode() 408 rtw_set_oper_choffset(padapter, channel_offset); in set_channel_bwmode() 410 …rtw_hal_set_chnl_bw(padapter, center_ch, bwmode, channel_offset, chnl_offset80); /* set center ch… in set_channel_bwmode()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 554 …wmode(struct adapter *padapter, unsigned char channel, unsigned char channel_offset, unsigned shor…
|