Lines Matching +full:40 +full:us
301 #define DEFAULT_LCD_WIDTH 40
417 "4=16x2 nexcom; default=40x2, old kp");
437 static int lcd_bwidth = NOT_SET; /* internal buffer width (usually 40) */
439 MODULE_PARM_DESC(lcd_bwidth, "Internal LCD line width (40)");
701 udelay(2); /* maintain the data during 2 us before CLK up */ in lcd_send_serial()
704 udelay(1); /* maintain the strobe during 1 us */ in lcd_send_serial()
732 udelay(40); /* the shortest command takes at least 40 us */ in lcd_write_cmd_s()
743 udelay(40); /* the shortest data takes at least 40 us */ in lcd_write_data_s()
753 udelay(20); /* maintain the data during 20 us before the strobe */ in lcd_write_cmd_p8()
760 udelay(40); /* maintain the strobe during 40 us */ in lcd_write_cmd_p8()
765 udelay(120); /* the shortest command takes at least 120 us */ in lcd_write_cmd_p8()
775 udelay(20); /* maintain the data during 20 us before the strobe */ in lcd_write_data_p8()
782 udelay(40); /* maintain the strobe during 40 us */ in lcd_write_data_p8()
787 udelay(45); /* the shortest data takes at least 45 us */ in lcd_write_data_p8()
864 charlcd->width = 40; in lcd_init()
865 hdc->bwidth = 40; in lcd_init()
878 hdc->bwidth = 40; in lcd_init()
891 hdc->bwidth = 40; in lcd_init()
910 hdc->bwidth = 40; in lcd_init()
1137 /* grounded inputs are signals 40-44 */ in phys_scan_contacts()
1138 phys_read |= (__u64)gndmask << 40; in phys_scan_contacts()
1559 /* 8 bits, 2*40, old keypad */ in panel_attach()