OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EE_ChipSelect
(Results
1 - 3
of
3
) sorted by null
/external/grub/netboot/
fa311.c
342
EE_ShiftClk=0x04, EE_DataIn=0x01,
EE_ChipSelect
=0x08, EE_DataOut=0x02,
344
#define EE_Write0 (
EE_ChipSelect
)
345
#define EE_Write1 (
EE_ChipSelect
| EE_DataIn)
369
writel(
EE_ChipSelect
, ee_addr);
373
writel(
EE_ChipSelect
| EE_ShiftClk, ee_addr);
376
writel(
EE_ChipSelect
, ee_addr);
natsemi.c
341
EE_ChipSelect
= 0x08,
345
#define EE_Write0 (
EE_ChipSelect
)
346
#define EE_Write1 (
EE_ChipSelect
| EE_DataIn)
369
outl(
EE_ChipSelect
, ee_addr);
373
outl(
EE_ChipSelect
| EE_ShiftClk, ee_addr);
376
outl(
EE_ChipSelect
, ee_addr);
w89c840.c
717
EE_ChipSelect
=0x801, EE_DataIn=0x08,
731
writel(
EE_ChipSelect
, ee_addr);
741
writel(
EE_ChipSelect
, ee_addr);
744
writel(
EE_ChipSelect
| EE_ShiftClk, ee_addr);
747
writel(
EE_ChipSelect
, ee_addr);
Completed in 684 milliseconds