• Home
  • Raw
  • Download

Lines Matching +full:40 +full:us

300 #define DEFAULT_LCD_WIDTH       40
301 #define DEFAULT_LCD_BWIDTH 40
418 "4=16x2 nexcom; default=40x2, old kp");
438 static int lcd_bwidth = NOT_SET; /* internal buffer width (usually 40) */
440 MODULE_PARM_DESC(lcd_bwidth, "Internal LCD line width (40)");
702 udelay(2); /* maintain the data during 2 us before CLK up */ in lcd_send_serial()
705 udelay(1); /* maintain the strobe during 1 us */ in lcd_send_serial()
733 udelay(40); /* the shortest command takes at least 40 us */ in lcd_write_cmd_s()
744 udelay(40); /* the shortest data takes at least 40 us */ in lcd_write_data_s()
754 udelay(20); /* maintain the data during 20 us before the strobe */ in lcd_write_cmd_p8()
761 udelay(40); /* maintain the strobe during 40 us */ in lcd_write_cmd_p8()
766 udelay(120); /* the shortest command takes at least 120 us */ in lcd_write_cmd_p8()
776 udelay(20); /* maintain the data during 20 us before the strobe */ in lcd_write_data_p8()
783 udelay(40); /* maintain the strobe during 40 us */ in lcd_write_data_p8()
788 udelay(45); /* the shortest data takes at least 45 us */ in lcd_write_data_p8()
822 /* the shortest data takes at least 40 us */ in lcd_clear_fast_s()
823 udelay(40); in lcd_clear_fast_s()
838 /* maintain the data during 20 us before the strobe */ in lcd_clear_fast_p8()
846 /* maintain the strobe during 40 us */ in lcd_clear_fast_p8()
847 udelay(40); in lcd_clear_fast_p8()
852 /* the shortest data takes at least 45 us */ in lcd_clear_fast_p8()
920 charlcd->width = 40; in lcd_init()
921 charlcd->bwidth = 40; in lcd_init()
934 charlcd->bwidth = 40; in lcd_init()
947 charlcd->bwidth = 40; in lcd_init()
966 charlcd->bwidth = 40; in lcd_init()
1187 /* grounded inputs are signals 40-44 */ in phys_scan_contacts()
1188 phys_read |= (__u64)gndmask << 40; in phys_scan_contacts()
1706 /* 8 bits, 2*40, old keypad */ in panel_init_module()