Searched refs:IO_Address (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/block/ |
D | DAC960.c | 197 if (Controller->IO_Address == 0) in DAC960_Failure() 205 Controller->Function, Controller->IO_Address, in DAC960_Failure() 1926 if (Controller->IO_Address == 0) in DAC960_ReportControllerConfiguration() 1928 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address); in DAC960_ReportControllerConfiguration() 2695 if (Controller->IO_Address) in DAC960_DetectCleanup() 2696 release_region(Controller->IO_Address, 0x80); in DAC960_DetectCleanup() 2763 Controller->IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController() 2767 Controller->IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController() 2956 if (!request_region(Controller->IO_Address, 0x80, in DAC960_DetectController() 2959 Controller, Controller->IO_Address); in DAC960_DetectController() [all …]
|
D | DAC960.h | 2276 DAC960_IO_Address_T IO_Address; member
|