Searched refs:seg7 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/auxdisplay/ |
H A D | max6959.c | 59 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 D | line-display.h | 41 struct seg7_conversion_map seg7; member
|
H A D | ht16k33.c | 407 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()
|
H A D | line-display.c | 300 map->map.seg7 = initial_map_seg7; in linedisp_init_map() 301 map->size = sizeof(map->map.seg7); in linedisp_init_map()
|
H A D | seg-led-gpio.c | 37 bitmap_set_value8(values, map_to_seg7(&map->map.seg7, linedisp->buf[0]), 0); in seg_led_update()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_nvmet.c | 518 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 …]
|