Searched refs:hwidth (Results 1 – 4 of 4) sorted by relevance
24 int hwidth;109 hstart = hstop - params->hwidth + 1; in sdw_compute_master_ports() 167 hstop = hstop - params[i].hwidth; in sdw_compute_group_params() 225 params[i].hwidth = (sel_col * params[i].payload_bw + in sdw_add_element_group_count() 228 column_needed += params[i].hwidth; in sdw_get_group_count() 23 int hwidth; global() member
61 addr = x < hdc->bwidth ? x & (hdc->hwidth - 1) : hdc->bwidth - 1; in hd44780_common_gotoxy()63 addr += hdc->hwidth; in hd44780_common_gotoxy()364 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