Lines Matching defs:byte
193 ichsmb_sendb(device_t dev, u_char slave, char byte)
198 DBG("slave=0x%02x byte=0x%02x\n", slave, (u_char)byte);
205 bus_write_1(sc->io_res, ICH_HST_CMD, byte);
215 ichsmb_recvb(device_t dev, u_char slave, char *byte)
230 *byte = bus_read_1(sc->io_res, ICH_D0);
232 DBG("smb_error=%d byte=0x%02x\n", smb_error, (u_char)*byte);
237 ichsmb_writeb(device_t dev, u_char slave, char cmd, char byte)
242 DBG("slave=0x%02x cmd=0x%02x byte=0x%02x\n",
243 slave, (u_char)cmd, (u_char)byte);
251 bus_write_1(sc->io_res, ICH_D0, byte);
286 ichsmb_readb(device_t dev, u_char slave, char cmd, char *byte)
302 *byte = bus_read_1(sc->io_res, ICH_D0);
304 DBG("smb_error=%d byte=0x%02x\n", smb_error, (u_char)*byte);
467 /* byte */
469 /* byte data */
557 /* Check for byte completion in block transfer */
562 /* Write next byte */
587 /* Get next byte, if any */
590 /* Read next byte */
597 * the last byte of block data