Searched refs:hwidth (Results 1 – 4 of 4) sorted by relevance
22 int hwidth; member109 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports()163 hstop = hstop - params[i].hwidth; in _sdw_compute_port_params()194 params[i].hwidth = (sel_col * in sdw_compute_group_params()198 column_needed += params[i].hwidth; in sdw_compute_group_params()
61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()63 addr += hdc->hwidth; in hd44780_common_gotoxy()356 hd->hwidth = DEFAULT_LCD_HWIDTH; in hd44780_common_alloc()
854 hdc->hwidth = lcd_hwidth; in lcd_init()866 hdc->hwidth = 64; in lcd_init()879 hdc->hwidth = 16; in lcd_init()892 hdc->hwidth = 64; in lcd_init()911 hdc->hwidth = 64; in lcd_init()924 hdc->hwidth = lcd_hwidth; in lcd_init()947 if (hdc->hwidth <= 0) in lcd_init()948 hdc->hwidth = DEFAULT_LCD_HWIDTH; in lcd_init()
9 int hwidth; /* Default set by hd44780_alloc() */ member