Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dhpilo.c132 fifobar = ccb->ccb_u1.send_fifobar; in ilo_pkt_enqueue()
148 fifobar = ccb->ccb_u1.send_fifobar; in ilo_pkt_dequeue()
292 driver_ccb->ccb_u1.send_fifobar = dma_va + FIFOHANDLESIZE; in ilo_ccb_setup()
293 ilo_ccb->ccb_u1.send_fifobar_pa = dma_pa + FIFOHANDLESIZE; in ilo_ccb_setup()
373 return FIFOBARTOHANDLE(ccb->ccb_u1.send_fifobar)->reset; in is_channel_reset()
379 FIFOBARTOHANDLE(ccb->ccb_u1.send_fifobar)->reset = 1; in set_channel_reset()
Dhpilo.h85 } ccb_u1; member