Home
last modified time | relevance | path

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

/bsp/loongson/ls2kdev/drivers/ata/
A Dlibata.h370 static inline unsigned int ata_prot_flags(u8 prot) in ata_prot_flags() argument
372 switch (prot) { in ata_prot_flags()
391 static inline int ata_is_atapi(u8 prot) in ata_is_atapi() argument
396 static inline int ata_is_nodata(u8 prot) in ata_is_nodata() argument
401 static inline int ata_is_pio(u8 prot) in ata_is_pio() argument
403 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() argument
408 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() argument
413 return ata_prot_flags(prot) & ATA_PROT_FLAG_NCQ; in ata_is_ncq()
[all …]
/bsp/xuantie/virt64/c906/libcpu/
A Driscv_mmu.h117 rt_inline size_t rt_hw_mmu_attr_rm_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_rm_perm() argument
119 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() argument
144 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() argument
166 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()
/bsp/ultrarisc/arch/ur-cp100/
A Driscv_mmu.h123 rt_inline size_t rt_hw_mmu_attr_rm_perm(size_t attr, rt_base_t prot) in rt_hw_mmu_attr_rm_perm() argument
125 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() argument
150 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() argument
172 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()
/bsp/m16c62p/
A Dreadme.txt22 Renesas M16C prot to rt-thread, you can send a mail to dzzxzz@gmail.com.
/bsp/Infineon/psoc6-evaluationkit-062S2/board/
A DKconfig372 int "Enable SDCARD card mech write prot pin,default:NC"

Completed in 12 milliseconds