Searched refs:pinmask (Results 1 – 19 of 19) sorted by relevance
| /freebsd-11-stable/sys/arm/at91/ |
| HD | at91rm9200var.h | 51 void at91rm9200_config_uart(unsigned devid, unsigned unit, unsigned pinmask);
|
| HD | at91rm9200_devices.c | 69 at91rm9200_config_uart(unsigned devid, unsigned unit, unsigned pinmask) in at91rm9200_config_uart() argument
|
| /freebsd-11-stable/sys/mips/conf/ |
| HD | TP-MR3020.hints | 93 #hint.gpio.0.pinmask=0x001c02ae 94 #hint.gpio.0.pinmask=0x00001803
|
| HD | AP121.hints | 92 #hint.gpio.0.pinmask=0x001c02ae 93 hint.gpio.0.pinmask=0x00001803
|
| HD | ALFA_HORNET_UB.hints | 101 #hint.gpio.0.pinmask=0x001c02ae 102 #hint.gpio.0.pinmask=0x00001803
|
| HD | AP143.hints | 94 #hint.gpio.0.pinmask=0x001c02ae 95 # hint.gpio.0.pinmask=0x00001803
|
| HD | ROUTERSTATION.hints | 33 hint.gpio.0.pinmask=0x000000ff
|
| HD | RSPRO.hints | 34 hint.gpio.0.pinmask=0x000000ff
|
| HD | PB47.hints | 68 hint.gpio.0.pinmask=0x0000000c
|
| HD | TL-WR740Nv4.hints | 87 # hint.gpio.0.pinmask=0x00fc1803
|
| HD | CARAMBOLA2.hints | 101 hint.gpio.0.pinmask=0x00fc1803
|
| HD | PICOSTATION_M2HP.hints | 47 hint.gpio.0.pinmask=0x1883
|
| HD | TP-WN1043ND.hints | 89 hint.gpio.0.pinmask=0x001c02ae
|
| HD | WZR-HPAG300H.hints | 120 hint.gpio.0.pinmask=0x0001
|
| HD | DIR-825B1.hints | 81 hint.gpio.0.pinmask=0x000009ff
|
| HD | WZR-300HP.hints | 154 hint.gpio.0.pinmask=0x000103D0
|
| HD | TL-ARCHERC7V2.hints | 184 hint.gpio.0.pinmask=0x00600000
|
| HD | TL-WDR4300.hints | 186 hint.gpio.0.pinmask=0x0063f800
|
| /freebsd-11-stable/sys/dev/gpio/ |
| HD | gpiobus.c | 608 int irq, pinmask; in gpiobus_hinted_child() local 612 if (resource_int_value(dname, dunit, "pins", &pinmask) == 0) { in gpiobus_hinted_child() 613 if (gpiobus_parse_pins(sc, child, pinmask)) { in gpiobus_hinted_child()
|