Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Des2.c548 u32 connection_flags; in cport_enable() local
555 connection_flags = 0; in cport_enable()
557 connection_flags |= GB_APB_CPORT_FLAG_CONTROL; in cport_enable()
559 connection_flags |= GB_APB_CPORT_FLAG_HIGH_PRIO; in cport_enable()
561 req->flags = cpu_to_le32(connection_flags); in cport_enable()
564 cport_id, connection_flags); in cport_enable()