Home
last modified time | relevance | path

Searched full:ects (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/spi/
H A Dspi-wpcm-fiu.c121 u8 ects = readb(fiu->regs + FIU_UMA_ECTS); in wpcm_fiu_ects_assert() local
123 ects &= ~BIT(cs); in wpcm_fiu_ects_assert()
124 writeb(ects, fiu->regs + FIU_UMA_ECTS); in wpcm_fiu_ects_assert()
129 u8 ects = readb(fiu->regs + FIU_UMA_ECTS); in wpcm_fiu_ects_deassert() local
131 ects |= BIT(cs); in wpcm_fiu_ects_deassert()
132 writeb(ects, fiu->regs + FIU_UMA_ECTS); in wpcm_fiu_ects_deassert()
/linux/net/can/j1939/
H A Dtransport.c115 /* Unexpected ECTS PGN (PGN in ECTS is bad) */
118 /* ECTS requested packets exceeds message size */
161 return "Unexpected ECTS PGN (PGN in ECTS is bad)"; in j1939_xtp_abort_to_str()
163 return "ECTS requested packets exceeds message size"; in j1939_xtp_abort_to_str()
/linux/Documentation/networking/
H A Dj1939.rst1108 - Unexpected EDPO or ECTS packet.
1110 - Invalid PGN or offset in EDPO/ECTS.