Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dscmd.c292 if (topaddr >= SCMD_REMOTE_ADDR_LOW && in scmd_maxregister()
294 int i = (topaddr - SCMD_REMOTE_ADDR_LOW) + 2; in scmd_maxregister()
312 uint8_t vpi2caddr = (SCMD_REMOTE_ADDR_LOW + loc) - 1; in scmd_set_view_port()
H A Dscmdreg.h225 #define SCMD_REMOTE_ADDR_LOW 0x50 /* The first remote I2C address */ macro
/netbsd/usr.bin/scmdctl/
H A Dprintscmd.c53 if (r->slv_i2c_address >= SCMD_REMOTE_ADDR_LOW && in print_identify()
H A Duart.c331 uint8_t vpi2caddr = (SCMD_REMOTE_ADDR_LOW + a_module) - 1; in uart_set_view_port()