Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dcpqphp_ctrl.c2457 irqs.barber_pole = 0; in configure_new_function()
2464 irqs.barber_pole = resources->irqs->barber_pole; in configure_new_function()
2540 irqs.barber_pole--; in configure_new_function()
2546 irqs.barber_pole = (irqs.barber_pole + 1) & 0x03; in configure_new_function()
2887 (0x01 << ((temp_byte + resources->irqs->barber_pole - 1) & 0x03)))) { in configure_new_function()
2890 resources->irqs->barber_pole - 1) & 0x03]; in configure_new_function()
2912 resources->irqs->interrupt[(temp_byte + resources->irqs->barber_pole - 1) & 0x03] = IRQ; in configure_new_function()
2913 resources->irqs->valid_INT |= 0x01 << (temp_byte + resources->irqs->barber_pole - 1) & 0x03; in configure_new_function()
Dcpqphp.h313 u8 barber_pole; member