Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h618 #define CAN_AM_L(x) (CAN_AM00L+((x)*0x8)) macro
DcdefBF534.h1127 #define bfin_read_CAN_AM_L(x)() bfin_read16(CAN_AM_L(x))
1128 #define bfin_write_CAN_AM_L(x)(val) bfin_write16(CAN_AM_L(x),val)
/linux-4.4.14/arch/blackfin/mach-bf538/include/mach/
DdefBF538.h907 #define CAN_AM_L(x) (CAN_AM00L+((x)*0x8)) macro