Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmingw_support.c25 void *mmap(void *addr, size_t len, int prot, int flags, int fd, int offset) in mmap()
H A Dkwboot.c567 kwboot_mmap_image(const char *path, size_t *size, int prot) in kwboot_mmap_image()
705 int rv, rc, tty, term, prot, patch; in main() local
/rk3399_rockchip-uboot/include/
H A Dlibata.h372 static inline unsigned int ata_prot_flags(u8 prot) in ata_prot_flags()
393 static inline int ata_is_atapi(u8 prot) in ata_is_atapi()
398 static inline int ata_is_nodata(u8 prot) in ata_is_nodata()
403 static inline int ata_is_pio(u8 prot) in ata_is_pio()
408 static inline int ata_is_dma(u8 prot) in ata_is_dma()
413 static inline int ata_is_ncq(u8 prot) in ata_is_ncq()
418 static inline int ata_is_data(u8 prot) in ata_is_data()
H A Dspi_flash.h185 bool prot) in spi_flash_protect()
/rk3399_rockchip-uboot/arch/arm/mach-at91/arm926ejs/
H A Deflash.c152 int flash_real_protect (flash_info_t *info, long sector, int prot) in flash_real_protect()
/rk3399_rockchip-uboot/include/faraday/
H A Dftpci100.h17 unsigned int prot; /* 0x04 - AHB Protection */ member
/rk3399_rockchip-uboot/common/
H A Dupdate.c100 static int update_flash_protect(int prot, ulong addr_first, ulong addr_last) in update_flash_protect()
/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dflash.c181 int flag, prot, sect, count; in flash_erase() local
/rk3399_rockchip-uboot/board/cobra5272/
H A Dflash.c132 int iflag, cflag, prot, sect; in flash_erase() local
/rk3399_rockchip-uboot/drivers/mtd/
H A Dst_smi.c535 int prot = 0; in flash_erase() local
H A Dpic32_flash.c109 int prot, sect; in flash_erase() local
H A Dcfi_flash.c1059 int prot; in flash_erase() local
1446 static int cfi_protect_bugfix(flash_info_t *info, long sector, int prot) in cfi_protect_bugfix()
1480 int flash_real_protect(flash_info_t *info, long sector, int prot) in flash_real_protect()
/rk3399_rockchip-uboot/net/
H A Dnet.c1390 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot) in net_set_ether()
1415 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot) in net_update_ether()
/rk3399_rockchip-uboot/cmd/
H A Dsf.c355 bool prot = false; in do_spi_protect() local
/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h52 __le16 prot; member
H A Dsata_dwc.c1107 u8 prot = qc->tf.protocol; in ata_qc_issue() local