OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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, ®s->spih_gpio_data, ~
SPIH_CS
); /* Set GPIO CS# Low (asserted) */
591
SPIPCI_ORREG(osh, ®s->spih_gpio_data,
SPIH_CS
);
Completed in 46 milliseconds