Home
last modified time | relevance | path

Searched refs:seg7 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/auxdisplay/
H A Dmax6959.c59 buf[0] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update()
60 buf[1] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update()
61 buf[2] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update()
62 buf[3] = bitrev8(map_to_seg7(&map->map.seg7, *s++)) >> 1; in max6959_disp_update()
H A Dht16k33.c407 buf[0] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update()
409 buf[2] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update()
413 buf[6] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update()
415 buf[8] = map_to_seg7(&map->map.seg7, *s++); in ht16k33_seg7_update()
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c518 uint64_t seg6, seg7, seg8, seg9, seg10; in lpfc_nvmet_ktime() local
609 seg7 = ctxp->ts_status_wqput - ctxp->ts_isr_cmd; in lpfc_nvmet_ktime()
610 if (segsum > seg7) in lpfc_nvmet_ktime()
612 seg7 -= segsum; in lpfc_nvmet_ktime()
613 segsum += seg7; in lpfc_nvmet_ktime()
635 seg7 = 0; in lpfc_nvmet_ktime()
681 phba->ktime_seg7_total += seg7; in lpfc_nvmet_ktime()
682 if (seg7 < phba->ktime_seg7_min) in lpfc_nvmet_ktime()
683 phba->ktime_seg7_min = seg7; in lpfc_nvmet_ktime()
684 else if (seg7 > phba->ktime_seg7_max) in lpfc_nvmet_ktime()
[all …]