Searched refs:ADIN2111_REG_WRITE_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
161 #define ADIN2111_REG_WRITE_BUF_SIZE (ADIN2111_WRITE_HEADER_SIZE + sizeof(uint32_t)) macro163 #define ADIN2111_REG_WRITE_BUF_SIZE_CRC (ADIN2111_REG_WRITE_BUF_SIZE + 2U)
474 uint8_t buf[ADIN2111_REG_WRITE_BUF_SIZE] = { 0 }; in eth_adin2111_reg_write_generic()