Searched refs:pin (Results 1 - 11 of 11) sorted by relevance

/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125cpci/src/
H A Dbcm91125cpci_pci.c84 int pin, bus, device; local
87 pin = PCI_INTERRUPT_PIN(data);
88 if (pin == 0) {
92 if (pin > 4) {
94 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
101 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125pcix/src/
H A Dbcm91125pcix_pci.c107 int pin, bus, device; local
110 pin = PCI_INTERRUPT_PIN(data);
111 if (pin == 0) {
115 if (pin > 4) {
117 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
129 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/lausanne/src/
H A Dlausanne_pci.c100 int pin, bus, device; local
103 pin = PCI_INTERRUPT_PIN(data);
104 if (pin == 0) {
108 if (pin > 4) {
110 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
122 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Dswarm_pci.c107 int pin, bus, device; local
110 pin = PCI_INTERRUPT_PIN(data);
111 if (pin == 0) {
115 if (pin > 4) {
117 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
129 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm95836cpci/src/
H A Dbcm95836cpci_pci.c94 int pin; local
97 pin = PCI_INTERRUPT_PIN(data);
98 return (pin == 0) ? 0 : (((pin - 1) + pci_int_shift_0(tag)) % 2) + 1;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm1250cpci/src/
H A Dbcm1250cpci_pci.c87 int pin, bus, device; local
92 pin = PCI_INTERRUPT_PIN(data);
93 if (pin == 0) {
97 if (pin > 4) {
99 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
126 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/mousse/src/
H A Dmousse_pci.c115 int pin, bus, device; local
118 pin = PCI_INTERRUPT_PIN(data);
119 if (pin == 0) {
/broadcom-cfe-1.4.2/cfe/arch/ppc/board/bcm98245cpci/src/
H A Dbmw_pci.c113 int pin, bus, device; local
116 pin = PCI_INTERRUPT_PIN(data);
117 if (pin == 0) {
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480b/src/
H A Dbcm91480b_pci.c98 int pin, bus, device; local
101 pin = PCI_INTERRUPT_PIN(data);
102 if (pin == 0) {
106 if (pin > 4) {
108 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
120 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91480ht/src/
H A Dbcm91480ht_pci.c98 int pin, bus, device; local
101 pin = PCI_INTERRUPT_PIN(data);
102 if (pin == 0) {
106 if (pin > 4) {
108 pci_tagprintf(tag, "pci_map_int: bad interrupt pin %d\n", pin);
120 return (((pin - 1) + pci_int_shift_0(tag)) % 4) + 1;
/broadcom-cfe-1.4.2/cfe/pci/
H A Dpciconf.c492 uint8_t pin, pci_int; local
566 pin = PCI_INTERRUPT_PIN(icr);
568 if (pin == PCI_INTERRUPT_PIN_NONE)
573 pci_int = (pb->inta_shift + device + (pin - 1)) % 4 + 1;

Completed in 101 milliseconds