Home
last modified time | relevance | path

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

/include/
A Dlibata.h371 static inline unsigned int ata_prot_flags(u8 prot) in ata_prot_flags() argument
373 switch (prot) { in ata_prot_flags()
392 static inline int ata_is_atapi(u8 prot) in ata_is_atapi() argument
397 static inline int ata_is_nodata(u8 prot) in ata_is_nodata() argument
402 static inline int ata_is_pio(u8 prot) in ata_is_pio() argument
404 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() argument
409 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() argument
414 return ata_prot_flags(prot) & ATA_PROT_FLAG_NCQ; in ata_is_ncq()
[all …]
A Dspi_flash.h228 bool prot) in spi_flash_protect() argument
233 if (prot) in spi_flash_protect()
A Dnet-legacy.h354 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);
A Dflash.h109 extern int flash_real_protect(flash_info_t *info, long sector, int prot);
/include/env/pg-wcom/
A Dpowerpc.env13 newenv=prot off CONFIG_ENV_ADDR +0x40000 &&

Completed in 16 milliseconds