Searched refs:prot (Results 1 – 5 of 5) sorted by relevance
371 static inline unsigned int ata_prot_flags(u8 prot) in ata_prot_flags() argument373 switch (prot) { in ata_prot_flags()392 static inline int ata_is_atapi(u8 prot) in ata_is_atapi() argument397 static inline int ata_is_nodata(u8 prot) in ata_is_nodata() argument402 static inline int ata_is_pio(u8 prot) in ata_is_pio() argument404 return ata_prot_flags(prot) & ATA_PROT_FLAG_PIO; in ata_is_pio()407 static inline int ata_is_dma(u8 prot) in ata_is_dma() argument409 return ata_prot_flags(prot) & ATA_PROT_FLAG_DMA; in ata_is_dma()412 static inline int ata_is_ncq(u8 prot) in ata_is_ncq() argument414 return ata_prot_flags(prot) & ATA_PROT_FLAG_NCQ; in ata_is_ncq()[all …]
228 bool prot) in spi_flash_protect() argument233 if (prot) in spi_flash_protect()
354 int net_set_ether(uchar *xet, const uchar *dest_ethaddr, uint prot);355 int net_update_ether(struct ethernet_hdr *et, uchar *addr, uint prot);
109 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
13 newenv=prot off CONFIG_ENV_ADDR +0x40000 &&
Completed in 16 milliseconds