Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/ucsi/
Ducsi_ccg.c58 #define CCGX_RAB_UCSI_DATA_BLOCK(offset) (0xf000 | ((offset) & 0xff)) macro
326 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, message_out)); in ucsi_ccg_send_data()
333 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, ctrl)); in ucsi_ccg_send_data()
344 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, cci)); in ucsi_ccg_recv_data()
350 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, message_in)); in ucsi_ccg_recv_data()
1152 rab = CCGX_RAB_UCSI_DATA_BLOCK(offsetof(struct ucsi_data, version)); in ucsi_ccg_probe()