Searched refs:IO_Address (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | DAC960.c | 196 if (Controller->IO_Address == 0) in DAC960_Failure() 204 Controller->Function, Controller->IO_Address, in DAC960_Failure() 1928 if (Controller->IO_Address == 0) in DAC960_ReportControllerConfiguration() 1930 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address); in DAC960_ReportControllerConfiguration() 2694 if (Controller->IO_Address) in DAC960_DetectCleanup() 2695 release_region(Controller->IO_Address, 0x80); in DAC960_DetectCleanup() 2762 Controller->IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController() 2766 Controller->IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectController() 2955 if (!request_region(Controller->IO_Address, 0x80, in DAC960_DetectController() 2958 Controller, Controller->IO_Address); in DAC960_DetectController() [all …]
|
D | DAC960.h | 2276 DAC960_IO_Address_T IO_Address; member
|