OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spih_regs_t
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c
61
spih_regs_t
*regs; /* SPI Controller Registers */
116
si->regs = (
spih_regs_t
*)spi_reg_map(osh,
118
sizeof(
spih_regs_t
));
121
si->regs = (
spih_regs_t
*)spi_reg_map(osh,
123
sizeof(
spih_regs_t
));
153
spi_reg_unmap(osh, (uintptr)si->regs, sizeof(
spih_regs_t
));
183
spih_regs_t
*regs = si->regs;
201
spi_reg_unmap(osh, (uintptr)regs, sizeof(
spih_regs_t
));
217
spih_regs_t
*regs = si->regs;
241
spih_regs_t
*regs = si->regs
[
all
...]
/hardware/broadcom/wlan/bcm4329/src/include/
bcmpcispi.h
93
}
spih_regs_t
;
typedef in typeref:struct:__anon7503
Completed in 3181 milliseconds