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

  /src/usr.bin/scmdctl/
printscmd.c 53 if (r->slv_i2c_address >= SCMD_REMOTE_ADDR_LOW &&
uart.c 331 uint8_t vpi2caddr = (SCMD_REMOTE_ADDR_LOW + a_module) - 1;
  /src/sys/dev/ic/
scmdreg.h 225 #define SCMD_REMOTE_ADDR_LOW 0x50 /* The first remote I2C address */
scmd.c 292 if (topaddr >= SCMD_REMOTE_ADDR_LOW &&
294 int i = (topaddr - SCMD_REMOTE_ADDR_LOW) + 2;
312 uint8_t vpi2caddr = (SCMD_REMOTE_ADDR_LOW + loc) - 1;

Completed in 14 milliseconds