HomeSort by: relevance | last modified time | path
    Searched defs:skip_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/spi/
spi.c 182 const int skip_flags = is_direct ? SPIH_ATTACHED local in function:spi_attach_child
184 const int claim_flags = skip_flags ^ SPIH_DIRECT;
195 if (ISSET(sh->sh_flags, skip_flags)) {
spi.c 182 const int skip_flags = is_direct ? SPIH_ATTACHED local in function:spi_attach_child
184 const int claim_flags = skip_flags ^ SPIH_DIRECT;
195 if (ISSET(sh->sh_flags, skip_flags)) {

Completed in 165 milliseconds