Searched refs:select_data (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | ns87415.c | 126 unsigned int bit, other, new, *old = (unsigned int *) hwif->select_data; in ns87415_prepare_drive() 228 hwif->select_data = hwif->mate->select_data; in init_hwif_ns87415() 230 hwif->select_data = (unsigned long) in init_hwif_ns87415() 235 *((unsigned int *)hwif->select_data) = ctrl; in init_hwif_ns87415()
|
D | trm290.c | 156 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()
|
D | tx4939ide.c | 124 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() 426 u16 sysctl = hwif->select_data >> (drive->dn ? 16 : 0); in tx4939ide_tf_load_fixup()
|
D | hpt366.c | 707 pci_write_config_byte(dev, hwif->select_data, 0x37); in hpt370_clear_engine() 718 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt370_irq_timeout() 759 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt374_dma_test_irq() 777 u8 mcr = 0, mcr_addr = hwif->select_data; in hpt374_dma_end() 1168 u8 mcr_addr = hwif->select_data + 2; in hpt3xx_cable_detect() 1202 hwif->select_data = hwif->channel ? 0x54 : 0x50; in init_hwif_hpt366()
|
/Linux-v4.19/fs/ |
D | dcache.c | 1437 struct select_data { struct 1445 struct select_data *data = _data; in select_collect() argument 1481 struct select_data data; in shrink_dcache_parent()
|
/Linux-v4.19/include/linux/ |
D | ide.h | 769 unsigned long select_data; /* for use by chipset-specific code */ member
|