Home
last modified time | relevance | path

Searched refs:ptl (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/display/
Duc81xx.c583 const struct uc81xx_ptl8 ptl = { in uc81xx_set_ptl_8() local
592 LOG_HEXDUMP_DBG(&ptl, sizeof(ptl), "ptl"); in uc81xx_set_ptl_8()
594 return uc81xx_write_cmd(dev, UC81XX_CMD_PTL, (const void *)&ptl, sizeof(ptl)); in uc81xx_set_ptl_8()
616 const struct uc81xx_ptl16 ptl = { in uc81xx_set_ptl_16() local
625 LOG_HEXDUMP_DBG(&ptl, sizeof(ptl), "ptl"); in uc81xx_set_ptl_16()
627 return uc81xx_write_cmd(dev, UC81XX_CMD_PTL, (const void *)&ptl, sizeof(ptl)); in uc81xx_set_ptl_16()
/Zephyr-latest/boards/intel/adsp/
Dboard.cmake44 board_set_rimage_target(ptl)