Searched refs:ll_tft_control (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/evbppc/virtex/dev/ |
H A D | tft_ll.c | 60 struct ll_tft_control { struct 65 CTASSERT(offsetof(struct ll_tft_control, cd_img) == sizeof(struct cdmac_descr)); argument 76 struct ll_tft_control *lsc_cd; 127 sizeof(struct ll_tft_control) + sc->sc_size, 8, 0, in ll_tft_attach() 133 sizeof(struct ll_tft_control) + sc->sc_size, in ll_tft_attach() 139 sizeof(struct ll_tft_control) + sc->sc_size, 1, in ll_tft_attach() 140 sizeof(struct ll_tft_control) + sc->sc_size, 0, 0, in ll_tft_attach() 146 sizeof(struct ll_tft_control) + sc->sc_size, NULL, 0)) != 0) { in ll_tft_attach() 152 memset(lsc->lsc_cd, 0x00, sizeof(struct ll_tft_control)); in ll_tft_attach() 157 offsetof(struct ll_tft_control, cd_img); in ll_tft_attach() [all …]
|