Searched refs:ADR_PAD9 (Results 1 – 2 of 2) sorted by relevance
187 #define ADR_PAD9 (GPIO_REG_BASE+0x0000000c) macro1455 #define GET_BT_SW_O_OE (((REG32(ADR_PAD9)) & 0x00000001 ) >> 0)1456 #define GET_BT_SW_O_PE (((REG32(ADR_PAD9)) & 0x00000002 ) >> 1)1457 #define GET_PAD9_IE (((REG32(ADR_PAD9)) & 0x00000008 ) >> 3)1458 #define GET_PAD9_SEL_I (((REG32(ADR_PAD9)) & 0x00000030 ) >> 4)1459 #define GET_PAD9_OD (((REG32(ADR_PAD9)) & 0x00000100 ) >> 8)1460 #define GET_PAD9_SEL_O (((REG32(ADR_PAD9)) & 0x00001000 ) >> 12)1461 #define GET_BT_SW_O_C (((REG32(ADR_PAD9)) & 0x10000000 ) >> 28)5096 #define SET_BT_SW_O_OE(_VAL_) (REG32(ADR_PAD9)) = (((_VAL_) << 0) | ((REG32(ADR_PAD9)) & 0xfffffffe…5097 #define SET_BT_SW_O_PE(_VAL_) (REG32(ADR_PAD9)) = (((_VAL_) << 1) | ((REG32(ADR_PAD9)) & 0xfffffffd…[all …]
1049 SMAC_REG_WRITE(sh, ADR_PAD9, 1); in ssv6xxx_init_mac()