Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dhpilo.c226 struct ccb __iomem *device_ccb = data->mapped_ccb; in ilo_ccb_close() local
231 iowrite32(ioread32(&device_ccb->send_ctrl) & ~(1 << CTRL_BITPOS_G), in ilo_ccb_close()
232 &device_ccb->send_ctrl); in ilo_ccb_close()
233 iowrite32(ioread32(&device_ccb->recv_ctrl) & ~(1 << CTRL_BITPOS_G), in ilo_ccb_close()
234 &device_ccb->recv_ctrl); in ilo_ccb_close()
240 if (!(ioread32(&device_ccb->send_ctrl) & (1 << CTRL_BITPOS_A)) in ilo_ccb_close()
242 !(ioread32(&device_ccb->recv_ctrl) & (1 << CTRL_BITPOS_A))) in ilo_ccb_close()
249 memset_io(device_ccb, 0, sizeof(struct ccb)); in ilo_ccb_close()