Searched refs:PT_CTRL1 (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.h76 #define PT_CTRL1 (*((volatile u_char *)Ptcpld_p2v( _PT_CTRL1 ))) macro
80 #define PTCTRL1_set( x ) PT_CTRL1 |= (x)
83 #define PTCTRL1_clear( x ) PT_CTRL1 &= ~(x)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-sa1100/
H A Dsystem3.h73 #define PT_CTRL1 (*((volatile u_char *)Ptcpld_p2v( _PT_CTRL1 ))) macro
77 #define PTCTRL1_set( x ) PT_CTRL1 |= (x)
80 #define PTCTRL1_clear( x ) PT_CTRL1 &= ~(x)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dsystem3.c300 PT_CTRL1 = 0x02;
303 DPRINTK( "CTRL[1]=0x%02x\n", PT_CTRL1 );

Completed in 77 milliseconds