Searched refs:lastbyte (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-butterfly.c | 56 u8 lastbyte; member 70 u8 bit, byte = pp->lastbyte; in setsck() 79 pp->lastbyte = byte; in setsck() 86 u8 bit, byte = pp->lastbyte; in setmosi() 95 pp->lastbyte = byte; in setmosi() 240 pp->lastbyte |= vcc_bits; in butterfly_attach() 241 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach() 245 pp->lastbyte |= butterfly_nreset; in butterfly_attach() 246 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-butterfly.c | 56 u8 lastbyte; member 70 u8 bit, byte = pp->lastbyte; in setsck() 79 pp->lastbyte = byte; in setsck() 86 u8 bit, byte = pp->lastbyte; in setmosi() 95 pp->lastbyte = byte; in setmosi() 240 pp->lastbyte |= vcc_bits; in butterfly_attach() 241 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach() 245 pp->lastbyte |= butterfly_nreset; in butterfly_attach() 246 parport_write_data(pp->port, pp->lastbyte); in butterfly_attach()
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 524 size_t buffer_size, size_t *count, __u64 *lastbyte) in ext_tree_encode_commit() 548 *lastbyte = bl->bl_lwb - 1; in ext_tree_encode_commit() 523 ext_tree_encode_commit(struct pnfs_block_layout *bl, __be32 *p, size_t buffer_size, size_t *count, __u64 *lastbyte) ext_tree_encode_commit() argument
|
/kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
H A D | extent_tree.c | 524 size_t buffer_size, size_t *count, __u64 *lastbyte) in ext_tree_encode_commit() 548 *lastbyte = bl->bl_lwb - 1; in ext_tree_encode_commit() 523 ext_tree_encode_commit(struct pnfs_block_layout *bl, __be32 *p, size_t buffer_size, size_t *count, __u64 *lastbyte) ext_tree_encode_commit() argument
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 3226 int lastbyte; in ahc_handle_message_phase() local 3287 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase() 3288 if (lastbyte) { in ahc_handle_message_phase() 3436 int lastbyte; in ahc_handle_message_phase() local 3443 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase() 3486 if (lastbyte) in ahc_handle_message_phase()
|
H A D | aic79xx_core.c | 4697 int lastbyte; in ahd_handle_message_phase() local 4769 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); in ahd_handle_message_phase() 4770 if (lastbyte) { in ahd_handle_message_phase() 4924 int lastbyte; in ahd_handle_message_phase() local 4936 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase() 4979 if (lastbyte) in ahd_handle_message_phase()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 3224 int lastbyte; in ahc_handle_message_phase() local 3285 lastbyte = ahc->msgout_index == (ahc->msgout_len - 1); in ahc_handle_message_phase() 3286 if (lastbyte) { in ahc_handle_message_phase() 3434 int lastbyte; in ahc_handle_message_phase() local 3441 lastbyte = (ahc_inb(ahc, SCSISIGI) & ATNI) == 0; in ahc_handle_message_phase() 3484 if (lastbyte) in ahc_handle_message_phase()
|
H A D | aic79xx_core.c | 4695 int lastbyte; in ahd_handle_message_phase() local 4767 lastbyte = ahd->msgout_index == (ahd->msgout_len - 1); in ahd_handle_message_phase() 4768 if (lastbyte) { in ahd_handle_message_phase() 4922 int lastbyte; in ahd_handle_message_phase() local 4934 lastbyte = (ahd_inb(ahd, SCSISIGI) & ATNI) == 0; in ahd_handle_message_phase() 4977 if (lastbyte) in ahd_handle_message_phase()
|
Completed in 39 milliseconds