Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpl330.c127 uint8_t request_flag; member
153 VMSTATE_UINT8(request_flag, PL330Chan),
737 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmald()
738 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmald()
742 if (bs == 1 && ch->request_flag == PL330_SINGLE) { in pl330_dmald()
816 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmalpend()
817 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmalpend()
915 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmast()
1029 ch->request_flag = PL330_SINGLE; in pl330_dmawfp()
1033 ch->request_flag = PL330_BURST; in pl330_dmawfp()
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Drtas-fadump.h34 __be32 request_flag; member
H A Drtas-fadump.c92 fdm.cpu_state_data.request_flag = in rtas_fadump_init_mem_struct()
103 fdm.hpte_region.request_flag = cpu_to_be32(RTAS_FADUMP_REQUEST_FLAG); in rtas_fadump_init_mem_struct()
119 fdm.rmr_region.request_flag = cpu_to_be32(RTAS_FADUMP_REQUEST_FLAG); in rtas_fadump_init_mem_struct()