Searched refs:PT_CTRL2 (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-sa1100/
H A Dsystem3.h77 #define PT_CTRL2 (*((volatile u_char *)Ptcpld_p2v( _PT_CTRL2 ))) macro
81 #define PTCTRL2_set( x ) PT_CTRL2 |= (x)
84 #define PTCTRL2_clear( x ) PT_CTRL2 &= ~(x)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-sa1100/
H A Dsystem3.h74 #define PT_CTRL2 (*((volatile u_char *)Ptcpld_p2v( _PT_CTRL2 ))) macro
78 #define PTCTRL2_set( x ) PT_CTRL2 |= (x)
81 #define PTCTRL2_clear( x ) PT_CTRL2 &= ~(x)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dsystem3.c301 PT_CTRL2 = 0x00;
304 DPRINTK( "CTRL[2]=0x%02x\n", PT_CTRL2 );

Completed in 42 milliseconds