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

  /src/sys/dev/ic/
sc16is7xxvar.h 52 uint8_t(*com_read_1)(struct com_regs *, u_int); member in struct:sc16is7xx_accessfuncs
sc16is7xx_tty.c 133 sc->sc_com.sc_regs.cr_read = psc->sc_com_funcs->com_read_1;
com.c 318 * com_read_1 --
322 com_read_1(struct com_regs *regs, u_int reg) function
398 regs->cr_read = com_read_1;
  /src/sys/dev/i2c/
sc16is7xxi2c.c 227 .com_read_1 = sc16is7xx_i2c_com_read_1,
  /src/sys/dev/spi/
sc16is7xxspi.c 223 .com_read_1 = sc16is7xx_spi_com_read_1,

Completed in 27 milliseconds