Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/ide/
Dns87415.c127 unsigned int bit, other, new, *old = (unsigned int *) hwif->select_data; in ns87415_prepare_drive()
229 hwif->select_data = hwif->mate->select_data; in init_hwif_ns87415()
231 hwif->select_data = (unsigned long) in init_hwif_ns87415()
236 *((unsigned int *)hwif->select_data) = ctrl; in init_hwif_ns87415()
Dtrm290.c156 if (reg != hwif->select_data) { in trm290_prepare_drive()
157 hwif->select_data = reg; in trm290_prepare_drive()
261 hwif->select_data = 0x21; in init_hwif_trm290()
262 outb(hwif->select_data, hwif->config_data); in init_hwif_trm290()
Dtx4939ide.c124 hwif->select_data = (hwif->select_data & ~mask) | val; in tx4939ide_set_pio_mode()
145 hwif->select_data = (hwif->select_data & ~mask) | val; in tx4939ide_set_dma_mode()
424 u16 sysctl = hwif->select_data >> (drive->dn ? 16 : 0); in tx4939ide_tf_load_fixup()
Dhpt366.c708 pci_write_config_byte(dev, hwif->select_data, 0x37); in hpt370_clear_engine()
719 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt370_irq_timeout()
760 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt374_dma_test_irq()
778 u8 mcr = 0, mcr_addr = hwif->select_data; in hpt374_dma_end()
1169 u8 mcr_addr = hwif->select_data + 2; in hpt3xx_cable_detect()
1203 hwif->select_data = hwif->channel ? 0x54 : 0x50; in init_hwif_hpt366()
/Linux-v5.10/fs/
Ddcache.c1484 struct select_data { struct
1495 struct select_data *data = _data; in select_collect() argument
1524 struct select_data *data = _data; in select_collect2()
1562 struct select_data data = {.start = parent}; in shrink_dcache_parent()
/Linux-v5.10/include/linux/
Dide.h779 unsigned long select_data; /* for use by chipset-specific code */ member