Searched refs:ptl (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | uc81xx.c | 583 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/ |
D | board.cmake | 44 board_set_rimage_target(ptl)
|