Searched refs:BRIDGEREGB (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2305/
H A Dpci.c65 #define BRIDGEREGB(X) (*(volatile __u8 *) (0xBE040000 + (X))) macro
121 value = BRIDGEREGB(where);
181 __pcbdebug("<= %02x", &BRIDGEREGB(where), value);
182 BRIDGEREGB(where) = value;
505 BRIDGEREGB(PCI_LATENCY_TIMER) = 0x10;
507 BRIDGEREGB(PCI_INTERRUPT_LINE) = 1;
509 BRIDGEREGB(0x41) = 0x00; /* secondary bus
511 BRIDGEREGB(0x42) = 0x01; /* subordinate bus
513 BRIDGEREGB(0x44) = 0x01;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dtraps.c428 #define BRIDGEREGB(X) (*(volatile __u8 *)(0xBE040000 + (X))) macro

Completed in 67 milliseconds