HomeSort by relevance Sort by last modified time
    Searched refs:SPIH_CS (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmpcispi.h 187 #define SPIH_CS (1 << 0) /* SPI Chip Select (active low) */
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c 134 SPIPCI_WREG(osh, &si->regs->spih_gpio_data, SPIH_CS);
139 SPIPCI_WREG(osh, &si->regs->spih_gpio_ctrl, (SPIH_CS | SPIH_SLOT_POWER));
554 SPIPCI_ANDREG(osh, &regs->spih_gpio_data, ~SPIH_CS); /* Set GPIO CS# Low (asserted) */
591 SPIPCI_ORREG(osh, &regs->spih_gpio_data, SPIH_CS);

Completed in 46 milliseconds