pcscp.c | 95 #define PCSCP_WRITE_REG(sc, reg, val) \ 110 static void pcscp_write_reg(struct ncr53c9x_softc *, int, uint8_t); 122 pcscp_write_reg, 337 pcscp_write_reg(struct ncr53c9x_softc *sc, int reg, uint8_t v) function in typeref:typename:void 341 PCSCP_WRITE_REG(esc, reg, v);
|