HomeSort by: relevance | last modified time | path
    Searched refs:func_phy_read (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/scmdctl/
common.c 72 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_ID, SCMD_REG_ID, &b);
75 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_FID, SCMD_REG_FID, &b);
78 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_CONFIG_BITS, SCMD_REG_CONFIG_BITS, &b);
81 err = (*(fb->func_phy_read))(fd, debug, a_module, SCMD_REG_SLAVE_ADDR, SCMD_REG_SLAVE_ADDR, &b);
98 err = (*(fb->func_phy_read))(fd, debug, a_module, n, n, &b);
124 err = (*(fb->func_phy_read))(fd, debug, 0, SCMD_REG_DRIVER_ENABLE, SCMD_REG_DRIVER_ENABLE, &b);
134 err = (*(fb->func_phy_read))(fd, debug, 0, n, n, &b);
143 err = (*(fb->func_phy_read))(fd, debug, 0, SCMD_REG_MOTOR_A_INVERT, SCMD_REG_MOTOR_A_INVERT, &b);
146 err = (*(fb->func_phy_read))(fd, debug, 0, SCMD_REG_MOTOR_B_INVERT, SCMD_REG_MOTOR_B_INVERT, &b);
154 err = (*(fb->func_phy_read))(fd, debug, 0, n, n, &b)
    [all...]
common.h 26 int (*func_phy_read)(int, bool, int, uint8_t, uint8_t, uint8_t *); member in struct:function_block
scmdctl.c 248 func_block.func_phy_read = &uart_read_register;
252 func_block.func_phy_read = &i2cspi_read_register;

Completed in 13 milliseconds