Lines Matching defs:slave
245 ismt_submit(struct ismt_softc *sc, struct ismt_desc *desc, uint8_t slave, in ismt_submit()
303 ismt_quick(device_t dev, u_char slave, int how) in ismt_quick()
322 ismt_sendb(device_t dev, u_char slave, char byte) in ismt_sendb()
338 ismt_recvb(device_t dev, u_char slave, char *byte) in ismt_recvb()
361 ismt_writeb(device_t dev, u_char slave, char cmd, char byte) in ismt_writeb()
378 ismt_writew(device_t dev, u_char slave, char cmd, short word) in ismt_writew()
396 ismt_readb(device_t dev, u_char slave, char cmd, char *byte) in ismt_readb()
421 ismt_readw(device_t dev, u_char slave, char cmd, short *word) in ismt_readw()
446 ismt_pcall(device_t dev, u_char slave, char cmd, short sdata, short *rdata) in ismt_pcall()
473 ismt_bwrite(device_t dev, u_char slave, char cmd, u_char count, char *buf) in ismt_bwrite()
494 ismt_bread(device_t dev, u_char slave, char cmd, u_char *count, char *buf) in ismt_bread()