Home
last modified time | relevance | path

Searched refs:barber_pole (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_ctrl.c2470 irqs.barber_pole = 0; in configure_new_function()
2477 irqs.barber_pole = resources->irqs->barber_pole; in configure_new_function()
2553 irqs.barber_pole--; in configure_new_function()
2559 irqs.barber_pole = (irqs.barber_pole + 1) & 0x03; in configure_new_function()
2902 (0x01 << ((temp_byte + resources->irqs->barber_pole - 1) & 0x03)))) { in configure_new_function()
2905 resources->irqs->barber_pole - 1) & 0x03]; in configure_new_function()
2927 resources->irqs->interrupt[(temp_byte + resources->irqs->barber_pole - 1) & 0x03] = IRQ; in configure_new_function()
2928 resources->irqs->valid_INT |= 0x01 << (temp_byte + resources->irqs->barber_pole - 1) & 0x03; in configure_new_function()
Dcpqphp.h327 u8 barber_pole; member