Home
last modified time | relevance | path

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

/drivers/dma/ioat/
Ddma.h227 u32 status_lo; in ioat_chansts_32() local
232 status_lo = readl(chan->reg_base + IOAT_CHANSTS_OFFSET_LOW(ver)); in ioat_chansts_32()
235 status |= status_lo; in ioat_chansts_32()
/drivers/staging/fwserial/
Dfwserial.h38 __be32 status_lo; member
Dfwserial.c1645 params->status_lo = cpu_to_be32(status_addr); in fill_plug_params()
1696 peer->status_addr = be32_to_u64(params->status_hi, params->status_lo); in fwserial_virt_plug_complete()