Searched refs:ctl_flags (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_block.c736 u32 ctl_flags = 0x00000000; local
771 ctl_flags = 0x201F0008;
776 ctl_flags = 0x201F0008;
778 ctl_flags = 0x001F0000;
789 ctl_flags = 0x001F0008;
792 ctl_flags = 0x001F0010;
796 ctl_flags = 0x001F0004;
798 ctl_flags = 0x001F0010;
802 ctl_flags = 0x001F0004;
804 ctl_flags
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dixp4xx_crypto.c142 unsigned ctl_flags; member in struct:crypt_ctl
291 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) {
294 crypt_virt[i].ctl_flags = CTL_FLAG_USED;
319 if (crypt_virt[i].ctl_flags == CTL_FLAG_UNUSED) {
322 crypt_virt[i].ctl_flags = CTL_FLAG_USED;
373 switch (crypt->ctl_flags & CTL_FLAG_MASK) {
413 crypt->ctl_flags = CTL_FLAG_UNUSED;
643 crypt->ctl_flags |= CTL_FLAG_GEN_ICV;
723 crypt->ctl_flags |= CTL_FLAG_GEN_REVAES;
935 crypt->ctl_flags |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_nv.c230 u8 ctl_flags; /* 2 */ member in struct:nv_adma_cpb
1349 u8 ctl_flags = NV_CPB_CTL_CPB_VALID | local
1362 cpb->ctl_flags = 0;
1371 ctl_flags |= NV_CPB_CTL_QUEUE | NV_CPB_CTL_FPDMA;
1379 ctl_flags |= NV_CPB_CTL_APRD_VALID;
1386 cpb->ctl_flags = ctl_flags;
1659 "CPB %d: ctl_flags 0x%x, resp_flags 0x%x\n",
1660 i, cpb->ctl_flags, cpb->resp_flags);
1670 pp->cpb[i].ctl_flags
[all...]
H A Dsata_inic162x.c184 u8 ctl_flags; /* Control Flags */ member in struct:inic_cpb
484 cpb->ctl_flags = CPB_CTL_VALID | CPB_CTL_IEN;
486 cpb->ctl_flags |= CPB_CTL_DATA;

Completed in 190 milliseconds