Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
Dcpqphp_ctrl.c2412 irqs.barber_pole = 0; in configure_new_function()
2419 irqs.barber_pole = resources->irqs->barber_pole; in configure_new_function()
2495 irqs.barber_pole--; in configure_new_function()
2501 irqs.barber_pole = (irqs.barber_pole + 1) & 0x03; in configure_new_function()
2842 (0x01 << ((temp_byte + resources->irqs->barber_pole - 1) & 0x03)))) { in configure_new_function()
2845 resources->irqs->barber_pole - 1) & 0x03]; in configure_new_function()
2867 resources->irqs->interrupt[(temp_byte + resources->irqs->barber_pole - 1) & 0x03] = IRQ; in configure_new_function()
2868 resources->irqs->valid_INT |= 0x01 << (temp_byte + resources->irqs->barber_pole - 1) & 0x03; in configure_new_function()
Dcpqphp.h313 u8 barber_pole; member