Home
last modified time | relevance | path

Searched refs:lastbyte (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/spi/
Dspi-butterfly.c65 u8 lastbyte; member
79 u8 bit, byte = pp->lastbyte; in setsck()
88 pp->lastbyte = byte; in setsck()
95 u8 bit, byte = pp->lastbyte; in setmosi()
104 pp->lastbyte = byte; in setmosi()
249 pp->lastbyte |= vcc_bits; in butterfly_attach()
250 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach()
254 pp->lastbyte |= butterfly_nreset; in butterfly_attach()
255 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach()
/Linux-v4.19/fs/nfs/blocklayout/
Dextent_tree.c524 size_t buffer_size, size_t *count, __u64 *lastbyte) in ext_tree_encode_commit() argument
548 *lastbyte = bl->bl_lwb - 1; in ext_tree_encode_commit()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c3249 int lastbyte; in ahc_handle_message_phase() local
3310 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() local
3466 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase()
3509 if (lastbyte) in ahc_handle_message_phase()
Daic79xx_core.c4731 int lastbyte; in ahd_handle_message_phase() local
4803 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() local
4970 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase()
5013 if (lastbyte) in ahd_handle_message_phase()