Searched refs:REGDMA_MODEM_BT_BB_LINK (Results 1 – 2 of 2) sorted by relevance
34 …[0] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_MODEM_BT_BB_LINK(0x00), BB_PART_0_ADDR, BB_PA… in btbb_sleep_retention_init()35 …[1] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_MODEM_BT_BB_LINK(0x01), BB_PART_1_ADDR, BB_PA… in btbb_sleep_retention_init()36 …[2] = { .config = REGDMA_LINK_CONTINUOUS_INIT(REGDMA_MODEM_BT_BB_LINK(0x02), BB_PART_2_ADDR, BB_PA… in btbb_sleep_retention_init()
44 #define REGDMA_MODEM_BT_BB_LINK(_pri) ((0x16 << 8) | _pri) macro