Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/
Doa_tc6.c193 enum oa_tc6_register_op reg_op) in oa_tc6_prepare_ctrl_header() argument
199 FIELD_PREP(OA_TC6_CTRL_HEADER_WRITE_NOT_READ, reg_op) | in oa_tc6_prepare_ctrl_header()
229 enum oa_tc6_register_op reg_op) in oa_tc6_prepare_ctrl_spi_buf() argument
233 *tx_buf = oa_tc6_prepare_ctrl_header(address, length, reg_op); in oa_tc6_prepare_ctrl_spi_buf()
235 if (reg_op == OA_TC6_CTRL_REG_WRITE) in oa_tc6_prepare_ctrl_spi_buf()
280 u8 length, enum oa_tc6_register_op reg_op) in oa_tc6_perform_ctrl() argument
286 oa_tc6_prepare_ctrl_spi_buf(tc6, address, value, length, reg_op); in oa_tc6_perform_ctrl()
299 if (reg_op == OA_TC6_CTRL_REG_WRITE) in oa_tc6_perform_ctrl()