Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/hotplug/
Dcpqphp_ctrl.c2424 irqs.barber_pole = 0; in configure_new_function()
2431 irqs.barber_pole = resources->irqs->barber_pole; in configure_new_function()
2507 irqs.barber_pole--; in configure_new_function()
2513 irqs.barber_pole = (irqs.barber_pole + 1) & 0x03; in configure_new_function()
2854 (0x01 << ((temp_byte + resources->irqs->barber_pole - 1) & 0x03)))) { in configure_new_function()
2857 resources->irqs->barber_pole - 1) & 0x03]; in configure_new_function()
2879 resources->irqs->interrupt[(temp_byte + resources->irqs->barber_pole - 1) & 0x03] = IRQ; in configure_new_function()
2880 resources->irqs->valid_INT |= 0x01 << (temp_byte + resources->irqs->barber_pole - 1) & 0x03; in configure_new_function()
Dcpqphp.h313 u8 barber_pole; member