Home
last modified time | relevance | path

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

/arch/mn10300/unit-asb2305/
Dpci.c428 #define RDP (*(volatile u32 *) 0xBE030010) in unit_disable_pcnet() macro
431 #define __set_RDP(X) do { RDP = (X); x = RDP; } while (0) in unit_disable_pcnet()
432 #define __get_RDP() ({ RDP & 0xffff; }) in unit_disable_pcnet()