Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/bedbug/
H A Dregs.h174 #define GET_REGISTER( str ) \ macro
179 #define GET_CR() GET_REGISTER( "mfcr %0" )
181 #define GET_MSR() GET_REGISTER( "mfmsr %0" )
183 #define GET_XER() GET_REGISTER( "mfspr %0,1" )
185 #define GET_LR() GET_REGISTER( "mfspr %0,8" )
187 #define GET_CTR() GET_REGISTER( "mfspr %0,9" )
189 #define GET_DSISR() GET_REGISTER( "mfspr %0,18" )
191 #define GET_DAR() GET_REGISTER( "mfspr %0,19" )
193 #define GET_DEC() GET_REGISTER( "mfspr %0,22" )
195 #define GET_SRR0() GET_REGISTER( "mfspr %0,26" )
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_cfg80211_util.h480 #define GET_REGISTER(i) ((i)&1) macro
H A Dmoal_cfg80211_util.c2495 reg_num = GET_REGISTER(bytecode); in process_packet()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dspcp8x5.c118 #define GET_REGISTER 0xc0 macro