Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/
Dcc2520.txt13 - cca-gpio: GPIO spec for the CCA pin
/linux-4.4.14/drivers/net/can/
Dbfin_can.c121 #define CCA 0x0080 /* Configuration Mode Acknowledge */ macro
212 while (!(readw(&reg->control) & CCA)) { in bfin_can_set_reset_mode()
267 while (readw(&reg->status) & CCA) { in bfin_can_set_normal_mode()
/linux-4.4.14/Documentation/infiniband/
Dsysfs.txt82 cc_settings_bin - CCA tables used by PSM2
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_can.h126 #define CCA 0x0080 /* Configuration Mode Acknowledge */ macro