HomeSort by: relevance | last modified time | path
    Searched refs:widthp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/igma/
igmafb.c 375 igmafb_guess_size(struct igmafb_softc *sc, int *widthp, int *heightp)
383 *widthp = PIPE_HTOTAL_GET_ACTIVE(r);
389 *widthp, *heightp);
391 if (*widthp < 640 || *heightp < 400) {
393 *widthp = PF_WINSZ_GET_WIDTH(r);
398 *widthp, *heightp);
401 if (*widthp < 640) *widthp = 640;
  /src/sys/dev/usb/
udl.c 1441 uint8_t *widthp; local in function:udl_draw_line_comp
1464 widthp = sc->sc_cmd_buf - 1;
1470 *widthp = width_cur;

Completed in 13 milliseconds