Home
last modified time | relevance | path

Searched defs:at91_port (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/mach-at91/include/mach/
Dat91_pio.h38 typedef struct at91_port { struct
39 u32 per; /* 0x00 PIO Enable Register */
40 u32 pdr; /* 0x04 PIO Disable Register */
41 u32 psr; /* 0x08 PIO Status Register */
42 u32 reserved0;
43 u32 oer; /* 0x10 Output Enable Register */
44 u32 odr; /* 0x14 Output Disable Registerr */
45 u32 osr; /* 0x18 Output Status Register */
46 u32 reserved1;
47 u32 ifer; /* 0x20 Input Filter Enable Register */
[all …]
/external/u-boot/drivers/gpio/
Dat91_gpio.c45 static void at91_set_port_pullup(struct at91_port *at91_port, unsigned offset, in at91_set_port_pullup()
60 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_pio_pullup() local
73 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_pio_periph() local
91 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_a_periph() local
110 struct at91_port *at91_port = at91_pio_get_port(port); in at91_set_b_periph() local
129 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_a_periph() local
152 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_b_periph() local
174 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_c_periph() local
196 struct at91_port *at91_port = at91_pio_get_port(port); in at91_pio3_set_d_periph() local
214 static bool at91_get_port_output(struct at91_port *at91_port, int offset) in at91_get_port_output()
[all …]