Searched refs:lastbyte (Results 1 – 3 of 3) sorted by relevance
70 u8 lastbyte; member84 u8 bit, byte = pp->lastbyte; in setsck()93 pp->lastbyte = byte; in setsck()100 u8 bit, byte = pp->lastbyte; in setmosi()109 pp->lastbyte = byte; in setmosi()256 pp->lastbyte |= vcc_bits; in butterfly_attach()257 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach()261 pp->lastbyte |= butterfly_nreset; in butterfly_attach()262 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach()
3249 int lastbyte; in ahc_handle_message_phase() local3310 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase()3311 if (lastbyte) { in ahc_handle_message_phase()3459 int lastbyte; in ahc_handle_message_phase() local3466 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase()3509 if (lastbyte) in ahc_handle_message_phase()
4731 int lastbyte; in ahd_handle_message_phase() local4803 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); in ahd_handle_message_phase()4804 if (lastbyte) { in ahd_handle_message_phase()4958 int lastbyte; in ahd_handle_message_phase() local4970 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase()5013 if (lastbyte) in ahd_handle_message_phase()