Searched refs:SP_IOMEM_LEN (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Dwinbond-cir.c171 #define SP_IOMEM_LEN 0x08 /* Serial Port 3 (IR) Reg Len */ macro
1351 pnp_port_len(device, 2) == SP_IOMEM_LEN)) {
1394 if (!request_region(data->sbase, SP_IOMEM_LEN, DRVNAME)) {
1396 data->sbase, data->sbase + SP_IOMEM_LEN - 1);
1497 release_region(data->sbase, SP_IOMEM_LEN);
1545 release_region(data->sbase, SP_IOMEM_LEN);

Completed in 108 milliseconds