Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Doa_tc6.c194 enum oa_tc6_register_op reg_op) in oa_tc6_prepare_ctrl_header() argument
200 FIELD_PREP(OA_TC6_CTRL_HEADER_WRITE_NOT_READ, reg_op) | in oa_tc6_prepare_ctrl_header()
230 enum oa_tc6_register_op reg_op) in oa_tc6_prepare_ctrl_spi_buf() argument
234 *tx_buf = oa_tc6_prepare_ctrl_header(address, length, reg_op); in oa_tc6_prepare_ctrl_spi_buf()
236 if (reg_op == OA_TC6_CTRL_REG_WRITE) in oa_tc6_prepare_ctrl_spi_buf()
281 u8 length, enum oa_tc6_register_op reg_op) in oa_tc6_perform_ctrl() argument
287 oa_tc6_prepare_ctrl_spi_buf(tc6, address, value, length, reg_op); in oa_tc6_perform_ctrl()
300 if (reg_op == OA_TC6_CTRL_REG_WRITE) in oa_tc6_perform_ctrl()