Searched refs:prot (Results 1 – 5 of 5) sorted by relevance
370 static inline unsigned int ata_prot_flags(u8 prot) in ata_prot_flags() argument372 switch (prot) { in ata_prot_flags()391 static inline int ata_is_atapi(u8 prot) in ata_is_atapi() argument396 static inline int ata_is_nodata(u8 prot) in ata_is_nodata() argument401 static inline int ata_is_pio(u8 prot) in ata_is_pio() argument403 return ata_prot_flags(prot) & ATA_PROT_FLAG_PIO; in ata_is_pio()406 static inline int ata_is_dma(u8 prot) in ata_is_dma() argument408 return ata_prot_flags(prot) & ATA_PROT_FLAG_DMA; in ata_is_dma()411 static inline int ata_is_ncq(u8 prot) in ata_is_ncq() argument413 return ata_prot_flags(prot) & ATA_PROT_FLAG_NCQ; in ata_is_ncq()[all …]
117 rt_inline size_t rt_hw_mmu_attr_rm_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_rm_perm() argument119 switch (prot) in rt_hw_mmu_attr_rm_perm()142 rt_inline size_t rt_hw_mmu_attr_add_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_add_perm() argument144 switch (prot) in rt_hw_mmu_attr_add_perm()163 rt_inline rt_bool_t rt_hw_mmu_attr_test_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_test_perm() argument166 switch (prot & ~RT_HW_MMU_PROT_USER) in rt_hw_mmu_attr_test_perm()182 if (rc && (prot & RT_HW_MMU_PROT_USER)) in rt_hw_mmu_attr_test_perm()
123 rt_inline size_t rt_hw_mmu_attr_rm_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_rm_perm() argument125 switch (prot) in rt_hw_mmu_attr_rm_perm()148 rt_inline size_t rt_hw_mmu_attr_add_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_add_perm() argument150 switch (prot) in rt_hw_mmu_attr_add_perm()169 rt_inline rt_bool_t rt_hw_mmu_attr_test_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_test_perm() argument172 switch (prot & ~RT_HW_MMU_PROT_USER) in rt_hw_mmu_attr_test_perm()188 if (rc && (prot & RT_HW_MMU_PROT_USER)) in rt_hw_mmu_attr_test_perm()
22 Renesas M16C prot to rt-thread, you can send a mail to dzzxzz@gmail.com.
372 int "Enable SDCARD card mech write prot pin,default:NC"
Completed in 12 milliseconds